|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.xml.sax | |
javax.xml.parsers | This package provides a pluggability mechanism to allow a compliant SAX or DOM parser to be used independently by an application. |
org.apache.serialize | Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
org.apache.xalan.extensions | Implementation of Xalan Extension Mechanism, which uses the Bean Scripting Framework. |
org.apache.xalan.lib | Extension elements and functions shipped with Xalan-Java |
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.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.trace | Implementation of Xalan Trace events, for use by a debugger. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xalan.utils | Implementation of Xalan utility classes. |
org.apache.xml.serialize.transition | Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. |
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.compiler | Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. |
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.objects | Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. |
org.apache.xpath.operations | Support for XPath operations, such as +, -, string(), etc. |
org.apache.xpath.patterns | Implementation of XPath nodeTest support, and XSLT pattern matching support. |
org.xml.sax | SAX 2.0 interfaces. |
org.xml.sax.helpers | SAX 2.0 implementation classes. |
Classes in org.xml.sax used by javax.xml.parsersEntityResolver
|
Basic interface for resolving entities. ErrorHandler
|
Basic interface for SAX error handlers. HandlerBase
|
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class. InputSource
|
A single input source for an XML entity. Parser
|
Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support. SAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.serializeContentHandler
|
Receive notification of the logical content of a document. DocumentHandler
|
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support. SAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.traxContentHandler
|
Receive notification of the logical content of a document. 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.xalan.extensionsSAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.xalan.libSAXException
|
Encapsulate a general SAX error or warning. SAXNotSupportedException
|
Exception class for an unsupported operation. |
Classes in org.xml.sax used by org.apache.xalan.processorAttributes
|
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. |
Classes in org.xml.sax used by org.apache.xalan.streeAttributes
|
Interface for a list of XML attributes. ContentHandler
|
Receive notification of the logical content of a document. 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.apache.xalan.templatesLocator
|
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.apache.xalan.traceAttributes
|
Interface for a list of XML attributes. SAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.xalan.transformerAttributes
|
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. XMLFilter
|
Interface for an XML filter. XMLReader
|
Interface for reading an XML document using callbacks. |
Classes in org.xml.sax used by org.apache.xalan.utilsAttributes
|
Interface for a list of XML attributes. ContentHandler
|
Receive notification of the logical content of a document. 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.serialize.transitionAttributeList
|
Deprecated. This interface has been replaced by the SAX2 Attributes interface, 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 SAX2 ContentHandler interface, which includes Namespace support. DTDHandler
|
Receive notification of basic DTD-related events. 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.apache.xpathEntityResolver
|
Basic interface for resolving entities. 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. XMLReader
|
Interface for reading an XML document using callbacks. |
Classes in org.xml.sax used by org.apache.xpath.axesSAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.xpath.compilerErrorHandler
|
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. |
Classes in org.xml.sax used by org.apache.xpath.functionsSAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.xpath.objectsSAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.xpath.operationsSAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.apache.xpath.patternsSAXException
|
Encapsulate a general SAX error or warning. |
Classes in org.xml.sax used by org.xml.saxAttributeList
|
Deprecated. This interface has been replaced by the SAX2 Attributes interface, 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 SAX2 ContentHandler interface, 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.helpersAttributeList
|
Deprecated. This interface has been replaced by the SAX2 Attributes interface, 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 SAX2 ContentHandler interface, 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 SAX2 XMLReader interface, 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |