Overview
>
Package org.xml.sax
Version 0.1.2
Overview
Index
Tree
Deprecated
Package org.xml.sax
Contains 17 type(s).
Types
Interfaces
AttributeList
- Deprecated SAX1 attribute list.
Attributes
- Namespace-aware SAX2 attribute list.
ContentHandler
- Handler for logical XML document content.
DTDHandler
- Handler for basic DTD declaration events.
DocumentHandler
- Deprecated SAX1 document event handler.
EntityResolver
- Resolver for external XML entities.
ErrorHandler
- Handler for SAX warnings and errors.
Locator
- Location information for SAX document events.
Parser
- Deprecated SAX1 parser interface.
XMLFilter
- SAX2 filter interface.
XMLReader
- SAX2 interface for reading XML documents using callbacks.
Classes
HandlerBase
- Deprecated SAX1 adapter with no-op callback implementations.
InputSource
- Input source for one XML entity.
Exceptions
SAXException
- Base SAX error or warning.
SAXNotRecognizedException
- Error raised for an unrecognized SAX feature or property identifier.
SAXNotSupportedException
- Error raised for a recognized but unsupported SAX feature or property value.
SAXParseException
- SAX exception with XML location information.