|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
XmlContainer | The XmlContainer class encapsulates a document container and its related indices and statistics. |
XmlContainerConfig | Configuration settings for an XmlContainer instance. |
XmlDocument | The unit of storage within an XmlContainer. |
XmlDocumentConfig | Used to configure operations that operate on XmlDocument objects. |
XmlIndexDeclaration | An indexing strategy, returned by XmlIndexSpecification.find(java.lang.String, java.lang.String) . |
XmlIndexLookup | The XmlIndexLookup class encapsulates the context within which an index lookup operation can be performed on an XmlContainer object. |
XmlIndexSpecification | The encapsulation of the indexing specification of a container. |
XmlInputStream | Used to read and write XML data. |
XmlManager | Provides a high-level object used to manage various aspects of Berkeley DB XML usage. |
XmlManagerConfig | Used to configure an XmlManager instance via its constructors. |
XmlMetaData | Metadata item returned by XmlMetaDataIterator.next() . |
XmlMetaDataIterator | Provides an iterator over an XmlDocument 's metadata. |
XmlModify | The context within which a set of one or more documents specified by an XQuery query can be modified in place. |
XmlQueryContext | The XmlQueryContext class encapsulates the context within which a query
is performed against an XmlContainer . |
XmlQueryExpression | An XmlQueryExpression represents a parsed XQuery expression, and is
created by a call to XmlManager.prepare(java.lang.String, com.sleepycat.dbxml.XmlQueryContext) . |
XmlResolver | Provides an unimplemented base class that is used for file resolution policy. |
XmlResults | The XmlResults class encapsulates the results of a query that has been executed. |
XmlStatistics | The XmlStatistics class encapsulates statistical information about the number of keys in existence for a given index. |
XmlTransaction | The XmlTransaction class is the handle for a transaction. |
XmlUpdateContext | The XmlUpdateContext class encapsulates the context within which update operations are performed against an XmlContainer. |
XmlValue | The XmlValue class encapsulates the value of a node in an XML document. |
Exception Summary | |
XmlException | A represention of an error condition that has occurred within the Berkeley DB XML system. |
Berkeley DB XML Java API
[reference guide].
This package is a wrapper around the Berkeley DB XML library. It uses JNI to provide access to Berkeley DB XML, which is implemented in C++. That means that a shared library or DLL must be available when applications use this package.
There are also several utilities provided with Berkeley DB XML that make administrative tasks possible from the command line. For more information, see the page Berkeley DB XML Supporting Utilities.
|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |