Uses of Package
org.xml.sax
| Package | Description |
|---|---|
| javax.xml.parsers | |
| javax.xml.transform.sax | |
| javax.xml.validation | |
| javax.xml.xpath | |
| org.apache.harmony.xml | |
| org.apache.harmony.xml.parsers | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.serialize | |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.serializer.utils | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
| org.apache.xpath.jaxp | |
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.xml.sax | |
| org.xml.sax.ext | |
| org.xml.sax.helpers | |
| org.xmlpull.v1.sax2 |
-
Classes in org.xml.sax used by javax.xml.parsers Class Description EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.HandlerBase Deprecated.InputSource A single input source for an XML entity.Parser Deprecated.This interface has been replaced by the SAX2XMLReaderinterface, which includes Namespace support.SAXException Encapsulate a general SAX error or warning.SAXNotRecognizedException Exception class for an unrecognized identifier.SAXNotSupportedException Exception class for an unsupported operation.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by javax.xml.transform.sax Class Description ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.InputSource A single input source for an XML entity.XMLFilter Interface for an XML filter.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by javax.xml.validation Class Description ContentHandler Receive notification of the logical content of a document.ErrorHandler Basic interface for SAX error handlers.SAXException Encapsulate a general SAX error or warning.SAXNotRecognizedException Exception class for an unrecognized identifier.SAXNotSupportedException Exception class for an unsupported operation. -
Classes in org.xml.sax used by javax.xml.xpath Class Description InputSource A single input source for an XML entity. -
Classes in org.xml.sax used by org.apache.harmony.xml Class Description ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.SAXException Encapsulate a general SAX error or warning.SAXNotRecognizedException Exception class for an unrecognized identifier.SAXNotSupportedException Exception class for an unsupported operation.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.apache.harmony.xml.parsers Class Description SAXNotRecognizedException Exception class for an unrecognized identifier. -
Classes in org.xml.sax used by org.apache.xalan.processor Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning.SAXParseException Encapsulate an XML parse error or warning.XMLFilter Interface for an XML filter. -
Classes in org.xml.sax used by org.apache.xalan.serialize Class Description SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.apache.xalan.transformer Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.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.XMLFilter Interface for an XML filter.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.apache.xml.dtm Class Description ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.apache.xml.dtm.ref Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning.SAXParseException Encapsulate an XML parse error or warning.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.apache.xml.dtm.ref.dom2dtm Class Description ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.apache.xml.dtm.ref.sax2dtm Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning.SAXParseException Encapsulate an XML parse error or warning. -
Classes in org.xml.sax used by org.apache.xml.serializer Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.ErrorHandler Basic interface for SAX error handlers.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning.SAXParseException Encapsulate an XML parse error or warning. -
Classes in org.xml.sax used by org.apache.xml.serializer.utils Class Description Attributes Interface for a list of XML attributes. -
Classes in org.xml.sax used by org.apache.xml.utils Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning.SAXParseException Encapsulate an XML parse error or warning.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.apache.xpath Class Description ContentHandler Receive notification of the logical content of a document.SAXException Encapsulate a general SAX error or warning.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.apache.xpath.axes Class Description ContentHandler Receive notification of the logical content of a document.SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.apache.xpath.functions Class Description ContentHandler Receive notification of the logical content of a document.SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.apache.xpath.jaxp Class Description InputSource A single input source for an XML entity. -
Classes in org.xml.sax used by org.apache.xpath.objects Class Description ContentHandler Receive notification of the logical content of a document.SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.xml.sax Class Description AttributeList Deprecated.This interface has been replaced by the SAX2Attributesinterface, which includes Namespace support.Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DocumentHandler Deprecated.This interface has been replaced by the SAX2ContentHandlerinterface, which includes Namespace support.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.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.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.xml.sax.ext Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning. -
Classes in org.xml.sax used by org.xml.sax.helpers Class Description AttributeList Deprecated.This interface has been replaced by the SAX2Attributesinterface, which includes Namespace support.Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DocumentHandler Deprecated.This interface has been replaced by the SAX2ContentHandlerinterface, which includes Namespace support.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.Parser Deprecated.This interface has been replaced by the SAX2XMLReaderinterface, which includes Namespace support.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.XMLFilter Interface for an XML filter.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by org.xmlpull.v1.sax2 Class Description Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.InputSource A single input source for an XML entity.Locator Interface for associating a SAX event with a document location.SAXException Encapsulate a general SAX error or warning.SAXNotRecognizedException Exception class for an unrecognized identifier.SAXNotSupportedException Exception class for an unsupported operation.XMLReader Interface for reading an XML document using callbacks.
DocumentHandlerinterface.