|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.core.xupdate.XPathQueryImpl
XPath Query Impl to handle Xalan 2 XPath constructs.
| Constructor Summary | |
XPathQueryImpl()
|
|
| Method Summary | |
org.xmldb.common.xml.queries.XObject |
execute(org.w3c.dom.Node rootNode)
Execute the xpath. |
void |
setNamespace(org.w3c.dom.Node namespace)
Sets the Namespace attribute of the XPathQueryImpl object |
void |
setNodeFilter(org.w3c.dom.traversal.NodeFilter filter)
Sets the NodeFilter attribute of the XPathQueryImpl object |
void |
setQString(String qstring)
Sets the QString attribute of the XPathQueryImpl object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XPathQueryImpl()
| Method Detail |
public void setQString(String qstring)
throws Exception
setQString in interface org.xmldb.common.xml.queries.XPathQueryqstring - The new QString value
Exception - Description of Exception
public void setNamespace(org.w3c.dom.Node namespace)
throws Exception
setNamespace in interface org.xmldb.common.xml.queries.XPathQuerynamespace - The new Namespace value
Exception - Description of Exception
public void setNodeFilter(org.w3c.dom.traversal.NodeFilter filter)
throws Exception
setNodeFilter in interface org.xmldb.common.xml.queries.XPathQueryfilter - The new NodeFilter value
Exception - Description of Exception
public org.xmldb.common.xml.queries.XObject execute(org.w3c.dom.Node rootNode)
throws Exception
execute in interface org.xmldb.common.xml.queries.XPathQueryrootNode - The node from which the query should start or null.
Exception
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||