Uses of Package
org.loboevolution.apache.xpath
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
Support for XPath operations, such as +, -, string(), etc.
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
ClassDescriptionThis abstract class serves as the base for all expression objects.A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information.Default class for the runtime execution context for XPath.This class implements an exception object that all XPath classes will throw in case of an error.A class that implements this interface will call a XPathVisitor for itself and members within its hierarchy.A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.
-
ClassDescriptionThis abstract class serves as the base for all expression objects.A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information.Default class for the runtime execution context for XPath.A class that implements this interface will call a XPathVisitor for itself and members within its hierarchy.A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.
-
-
ClassDescriptionThis abstract class serves as the base for all expression objects.A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information.Default class for the runtime execution context for XPath.A class that implements this interface will call a XPathVisitor for itself and members within its hierarchy.A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.
-
ClassDescriptionThis abstract class serves as the base for all expression objects.A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information.The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.Default class for the runtime execution context for XPath.A class that implements this interface will call a XPathVisitor for itself and members within its hierarchy.A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.
-
ClassDescriptionThis abstract class serves as the base for all expression objects.A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information.Default class for the runtime execution context for XPath.A class that implements this interface will call a XPathVisitor for itself and members within its hierarchy.A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.
-
ClassDescriptionThis abstract class serves as the base for all expression objects.A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information.Default class for the runtime execution context for XPath.A class that implements this interface will call a XPathVisitor for itself and members within its hierarchy.A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.