| Class Summary | |
|---|---|
| ASCIIXMLDecoder | A decoder for ASCII XML. |
| AttributeDefinition | A class to hold information about an attribute defined within an XML document type declaration. |
| AttributeList | Interface for an element's attribute specifications. |
| AttributeListImpl | Default implementation for AttributeList. |
| Attributes | Interface for a list of XML attributes. |
| AttributesHolder | This is an extension to Megginson's AttributesImpl to make it compatible with SAX 1. |
| AttributesImpl | Default implementation of the Attributes interface. |
| CharsetDecoder | Converts bytes to characters. |
| CharStringConverter | A fast way to convert character arrays into Strings. |
| ContentHandler | Receive notification of the logical content of a document. |
| DeclHandler | SAX2 extension handler for DTD declaration events. |
| DefaultHandler | Default base class for SAX2 event handlers. |
| DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. |
| DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. |
| DocumentEntity | |
| DocumentHandler | Receive notification of general document events. |
| DTDHandler | Receive notification of basic DTD-related events. |
| DuplicateKeyException | |
| ElementDefinition | A class to hold information about an element defined within an XML document type declaration. |
| Entity | |
| EntityManager | |
| EntityResolver | Basic interface for resolving entities. |
| ErrorHandler | Basic interface for SAX error handlers. |
| FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. |
| FactoryServiceFinder | This class can enumerate all the Providers of a particular Service. |
| FastNamespaceSupport | This class improves performance over NamespaceSupport by assuming that most XML documents have very few namespaces. |
| FileFormatException | |
| HandlerBase | Default base class for handlers. |
| IllegalCharException | |
| IndexedObject | |
| IndexedObjectImpl | |
| InputSource | A single input source for an XML entity. |
| IntStack | A stack of native ints. |
| ISO8859_1XMLDecoder | Converts bytes to ISO8859-1 characters while converting carriage returns into linefeeds and CRLF into LF. |
| JAXPSAXParserFactory | JAXP factory class for creating SAX parsers. |
| LexicalHandler | SAX2 extension handler for lexical events. |
| Locator | Interface for associating a SAX event with a document location. |
| LocatorImpl | Provide an optional convenience implementation of Locator. |
| LongStack | A stack of native longs. |
| NamespaceSupport | Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers. |
| Parser | Basic interface for SAX (Simple API for XML) parsers. |
| ParserAdapter | Adapt a SAX1 Parser as a SAX2 XMLReader. |
| ParserConfigurationException | Indicates a serious configuration error. |
| ParserFactory | Java-specific class for dynamically loading SAX parsers. |
| Piccolo | Piccolo is a small, high-performance SAX1 and SAX2 XML parser. |
| RecursionException | |
| SAXException | Encapsulate a general SAX error or warning. |
| SAXNotRecognizedException | Exception class for an unrecognized identifier. |
| SAXNotSupportedException | Exception class for an unsupported operation. |
| SAXParseException | Encapsulate an XML parse error or warning. |
| SAXParser | Defines the API that wraps an XMLReader implementation class. |
| SAXParserFactory |
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
An implementation of the |
| StringStack | A simple implementation of a stack of Strings |
| UnicodeBigXMLDecoder | A decoder for big-endian Unicode text. |
| UnicodeLittleXMLDecoder | A decoder for little-endian Unicode text. |
| UTF8XMLDecoder | A decoder for UTF-8 text. |
| XMLDecoder | Converts bytes to characters while checking for valid XML characters |
| XMLDecoderFactory | Factory class for creating CharsetDecoders that also convert carriage returns to linefeeds and check for invalid XML characters, as per the XML 1.0 specification. |
| XMLFilter | Interface for an XML filter. |
| XMLFilterImpl | Base class for deriving an XML filter. |
| XMLInputReader | A Reader for XML documents the proper character set to use based on Byte Order Marks and XML declarations. |
| XMLReader | Interface for reading an XML document using callbacks. |
| XMLReaderAdapter | Adapt a SAX2 XMLReader as a SAX1 Parser. |
| XMLReaderFactory | Factory for creating an XML reader. |
| XMLReaderReader | A Reader for XML documents and streams. |
| XMLStreamReader | A Reader for XML documents and streams. |