dbXML API

Uses of Package
org.dbxml.core.indexer

Packages that use org.dbxml.core.indexer
org.dbxml.core This is the top-level package for all dbXML Core functionality. 
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. 
 

Classes in org.dbxml.core.indexer used by org.dbxml.core
Indexer
          Indexer is the abstract indexing interface for dbXML.
IndexManager
          IndexManager is a class that manages Indexes.
 

Classes in org.dbxml.core.indexer used by org.dbxml.core.filer
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in org.dbxml.core.indexer used by org.dbxml.core.indexer
Indexer
          Indexer is the abstract indexing interface for dbXML.
IndexerException
          A IndexerException is thrown by an Indexer if an exception occurs in the managing of the Indexer.
IndexMatch
          IndexMatch is used for representing match information.
IndexPattern
          IndexPattern is the internal representation of a pattern for index matching purposes.
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in org.dbxml.core.indexer used by org.dbxml.core.indexer.helpers
IndexPattern
          IndexPattern is the internal representation of a pattern for index matching purposes.
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in org.dbxml.core.indexer used by org.dbxml.core.query
IndexMatch
          IndexMatch is used for representing match information.
 


dbXML API

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