Berkeley DbXML
version 1.2.1

Package com.sleepycat.dbxml

Java interface to Berkeley DB XML.

See:
          Description

Class Summary
XmlContainer The XmlContainer class encapsulates a document container and its related indices and statistics.
XmlDocument An XmlDocument is the unit of storage within an XmlContainer.
XmlIndexDeclaration  
XmlIndexSpecification  
XmlModify The XmlModify class encapsulates the context within which a set of documents specified by an XPath query can be modified in place.
XmlQueryContext  
XmlQueryExpression An XmlQueryExpression represents a parsed XPath expression, and is created by a call to the XmlContainer.parseXPathExpression method.
XmlResults The XmlResults class encapsulates the results of a query that has been executed against an XmlContainer.
XmlUpdateContext  
XmlValue The XmlValue class encapsulates the value of a node in an XML document.
 

Exception Summary
XmlException The XmlException class represents an error condition that has occurred within the Berkeley DB XML system.
 

Package com.sleepycat.dbxml Description

Java interface to Berkeley DB XML. [reference guide].


Berkeley DbXML
version 1.2.1

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