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 XPathQueryjava.lang.Exceptionpublic void setNamespace(org.w3c.dom.Node namespace)
throws java.lang.Exception
setNamespace in interface XPathQueryjava.lang.Exceptionpublic void setNodeFilter(org.w3c.dom.traversal.NodeFilter filter)
throws java.lang.Exception
setNodeFilter in interface XPathQueryjava.lang.Exceptionpublic XObject execute(org.w3c.dom.Node rootNode) throws java.lang.Exception
execute in interface XPathQueryrootNode - The node from which the query should start or null.java.lang.ExceptionCopyright (C) XML:DB Initiative. All rights reserved.%lt;/font>