Xindice API

Uses of Package
org.apache.xindice.core

Packages that use org.apache.xindice.core
org.apache.xindice.client.corba Implements the several POA-based Servants for CORBA connectivity to Xindice. 
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.data Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. 
org.apache.xindice.core.filer Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.apache.xindice.core.indexer Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. 
org.apache.xindice.core.objects Defines the Xindice XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. 
org.apache.xindice.core.query Implements the Xindice QueryEngine and XPathQueryResolver. 
org.apache.xindice.core.request Implements several interfaces for extending Xindice resources into the standard Java URLConnection system. 
org.apache.xindice.core.security Defines several classes for Xindice access control and authentication. 
org.apache.xindice.core.xupdate Defines several classes for Xindice XUpdate query processing. 
org.apache.xindice.server.services Defines several Services that plug into the Xindice server framework in order to allow Xindice to operate as a stand-alone Server. 
org.apache.xindice.xml Top level package for Xindice XML support, including DOM, SAX, Compression, and JAXP drivers. 
 

Classes in org.apache.xindice.core used by org.apache.xindice.client.corba
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
Database
          Database is the primary container for the Xindice Database Engine.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
CollectionManager
          CollectionManager is the base class for both Database and Collection.
Container
          Container is a generic container for Key and Document pairs.
Database
          Database is the primary container for the Xindice Database Engine.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
DBObject
          DBObject is the interface implemented by all Xindice database objects.
DocumentCache
          DocumentCache implements a simple Document caching system for Collections.
SystemCollection
          SystemCollection represents the System Collection.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.data
Container
          Container is a generic container for Key and Document pairs.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.filer
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
DBObject
          DBObject is the interface implemented by all Xindice database objects.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.indexer
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
DBObject
          DBObject is the interface implemented by all Xindice database objects.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.objects
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.query
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
Database
          Database is the primary container for the Xindice Database Engine.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.request
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
Container
          Container is a generic container for Key and Document pairs.
Database
          Database is the primary container for the Xindice Database Engine.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.security
Database
          Database is the primary container for the Xindice Database Engine.
DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
 

Classes in org.apache.xindice.core used by org.apache.xindice.core.xupdate
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
 

Classes in org.apache.xindice.core used by org.apache.xindice.server.services
Database
          Database is the primary container for the Xindice Database Engine.
 

Classes in org.apache.xindice.core used by org.apache.xindice.xml
Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation