Uses of Package
org.apache.xalan.xpath

Packages that use org.apache.xalan.xpath
org.apache.xalan.xpath Infrastructure for processing XPATH expressions 
org.apache.xalan.xslt The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. 
 

Classes in org.apache.xalan.xpath used by org.apache.xalan.xpath
XBoolean
           This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
XObject
           This class represents an XPath object, and is capable of converting the object to various types, such as a string.
XPathSupport
           Provides basic support for independent use of XPath.
 

Classes in org.apache.xalan.xpath used by org.apache.xalan.xslt
XBoolean
           This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
XNodeSet
           This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
XNull
           This class represents an XPath null object, and is capable of converting the null to other types, such as a string.
XNumber
           This class represents an XPath number, and is capable of converting the number to other types, such as a string.
XObject
           This class represents an XPath object, and is capable of converting the object to various types, such as a string.
XString
           This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.