Uses of Interface
org.apache.xalan.xpath.XPathEnvSupport

Packages that use XPathEnvSupport
org.apache.xalan.xpath   
org.apache.xalan.xpath.dtm   
org.apache.xalan.xpath.xdom   
org.apache.xalan.xpath.xml   
org.apache.xalan.xslt   
 

Uses of XPathEnvSupport in org.apache.xalan.xpath
 

Subinterfaces of XPathEnvSupport in org.apache.xalan.xpath
 interface XPathSupport
          **For advanced use only** Provides basic support for independent use of XPath.
 

Classes in org.apache.xalan.xpath that implement XPathEnvSupport
 class XPathSupportDefault
          **For advanced use only** Default class for execution context when XPath is used by itself.
 

Uses of XPathEnvSupport in org.apache.xalan.xpath.dtm
 

Classes in org.apache.xalan.xpath.dtm that implement XPathEnvSupport
 class DTMLiaison
          **For internal use only** Liaison to Document Table Model (DTM) XML parser -- the default liaison and parser that XSLTProcessor uses to perform transformations.
 

Constructors in org.apache.xalan.xpath.dtm with parameters of type XPathEnvSupport
DTMLiaison.DTMLiaison(XPathEnvSupport envSupport)
          **For internal use only** Construct an instance.
 

Uses of XPathEnvSupport in org.apache.xalan.xpath.xdom
 

Classes in org.apache.xalan.xpath.xdom that implement XPathEnvSupport
 class XercesLiaison
           Provides XSLTProcessor an interface to the Xerces XML parser.
 

Constructors in org.apache.xalan.xpath.xdom with parameters of type XPathEnvSupport
XercesLiaison.XercesLiaison(XPathEnvSupport envSupport)
          Construct an instance.
 

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

Subinterfaces of XPathEnvSupport in org.apache.xalan.xpath.xml
 interface XMLParserLiaison
           An implementation of this interface acts as a liaison between the XSLT processor and the XML parser.
 

Classes in org.apache.xalan.xpath.xml that implement XPathEnvSupport
 class JaxpLiaison
          Allow use of a generic JAXP parser with Xalan.
 class XMLParserLiaisonDefault
           This class is the default XMLParserLiaison for the XSL Processor.
 

Methods in org.apache.xalan.xpath.xml with parameters of type XPathEnvSupport
 void XMLParserLiaisonDefault.setEnvSupport(XPathEnvSupport envSupport)
          **For advanced use only** XPath environment support, which the liaison may aggregate back to in order to implement the XPathEnvSupport interface.
 void XMLParserLiaison.setEnvSupport(XPathEnvSupport envSupport)
          **For advanced use only** XPath environment support, which the liaison may aggregate back to in order to implement the XPathEnvSupport interface.
 

Uses of XPathEnvSupport in org.apache.xalan.xslt
 

Classes in org.apache.xalan.xslt that implement XPathEnvSupport
 class XSLTEngineImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.