Home | History | Annotate | Download | only in sax

Lines Matching defs:XMLReader

0 // XMLReader.java - read an XML document.
5 // $Id: XMLReader.java,v 1.9 2004/04/26 17:34:34 dmegginson Exp $
27 * <p>XMLReader is the interface that an XML parser's SAX2 driver must
39 * org.xml.sax.Parser Parser} interface. The XMLReader interface
51 * a SAX2 XMLReader and vice-versa.</p>
60 public interface XMLReader
74 * possible for an XMLReader to recognize a feature name but
91 * XMLReader r = new MySAXDriver();
122 * XMLReader recognizes the feature name but
134 * possible for an XMLReader to expose a feature value but
149 * XMLReader recognizes the feature name but
161 * possible for an XMLReader to recognize a property name but
178 * XMLReader recognizes the property name but
190 * possible for an XMLReader to recognize a property name but
208 * XMLReader recognizes the property name but
226 * the XMLReader will perform its own default resolution.</p>
344 * progress (they should create a new XMLReader instead for each
346 * application may reuse the same XMLReader object, possibly with a
348 * Configuration of the XMLReader object (such as handler bindings and
356 * <p>During the parse, the XMLReader will provide information