Home | History | Annotate | Download | only in sax

Lines Matching defs:sax

0 // SAX entity resolver.
6 package org.xml.sax;
21 * <p>If a SAX application needs to implement customized handling
23 * register an instance with the SAX driver using the
24 * {@link org.xml.sax.XMLReader#setEntityResolver setEntityResolver}
31 * <p>Many SAX applications will not need to implement this interface,
41 * import org.xml.sax.EntityResolver;
42 * import org.xml.sax.InputSource;
63 * @since SAX 1.0
66 * @see org.xml.sax.XMLReader#setEntityResolver
67 * @see org.xml.sax.InputSource
90 * box). Neither XML nor SAX specifies a preferred policy for using
91 * public or system IDs to resolve resources. However, SAX specifies
96 * <p>If the system identifier is a URL, the SAX parser must
106 * @exception org.xml.sax.SAXException Any SAX exception, possibly
111 * @see org.xml.sax.InputSource