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

Packages that use XPathProcessor
org.apache.xalan.xpath   
org.apache.xalan.xslt   
 

Uses of XPathProcessor in org.apache.xalan.xpath
 

Classes in org.apache.xalan.xpath that implement XPathProcessor
 class XPathProcessorImpl
           Tokenizes and parses XPath expressions.
 

Uses of XPathProcessor in org.apache.xalan.xslt
 

Methods in org.apache.xalan.xslt that return XPathProcessor
 XPathProcessor Stylesheet.getXPathProcessor()
          Get the XPath processor object.
 

Methods in org.apache.xalan.xslt with parameters of type XPathProcessor
 void Stylesheet.setXPathProcessor(XPathProcessor processor)
          Set the XPath processor object.
 

Constructors in org.apache.xalan.xslt with parameters of type XPathProcessor
AVTPartXPath.AVTPartXPath(java.lang.String val, PrefixResolver nsNode, XPathProcessor xpathProcessor, XPathFactory factory, XMLParserLiaison liaison)
          **For internal use only** Construct a simple AVT part.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.