Uses of Class
org.apache.xalan.xpath.xml.XMLParserLiaison

Packages that use XMLParserLiaison
org.apache.xalan.xpath.xml Infrastructure for working with an XML parser. 
org.apache.xalan.xslt The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. 
 

Uses of XMLParserLiaison in org.apache.xalan.xpath.xml
 

Subclasses of XMLParserLiaison in org.apache.xalan.xpath.xml
 class XMLParserLiaisonDefault
          Deprecated. This compatibility layer will be removed in later releases.
 

Uses of XMLParserLiaison in org.apache.xalan.xslt
 

Methods in org.apache.xalan.xslt that return XMLParserLiaison
 XMLParserLiaison XSLTProcessor.getXMLProcessorLiaison()
          Deprecated. Get the XMLParserLiaison that this processor uses.
 XMLParserLiaison XSLTEngineImpl.createLiaison()
          Deprecated. Get a Liaison class
 XMLParserLiaison XSLTEngineImpl.getXMLProcessorLiaison()
          Deprecated. Get the XMLParserLiaison that this processor uses.
 

Methods in org.apache.xalan.xslt with parameters of type XMLParserLiaison
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison)
          Deprecated. Get a new XSLTProcessor (XMLParserLiaison no longer used).
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison, org.apache.xpath.XPathFactory xpathFactory)
          Deprecated. Get a new XSLTProcessor (XMLParserLiaison and XPathFactory no longer used).
 

Constructors in org.apache.xalan.xslt with parameters of type XMLParserLiaison
XSLTEngineImpl.XSLTEngineImpl(XMLParserLiaison parserLiaison)
          Deprecated. Construct an XSL processor that uses the the given parser liaison.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.