|
Berkeley DB XML version 2.1.8 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlResults | |
com.sleepycat.dbxml | Berkeley DB XML Java API [reference guide]. |
Uses of XmlResults in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml that return XmlResults | |
XmlResults |
XmlValue.getAttributes()
Returns returns a XmlResults that contains all of the attributes
appearing on this node. |
XmlResults |
XmlQueryExpression.execute(XmlQueryContext queryContext)
Evaluates the XQuery expression against the containers and documents identified by the query. |
XmlResults |
XmlQueryExpression.execute(XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the containers and documents identified by the query, with configuration. |
XmlResults |
XmlQueryExpression.execute(XmlTransaction txn,
XmlQueryContext queryContext)
Evaluates the XQuery expression against the containers and documents identified by the query, from within the scope of the provided XmlTransaction object. |
XmlResults |
XmlQueryExpression.execute(XmlTransaction txn,
XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the containers and documents identified by the query, from within the scope of the provided XmlTransaction object, with configuration. |
XmlResults |
XmlQueryExpression.execute(XmlValue contextItem,
XmlQueryContext queryContext)
Evaluates the XQuery expression against the provided context item in the given query context. |
XmlResults |
XmlQueryExpression.execute(XmlValue contextItem,
XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the provided context item in the given query context with configuration. |
XmlResults |
XmlQueryExpression.execute(XmlTransaction txn,
XmlValue contextItem,
XmlQueryContext queryContext)
Evaluates the XQuery expression against the provided context item in the given query context, from within the scope of the provided XmlTransaction object. |
XmlResults |
XmlQueryExpression.execute(XmlTransaction txn,
XmlValue contextItem,
XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the provided context item, from within the scope of the provided XmlTransaction object. |
XmlResults |
XmlManager.createResults()
Instantiates an new, empty XmlResults object. |
XmlResults |
XmlManager.query(String query,
XmlQueryContext context,
XmlDocumentConfig config)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlManager.query(XmlTransaction txn,
String query,
XmlQueryContext context,
XmlDocumentConfig config)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlManager.query(String query,
XmlQueryContext context)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlManager.query(XmlTransaction txn,
String query,
XmlQueryContext context)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlContainer.getAllDocuments(XmlDocumentConfig config)
Returns all XmlDocument objects in the container,
with configuration options. |
XmlResults |
XmlContainer.getAllDocuments(XmlTransaction txn,
XmlDocumentConfig config)
Returns all XmlDocument objects in the container,
with configuration options, in the context of a transaction. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value)
|
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index)
For a specified index, return all the data referenced by the node index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value)
For a specified index, return all the data referenced by the edge index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index)
For a specified index, return all the data referenced by the edge index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value)
For a specified index, return all the data referenced by the node index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the node index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index)
For a specified index, return all the data referenced by the node index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the node index's keys in the scope of a transaction, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the edge index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index)
For a specified index, return all the data referenced by the edge index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value)
For a specified index, return all the data referenced by the edge index's keys in the scope of a transaction, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the edge index's keys in the scope of a transaction, optionally matching a specific value. |
Methods in com.sleepycat.dbxml with parameters of type XmlResults | |
boolean |
XmlResolver.resolveCollection(XmlTransaction txn,
XmlManager mgr,
String uri,
XmlResults result)
When implemented, should resolve a URI to an XmlResults . |
long |
XmlModify.execute(XmlResults toModify,
XmlQueryContext context,
XmlUpdateContext uc)
Executes one or more document modification operations (or steps) against an XmlValue object. |
long |
XmlModify.execute(XmlTransaction txn,
XmlResults toModify,
XmlQueryContext context,
XmlUpdateContext uc)
Executes one or more document modification operations (or steps) against an XmlValue object. |
Constructors in com.sleepycat.dbxml with parameters of type XmlResults | |
XmlResults(XmlResults results)
Copy constructor. |
|
Berkeley DB XML version 2.1.8 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |