Berkeley DB XML
version 2.5.16

Uses of Class
com.sleepycat.dbxml.XmlResults

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 XmlResults.copyResults()
          Returns a copy of the XmlResults object.
 XmlResults XmlManager.createResults()
          Instantiates an new, empty XmlResults object.
 XmlResults XmlQueryExpression.execute(XmlQueryContext queryContext)
          Evaluates the XQuery expression against the containers and documents identified by the query.
 XmlResults XmlIndexLookup.execute(XmlQueryContext context)
          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(XmlQueryContext context, XmlDocumentConfig config)
          Executes the index lookup operation specified by the configuration of the XmlIndexLookup object.
 XmlResults XmlExternalFunction.execute(XmlTransaction txn, XmlManager mgr, XmlArguments args)
          This method is called from within a query to execute the function for which the instance was implemented.
 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)
          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 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, 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 XmlArguments.getArgument(int index)
          Gets the argument at the specified index.
 XmlResults XmlValue.getAttributes()
          Returns returns a XmlResults that contains all of the attributes appearing on this node.
 XmlResults XmlContainer.getNode(String handle)
          Returns the XmlResults which contains the object associated with the specified handle.
 XmlResults XmlContainer.getNode(XmlTransaction txn, String handle, XmlDocumentConfig config)
          Returns the XmlResults which contains the object associated with the specified handle in the scope of a transaction.
 XmlResults XmlValue.getResults()
          Returns the XmlResults that is associated with this XmlValue, or null if there is none.
 XmlResults XmlDocument.getResults()
          Returns the XmlResults that is associated with this XmlDocument, or null if there is none.
 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 XmlStackFrame.query(String queryString)
          Prepares and executes the query given in the dynamic context of the stack frame.
 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 XmlResults.concatResults(XmlResults from)
          Concatenates the XmlValue objects from one XmlResults instance into another.
 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.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlResults
XmlResults(XmlResults results)
          Copy constructor.
 


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.