Name | Description | Type | Package | Framework |
AttributeList | Interface for an element's attribute specifications. | Interface | org.xml.sax | Sax |
|
AttributeListImpl | Default implementation for AttributeList. | Class | org.xml.sax.helpers | Sax |
|
Attributes | Interface for a list of XML attributes. | Interface | org.xml.sax | Sax |
|
Attributes2 | SAX2 extension to augment the per-attribute information provided though Attributes. | Interface | org.xml.sax.ext | Sax |
|
Attributes2Impl | SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface. | Class | org.xml.sax.ext | Sax |
|
AttributesImpl | Default implementation of the Attributes interface. | Class | org.xml.sax.helpers | Sax |
|
ContentHandler | Receive notification of the logical content of a document. | Interface | org.xml.sax | Sax |
|
DeclHandler | SAX2 extension handler for DTD declaration events. | Interface | org.xml.sax.ext | Sax |
|
DefaultHandler | Default base class for SAX2 event handlers. | Class | org.xml.sax.helpers | Sax |
|
DefaultHandler2 | This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and | Class | org.xml.sax.ext | Sax |
|
DocumentHandler | Receive notification of general document events. | Interface | org.xml.sax | Sax |
|
DTDHandler | Receive notification of basic DTD-related events. | Interface | org.xml.sax | Sax |
|
EntityResolver | Basic interface for resolving entities. | Interface | org.xml.sax | Sax |
|
EntityResolver2 | sources, or providing a missing external subset. | Interface | org.xml.sax.ext | Sax |
|
ErrorHandler | Basic interface for SAX error handlers. | Interface | org.xml.sax | Sax |
|
HandlerBase | Default base class for handlers. | Class | org.xml.sax | Sax |
|
InputSource | A single input source for an XML entity. | Class | org.xml.sax | Sax |
|
LexicalHandler | SAX2 extension handler for lexical events. | Interface | org.xml.sax.ext | Sax |
|
Locator | Interface for associating a SAX event with a document location. | Interface | org.xml.sax | Sax |
|
Locator2 | SAX2 extension to augment the entity information provided If an implementation supports this extension, the Locator | Interface | org.xml.sax.ext | Sax |
|
Locator2Impl | SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface. | Class | org.xml.sax.ext | Sax |
|
LocatorImpl | Provide an optional convenience implementation of Locator. | Class | org.xml.sax.helpers | Sax |
|
NamespaceSupport | Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers. | Class | org.xml.sax.helpers | Sax |
|
Parser | Basic interface for SAX (Simple API for XML) parsers. | Interface | org.xml.sax | Sax |
|
ParserAdapter | Adapt a SAX1 Parser as a SAX2 XMLReader. | Class | org.xml.sax.helpers | Sax |
|
ParserFactory | Java-specific class for dynamically loading SAX parsers. | Class | org.xml.sax.helpers | Sax |
|
SAXException | Encapsulate a general SAX error or warning. | Class | org.xml.sax | Sax |
|
SAXNotRecognizedException | Exception class for an unrecognized identifier. | Class | org.xml.sax | Sax |
|
SAXNotSupportedException | Exception class for an unsupported operation. | Class | org.xml.sax | Sax |
|
SAXParseException | Encapsulate an XML parse error or warning. | Class | org.xml.sax | Sax |
|
XMLFilter | Interface for an XML filter. | Interface | org.xml.sax | Sax |
|
XMLFilterImpl | Base class for deriving an XML filter. | Class | org.xml.sax.helpers | Sax |
|
XMLReader | Interface for reading an XML document using callbacks. | Interface | org.xml.sax | Sax |
|
XMLReaderAdapter | Adapt a SAX2 XMLReader as a SAX1 Parser. | Class | org.xml.sax.helpers | Sax |
|
XMLReaderFactory | Factory for creating an XML reader. | Class | org.xml.sax.helpers | Sax |