dbXML API

Uses of Package
org.dbxml.core.data

Packages that use org.dbxml.core.data
org.dbxml.core This is the top-level package for all dbXML Core functionality. 
org.dbxml.core.corba Implements the several POA-based Servants for CORBA connectivity to dbXML. 
org.dbxml.core.data Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. 
org.dbxml.core.filer Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.dbxml.core.indexer Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. 
org.dbxml.core.indexer.helpers Implements several optimized Helper classes for dbXML IndexQuery usage. 
org.dbxml.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
org.dbxml.core.xupdate Defines several classes for dbXML XUpdate query processing. 
org.dbxml.xml Top level package for dbXML XML support, including DOM, SAX, Compression, and JAXP drivers. 
org.dbxml.xml.dom Implements the dbXML Compressed DOM and DOMParser. 
 

Classes in org.dbxml.core.data used by org.dbxml.core
DocumentSet
          DocumentSet is an interface for iterating over a set of Documents.
Key
          Key extends Value by providing a hash value for the Key.
NodeSet
          NodeSet is an interface for iterating over a set of Nodes.
 

Classes in org.dbxml.core.data used by org.dbxml.core.corba
DocumentSet
          DocumentSet is an interface for iterating over a set of Documents.
 

Classes in org.dbxml.core.data used by org.dbxml.core.data
DocumentSet
          DocumentSet is an interface for iterating over a set of Documents.
Key
          Key extends Value by providing a hash value for the Key.
NodeSet
          NodeSet is an interface for iterating over a set of Nodes.
Record
          Record is a container for Key/Value pairs.
RecordSet
          RecordSet is an interface for iterating over a set of Records.
Value
          Value is the primary base class for all data storing objects.
 

Classes in org.dbxml.core.data used by org.dbxml.core.filer
Key
          Key extends Value by providing a hash value for the Key.
Record
          Record is a container for Key/Value pairs.
RecordSet
          RecordSet is an interface for iterating over a set of Records.
Value
          Value is the primary base class for all data storing objects.
 

Classes in org.dbxml.core.data used by org.dbxml.core.indexer
Key
          Key extends Value by providing a hash value for the Key.
Value
          Value is the primary base class for all data storing objects.
 

Classes in org.dbxml.core.data used by org.dbxml.core.indexer.helpers
Value
          Value is the primary base class for all data storing objects.
 

Classes in org.dbxml.core.data used by org.dbxml.core.query
Key
          Key extends Value by providing a hash value for the Key.
NodeSet
          NodeSet is an interface for iterating over a set of Nodes.
 

Classes in org.dbxml.core.data used by org.dbxml.core.xupdate
Key
          Key extends Value by providing a hash value for the Key.
NodeSet
          NodeSet is an interface for iterating over a set of Nodes.
 

Classes in org.dbxml.core.data used by org.dbxml.xml
Key
          Key extends Value by providing a hash value for the Key.
 

Classes in org.dbxml.core.data used by org.dbxml.xml.dom
Value
          Value is the primary base class for all data storing objects.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved