Berkeley DbXML
version 1.2.1

Uses of Class
com.sleepycat.dbxml.XmlResults

Uses of XmlResults in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlResults
 XmlResults XmlDocument.queryWithXPath(String query, XmlQueryContext context)
          The XmlDocument.queryWithXPath method executes an XPath expression against the XmlDocument, and returns the results.
 XmlResults XmlDocument.queryWithXPath(XmlQueryExpression query)
          The XmlDocument.queryWithXPath method executes an XPath expression against the XmlDocument, and returns the results.
 XmlResults XmlContainer.queryWithXPath(DbTxn txn, String query, XmlQueryContext context, int flags)
          The XmlContainer.queryWithXPath method executes an XPath expression against the XmlContainer, and returns the results.
 XmlResults XmlContainer.queryWithXPath(DbTxn txn, XmlQueryExpression query, int flags)
          The XmlContainer.queryWithXPath method executes an XPath expression against the XmlContainer, and returns the results.
 


Berkeley DbXML
version 1.2.1

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