Methods in com.sleepycat.dbxml that return XmlResults |
XmlResults |
XmlManager.createResults()
Instantiates an new, empty XmlResults object. |
XmlResults |
XmlIndexLookup.execute(XmlQueryContext context)
Executes the index lookup operation specified by the configuration
of the XmlIndexLookup object. |
XmlResults |
XmlQueryExpression.execute(XmlQueryContext queryContext)
Evaluates the XQuery expression against the containers and documents
identified by the query. |
XmlResults |
XmlIndexLookup.execute(XmlQueryContext context,
XmlDocumentConfig config)
Executes the index lookup operation specified by the configuration
of the XmlIndexLookup object. |
XmlResults |
XmlQueryExpression.execute(XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the containers and documents
identified by the query, with configuration. |
XmlResults |
XmlIndexLookup.execute(XmlTransaction txn,
XmlQueryContext context)
Executes the index lookup operation specified by the configuration
of the XmlIndexLookup object. |
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 |
XmlIndexLookup.execute(XmlTransaction txn,
XmlQueryContext context,
XmlDocumentConfig config)
Executes the index lookup operation specified by the configuration
of the XmlIndexLookup 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(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 |
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 |
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 |
XmlValue.getAttributes()
Returns returns a XmlResults that contains all of the attributes
appearing on this node. |
XmlResults |
XmlQueryContext.getVariableValues(String name)
Returns the XmlResults object representing the sequence of
values that is bound to the specified variable. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value,
XmlDocumentConfig config)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value,
XmlDocumentConfig config)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value,
XmlDocumentConfig config)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value,
XmlDocumentConfig config)
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int)
and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead. |
XmlResults |
XmlManager.query(String query,
XmlQueryContext context)
Executes a query in the context of the XmlManager 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)
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. |
Methods in com.sleepycat.dbxml with parameters of type XmlResults |
void |
XmlModify.addAppendStep(XmlQueryExpression selectionExpr,
int type,
String name,
XmlResults resultContent,
int location)
Appends the provided data to the selected node's child nodes, using
an XmlResults object as content. |
void |
XmlModify.addInsertAfterStep(XmlQueryExpression selectionExpr,
int type,
String name,
XmlResults resultContent)
Inserts the provided data into the document after the selected node
using the specified XmlResults object as content. |
void |
XmlModify.addInsertBeforeStep(XmlQueryExpression selectionExpr,
int type,
String name,
XmlResults resultContent)
Inserts the provided data into the document before the selected node,
as a previous sibling using an XmlResults object as content
If the operation's target is an attribute node or the document root
node, an exception is thrown at modification execution time. |
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. |
boolean |
XmlResolver.resolveCollection(XmlTransaction txn,
XmlManager mgr,
String uri,
XmlResults result)
When implemented, should resolve a URI to an XmlResults . |
boolean |
XmlResolver.resolveModuleLocation(XmlTransaction txn,
XmlManager mgr,
String nameSpace,
XmlResults result)
When implemented, should resolve a module namespace to list
of strings that are locations for the files that comprise the
module. |
void |
XmlQueryContext.setVariableValue(String name,
XmlResults value)
Creates an externally-declared XQuery sequence variable by binding
the specified XmlResults object to the specified variable name. |