This class represents a XPath query, which an
XPathProcessor is
able to handle.
version: $Revision: 1.1 $ $Date: 2002/05/10 08:59:12 $ author: SMB See Also: XPathProcessor
execute(Node rootNode) Execute the xpath.
Parameters: rootNode - The node from which the query should start or null. Parameters: nameSpace - The node that resolves namespace queries or null. Parameters: filter - The node filter which is to apply while querying or null.
Execute the xpath.
Parameters: rootNode - The node from which the query should start or null. Parameters: nameSpace - The node that resolves namespace queries or null. Parameters: filter - The node filter which is to apply while querying or null. The XObject insulating the query result.