public final class XPathQueryImpl extends java.lang.Object implements XPathQuery
Constructor and Description |
---|
XPathQueryImpl() |
Modifier and Type | Method and Description |
---|---|
XObject |
execute(org.w3c.dom.Node rootNode)
Execute the xpath.
|
void |
setNamespace(org.w3c.dom.Node namespace) |
void |
setNodeFilter(org.w3c.dom.traversal.NodeFilter filter) |
void |
setQString(java.lang.String qstring) |
public void setQString(java.lang.String qstring) throws java.lang.Exception
setQString
in interface XPathQuery
java.lang.Exception
public void setNamespace(org.w3c.dom.Node namespace) throws java.lang.Exception
setNamespace
in interface XPathQuery
java.lang.Exception
public void setNodeFilter(org.w3c.dom.traversal.NodeFilter filter) throws java.lang.Exception
setNodeFilter
in interface XPathQuery
java.lang.Exception
public XObject execute(org.w3c.dom.Node rootNode) throws java.lang.Exception
execute
in interface XPathQuery
rootNode
- The node from which the query should start or null.java.lang.Exception
Copyright (C) XML:DB Initiative. All rights reserved.%lt;/font>