Package org.apache.xalan.xpath

Infrastructure for processing XPATH expressions

See:
          Description

Interface Summary
XPathSupport Provides basic support for independent use of XPath.
 

Class Summary
XBoolean This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
XBooleanStatic This class doesn't have any XPathSupport, so override whatever to ensure it works OK.
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.
XPathSupportDefault Default class for execution context when XPath is used by itself.
XRTreeFrag This class represents an XPath result tree fragment object, and is capable of converting the RTF to other 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.
 

Package org.apache.xalan.xpath Description

Infrastructure for processing XPATH expressions



Copyright © 2000 Apache XML Project. All Rights Reserved.