Berkeley DbXML
version 1.2.1

Uses of Class
com.sleepycat.dbxml.XmlQueryExpression

Uses of XmlQueryExpression in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlQueryExpression
 XmlQueryExpression XmlContainer.parseXPathExpression(DbTxn txn, String query, XmlQueryContext context)
          The XmlContainer.parseXPathExpression returns a pre-parsed XPath expression, which can be used with the XmlContainer.queryWithXPath method.
 

Methods in com.sleepycat.dbxml with parameters of type XmlQueryExpression
 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, XmlQueryExpression query, int flags)
          The XmlContainer.queryWithXPath method executes an XPath expression against the XmlContainer, and returns the results.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlQueryExpression
XmlModify(XmlQueryExpression expression, int operation, int type, String name, String content, int location)
           
 


Berkeley DbXML
version 1.2.1

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