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
          A class that handles interfacing IBM's XML4J2 to the Lotus XSL Processor.
 

Uses of XMLParserLiaison in org.apache.xalan.xslt
 

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

Methods in org.apache.xalan.xslt with parameters of type XMLParserLiaison
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison)
          Get a new XSLTProcessor (XMLParserLiaison no longer used).
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison, org.apache.xpath.XPathFactory xpathFactory)
          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)
          Construct an XSL processor that uses the the given parser liaison.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.