|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlQueryExpression in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml that return XmlQueryExpression | |
XmlQueryExpression |
XmlContainer.parseXPathExpression(DbTxn txn,
String query,
XmlQueryContext context)
The XmlContainer.parseXPathExpression returns a pre-parsed XPath expression, which can be used with the XmlContainer.queryWithXPath method. |
Methods in com.sleepycat.dbxml with parameters of type XmlQueryExpression | |
XmlResults |
XmlDocument.queryWithXPath(XmlQueryExpression query)
The XmlDocument.queryWithXPath method executes an XPath expression against the XmlDocument, and returns the results. |
XmlResults |
XmlContainer.queryWithXPath(DbTxn txn,
XmlQueryExpression query,
int flags)
The XmlContainer.queryWithXPath method executes an XPath expression against the XmlContainer, and returns the results. |
Constructors in com.sleepycat.dbxml with parameters of type XmlQueryExpression | |
XmlModify(XmlQueryExpression expression,
int operation,
int type,
String name,
String content,
int location)
|
|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |