Berkeley DB XML
version 2.1.8

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 XmlValue.getParentNode()
          Returns current node's parent.
 XmlValue XmlValue.getFirstChild()
          Returns current node's first child node.
 XmlValue XmlValue.getLastChild()
          Returns current node's last child node.
 XmlValue XmlValue.getPreviousSibling()
          Returns the sibling node immediately preceding this node in the document.
 XmlValue XmlValue.getNextSibling()
          Returns the sibling node immediately following this node in the document.
 XmlValue XmlValue.getOwnerElement()
          If the current node is an attribute node, returns the document element node that contains this attribute node.
 XmlValue XmlResults.next()
          Retrieves the next value in the result set.
 XmlValue XmlResults.previous()
          Retrieves the previous value in the result set.
 XmlValue XmlResults.peek()
          Returns the current element in the results set without moving the internal iterator.
 XmlValue XmlQueryContext.getVariableValue(String name)
          Returns the value that is bound to the specified variable.
 XmlValue XmlMetaData.get_value()
          Contains the XmlValue contained by the metadata item retrieved by this method.
 

Methods in com.sleepycat.dbxml with parameters of type XmlValue
 boolean XmlValue.equals(XmlValue value)
          Determines if two XmlValue objects represent the same value.
static void XmlValue.setValue(XmlValue to, XmlValue from)
          Assigns a new value to an existing one.
 void XmlResults.add(XmlValue value)
          Adds the specified XmlValue to the end of the results set.
 boolean XmlResolver.resolveDocument(XmlTransaction txn, XmlManager mgr, String uri, XmlValue result)
          When implemented, should resolve a URI to an XmlValue.
 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.
 void XmlQueryContext.setVariableValue(String name, XmlValue value)
          Creates an externally-declared XQuery variable by binding the specified value to the specified variable name.
 long XmlModify.execute(XmlValue toModify, XmlQueryContext context, XmlUpdateContext uc)
          Executes one or more document modification operations (or steps) against an XmlValue 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.
 void XmlDocument.setMetaData(String uri, String name, XmlValue value)
          Sets the value of the specified typed metadata attribute.
 boolean XmlDocument.getMetaData(String uri, String name, XmlValue value)
          Returns the value of the specified typed metadata.
 XmlResults XmlContainer.lookupIndex(XmlQueryContext context, String uri, String name, String index, XmlValue value)
           
 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(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, 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, 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.
 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 index, XmlValue value)
          Returns an XmlStatistics object for the identified index.
 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(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.
 

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


Berkeley DB XML
version 2.1.8

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.