Xindice API

Uses of Interface
org.apache.xindice.core.data.DocumentSet

Packages that use DocumentSet
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. 
 

Uses of DocumentSet in org.apache.xindice.client.corba
 

Constructors in org.apache.xindice.client.corba with parameters of type DocumentSet
DocumentSetServant(DocumentSet documentSet)
           
DocumentSetServant(DocumentSet documentSet, SymbolSerializer syms)
           
 

Uses of DocumentSet in org.apache.xindice.core
 

Methods in org.apache.xindice.core that return DocumentSet
 DocumentSet Collection.getDocumentSet()
          getDocumentSet returns the set of Documents being maintained by this Collection.
 

Uses of DocumentSet in org.apache.xindice.core.data
 

Classes in org.apache.xindice.core.data that implement DocumentSet
 class EmptyDocumentSet
          EmptyDocumentSet implements an empty DocumentSet.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation