Berkeley DB XML
version 2.3.10

Uses of Class
com.sleepycat.dbxml.XmlValue

Packages that use XmlValue
com.sleepycat.dbxml Berkeley DB XML Java API
[reference guide]
 

Uses of XmlValue in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlValue
 XmlValue XmlMetaData.get_value()
          Contains the XmlValue contained by the metadata item retrieved by this method.
 XmlValue XmlValue.getFirstChild()
          Returns current node's first child node.
 XmlValue XmlIndexLookup.getHighBoundValue()
          Gets the value to be used for the upper bound for a range index lookup operation.
 XmlValue XmlValue.getLastChild()
          Returns current node's last child node.
 XmlValue XmlIndexLookup.getLowBoundValue()
          Gets the value to be used for the lower bound for a range index lookup operation, or the single operation for a simple inequality lookup.
 XmlValue XmlValue.getNextSibling()
          Returns the sibling node immediately following this node in the document.
 XmlValue XmlContainer.getNode(String handle)
          Returns the XmlValue object associated with the specified handle.
 XmlValue XmlValue.getOwnerElement()
          If the current node is an attribute node, returns the document element node that contains this attribute node.
 XmlValue XmlValue.getParentNode()
          Returns current node's parent.
 XmlValue XmlValue.getPreviousSibling()
          Returns the sibling node immediately preceding this node in the document.
 XmlValue XmlQueryContext.getVariableValue(String name)
          Returns the value that is bound to the specified variable.
 XmlValue XmlResults.next()
          Retrieves the next value in the result set.
 XmlValue XmlResults.peek()
          Returns the current element in the results set without moving the internal iterator.
 XmlValue XmlResults.previous()
          Retrieves the previous value in the result set.
 

Methods in com.sleepycat.dbxml with parameters of type XmlValue
 void XmlResults.add(XmlValue value)
          Adds the specified XmlValue to the end of the results set.
 XmlIndexLookup XmlManager.createIndexLookup(XmlContainer container, String uri, String name, String index, XmlValue value, int op)
          Returns a XmlIndexLookup object that can be executed to perform and index lookup on a container.
 boolean XmlValue.equals(XmlValue value)
          Determines if two XmlValue objects represent the same value.
 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.
 long XmlModify.execute(XmlTransaction txn, XmlValue toModify, XmlQueryContext context, XmlUpdateContext uc)
          Executes one or more document modification operations (or steps) against an XmlValue 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.
 long XmlModify.execute(XmlValue toModify, XmlQueryContext context, XmlUpdateContext uc)
          Executes one or more document modification operations (or steps) against an XmlValue object.
 boolean XmlDocument.getMetaData(String uri, String name, XmlValue value)
          Returns the value of the specified metadata.
 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 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.
 XmlStatistics XmlContainer.lookupStatistics(String uri, String name, String parentUri, String parentName, String index, XmlValue value)
          Lookup statistics for the identified edge index.
 XmlStatistics XmlContainer.lookupStatistics(String uri, String name, String index, XmlValue value)
          Returns an XmlStatistics object for the identified index.
 XmlStatistics XmlContainer.lookupStatistics(XmlTransaction txn, String uri, String name, String parentUri, String parentName, String index, XmlValue value)
          Lookup statistics for the identified edge index in the scope of a transaction.
 XmlStatistics XmlContainer.lookupStatistics(XmlTransaction txn, String uri, String name, String index, XmlValue value)
          Returns an XmlStatistics object for the identified index.
 boolean XmlResolver.resolveDocument(XmlTransaction txn, XmlManager mgr, String uri, XmlValue result)
          When implemented, should resolve a URI to an XmlValue.
 void XmlIndexLookup.setHighBound(XmlValue value, int op)
          Sets the operation and value to be used for the upper bound for a range index lookup operation.
 void XmlIndexLookup.setLowBound(XmlValue value, int op)
          Sets the operation and value to be used for the index lookup operation.
 void XmlDocument.setMetaData(String uri, String name, XmlValue value)
          Sets the value of the specified document metadata.
static void XmlValue.setValue(XmlValue to, XmlValue from)
          Assigns a new value to an existing one.
 void XmlQueryContext.setVariableValue(String name, XmlValue value)
          Creates an externally-declared XQuery variable by binding the specified value to the specified variable name.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlValue
XmlValue(XmlValue other)
          Copy constructor.
 


Berkeley DB XML
version 2.3.10

Copyright 1996,2007 Oracle. All rights reserved.