Package org.loboevolution.apache.xpath
package org.loboevolution.apache.xpath
Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.
-
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 NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.The XPath class wraps an expression object and provides general services for execution of that expression.The methods in this class are convenience methods into the low-level XPath API.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.Derived from XPathException in order that XPath processor exceptions may be specifically caught.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.