Package org.apache.xalan.xpath.xml

Infrastructure for working with an XML parser.

See:
          Description

Interface Summary
ProblemListener Deprecated. This compatibility layer will be removed in later releases.
 

Class Summary
FormatterToDOM Deprecated. This compatibility layer will be removed in later releases.
FormatterToHTML Deprecated. This compatibility layer will be removed in later releases.
FormatterToText Deprecated. This compatibility layer will be removed in later releases.
FormatterToXML Deprecated. This compatibility layer will be removed in later releases.
ProblemListenerDefault Deprecated. This compatibility layer will be removed in later releases.
TreeWalker Deprecated. This compatibility layer will be removed in later releases.
XMLParserLiaison Deprecated. This compatibility layer will be removed in later releases.
XMLParserLiaisonDefault Deprecated. This compatibility layer will be removed in later releases.
 

Package org.apache.xalan.xpath.xml Description

Infrastructure for working with an XML parser.

An implementation of the XMLParserLiaison interface provides a liaison between the XSLT processor and an XML parser. Unless you specify an XML parser and your own implementation of the XMLParserLiaison interface, Xalan-Java uses the XMLParserLiaisonDefault:

This package also includes four implementations of the SAX org.xml.sax.DocumentHandler interface:



Copyright © 2001 Apache XML Project. All Rights Reserved.