Xindice API

Uses of Package
org.apache.xindice.core.data

Packages that use org.apache.xindice.core.data
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.indexer.helpers Implements several optimized Helper classes for Xindice IndexQuery usage. 
org.apache.xindice.core.query Implements the Xindice QueryEngine and XPathQueryResolver. 
org.apache.xindice.core.xupdate Defines several classes for Xindice XUpdate query processing. 
org.apache.xindice.xml Top level package for Xindice XML support, including DOM, SAX, Compression, and JAXP drivers. 
org.apache.xindice.xml.dom Implements the Xindice Compressed DOM and DOMParser. 
 

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

Classes in org.apache.xindice.core.data used by org.apache.xindice.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.apache.xindice.core.data used by org.apache.xindice.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.apache.xindice.core.data used by org.apache.xindice.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.apache.xindice.core.data used by org.apache.xindice.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.apache.xindice.core.data used by org.apache.xindice.core.indexer.helpers
Value
          Value is the primary base class for all data storing objects.
 

Classes in org.apache.xindice.core.data used by org.apache.xindice.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.apache.xindice.core.data used by org.apache.xindice.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.apache.xindice.core.data used by org.apache.xindice.xml
Key
          Key extends Value by providing a hash value for the Key.
 

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


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation