Berkeley DB XML
version 2.2.13

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.
 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 XmlIndexLookup.getHighBoundValue()
          Gets the value to be used for the upper bound for a range index lookup operation.
 

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.
 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.
 void XmlIndexLookup.setLowBound(XmlValue value, int op)
          Sets the operation and value to be used for the index lookup operation.
 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 XmlDocument.setMetaData(String uri, String name, XmlValue value)
          Sets the value of the specified document metadata.
 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 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)
          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(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, 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 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 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.
 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.2.13

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