|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlValue in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml that return XmlValue | |
XmlValue |
XmlResults.next()
The XmlResults.next method retrieves the next value in the result set. |
XmlValue |
XmlResults.next(DbTxn txn)
|
XmlValue |
XmlQueryContext.getVariableValue(String name)
The XmlQueryContext.getVariableValue method returns the value that is bound to the specified variable. |
Methods in com.sleepycat.dbxml with parameters of type XmlValue | |
boolean |
XmlResults.next(XmlDocument document,
XmlValue value)
|
boolean |
XmlResults.nextDocumentAndValue(DbTxn txn,
XmlDocument document,
XmlValue value)
|
void |
XmlResults.add(XmlValue value)
|
boolean |
XmlValue.equals(XmlValue value,
XmlQueryContext context)
The equals() method determines if two XmlValue objects represent the same value. |
void |
XmlQueryContext.setVariableValue(String name,
XmlValue value)
The XmlQueryContext.setVariableValue method binds the specified value to the specified variable. |
void |
XmlDocument.setMetaData(String uri,
String prefix,
String name,
XmlValue value)
The XmlDocument.setMetaData method sets the value of the specified metadata attribute. |
boolean |
XmlDocument.getMetaData(String uri,
String name,
XmlValue value)
The XmlDocument.getMetaData method returns the value of the specified metadata attribute. |
|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |