Home | History | Annotate | Download | only in ext

Lines Matching defs:sax

1 // EntityResolver2.java - Extended SAX entity resolver.
6 package org.xml.sax.ext;
9 import org.xml.sax.EntityResolver;
10 import org.xml.sax.InputSource;
11 import org.xml.sax.SAXException;
12 import org.xml.sax.XMLReader;
22 * method (in this interface) is used <em>instead of</em> the older (SAX 1.0)
30 * <p>If a SAX application requires the customized handling which this
33 * <em>http://xml.org/sax/features/use-entity-resolver2</em> feature flag
52 * if the original SAX 1.0 style entity resolution method is invoked.
55 * @see org.xml.sax.XMLReader#setEntityResolver
57 * @since SAX 2.0 (extensions 1.1 alpha)
128 * @exception SAXException Any SAX exception, possibly wrapping
158 org.xml.sax.ContentHandler#skippedEntity
185 * @exception SAXException Any SAX exception, possibly wrapping