|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlQueryContext in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml that return XmlQueryContext | |
XmlQueryContext |
XmlQueryExpression.getQueryContext()
|
Methods in com.sleepycat.dbxml with parameters of type XmlQueryContext | |
int |
XmlValue.getType(XmlQueryContext context)
|
boolean |
XmlValue.isNumber(XmlQueryContext context)
Test if the XmlValue is of type Number. |
boolean |
XmlValue.isString(XmlQueryContext context)
Test if the XmlValue is of type String. |
boolean |
XmlValue.isBoolean(XmlQueryContext context)
Test if the XmlValue is of type Boolean. |
boolean |
XmlValue.isNode(XmlQueryContext context)
Test if the XmlValue is of type Node. |
boolean |
XmlValue.isDocument(XmlQueryContext context)
Test if the XmlValue is of type Node. |
boolean |
XmlValue.isVariable(XmlQueryContext context)
Test if the XmlValue is of type Node. |
double |
XmlValue.asNumber(XmlQueryContext context)
|
String |
XmlValue.asString(XmlQueryContext context)
|
boolean |
XmlValue.asBoolean(XmlQueryContext context)
|
XmlDocument |
XmlValue.asDocument(XmlQueryContext context)
|
boolean |
XmlValue.equals(XmlValue value,
XmlQueryContext context)
The equals() method determines if two XmlValue objects represent the same value. |
XmlResults |
XmlDocument.queryWithXPath(String query,
XmlQueryContext context)
The XmlDocument.queryWithXPath method executes an XPath expression against the XmlDocument, and returns the results. |
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. |
XmlResults |
XmlContainer.queryWithXPath(DbTxn txn,
String query,
XmlQueryContext context,
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 XmlQueryContext | |
XmlResults(XmlQueryContext context,
DbTxn txn)
|
|
XmlModify(String xpath,
int operation,
int type,
String name,
String content,
int location,
XmlQueryContext context)
|
|
XmlQueryExpression(XmlContainer arg0,
XmlQueryContext arg1)
|
|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |