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