Xindice API

Uses of Class
org.apache.xindice.core.Collection

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

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

Constructors in org.apache.xindice.client.corba with parameters of type Collection
CollectionServant(Collection collection)
          Constructor for the CollectionServant object
CollectionManagerServant(Collection collection)
           
 

Uses of Collection in org.apache.xindice.core
 

Subclasses of Collection in org.apache.xindice.core
 class Database
          Database is the primary container for the Xindice Database Engine.
 class SystemCollection
          SystemCollection represents the System Collection.
 

Methods in org.apache.xindice.core that return Collection
 Collection Container.getCollection()
          getCollection returns the Collection that the Document contained belongs to.
 Collection CollectionManager.getCollection(java.lang.String path)
          getCollection retrieves a Collection by name.
 Collection CollectionManager.createCollection(java.lang.String path, Configuration cfg)
          createCollection creates a new Collection object and any associated system resources that the Collection will need.
 Collection Collection.getParentCollection()
          getParentCollection returns the parent Collection of this Collection.
 Collection Collection.createCollection(java.lang.String path, Configuration config)
           
 

Methods in org.apache.xindice.core with parameters of type Collection
 boolean CollectionManager.dropCollection(Collection collection)
          dropCollection physically removes the specified Collection and any associated system resources that the Collection uses.
 boolean Collection.dropCollection(Collection collection)
           
 org.w3c.dom.Document DocumentCache.getDocument(Collection col, Key key)
           
 void DocumentCache.putDocument(Collection col, Key key, byte[] bytes)
           
 void DocumentCache.putDocument(Collection col, Key key, org.w3c.dom.Document doc)
           
 void DocumentCache.removeDocument(Collection col, Key key)
           
 SymbolTable SystemCollection.loadSymbols(Collection collection)
          loadSymbols retrieves the SymbolTable for the specified Collection.
 void SystemCollection.saveSymbols(Collection collection, SymbolTable symbols)
          saveSymbols save the SymbolTable for the specified Collection.
 

Constructors in org.apache.xindice.core with parameters of type Collection
Collection(Collection collection)
           
 

Uses of Collection in org.apache.xindice.core.filer
 

Methods in org.apache.xindice.core.filer with parameters of type Collection
 void MemFiler.setCollection(Collection collection)
           
 void Filer.setCollection(Collection collection)
          setCollection tells the Filer who its parent is.
 void BTreeFiler.setCollection(Collection collection)
           
 void HashFiler.setCollection(Collection collection)
           
 void FSFiler.setCollection(Collection collection)
           
 

Uses of Collection in org.apache.xindice.core.indexer
 

Methods in org.apache.xindice.core.indexer with parameters of type Collection
 void ValueIndexer.setCollection(Collection collection)
           
 void NameIndexer.setCollection(Collection collection)
           
 void Indexer.setCollection(Collection collection)
          setCollection tells the Indexer who its parent is.
 

Constructors in org.apache.xindice.core.indexer with parameters of type Collection
IndexManager(Collection collection)
           
 

Uses of Collection in org.apache.xindice.core.objects
 

Methods in org.apache.xindice.core.objects that return Collection
 Collection SimpleXMLObject.getCollection()
           
 Collection XMLObject.getCollection()
           
 

Methods in org.apache.xindice.core.objects with parameters of type Collection
 void SimpleXMLObject.setCollection(Collection collection)
           
 void XMLObject.setCollection(Collection collection)
           
 

Constructors in org.apache.xindice.core.objects with parameters of type Collection
XMLObjectManager(Collection collection)
           
 

Uses of Collection in org.apache.xindice.core.query
 

Methods in org.apache.xindice.core.query that return Collection
 Collection Query.getQueryContext()
          getQueryContext returns the Collection context for this query.
 

Methods in org.apache.xindice.core.query with parameters of type Collection
 Query QueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 NodeSet QueryResolver.query(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query compiles a Query against the specified Collection context and returns the query results.
 Query XPathQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 NodeSet XPathQueryResolver.query(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 NodeSet QueryEngine.query(Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query performs the specified query and returns a NodeSet with any possible results from that query.
 Query QueryEngine.compileQuery(Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 

Uses of Collection in org.apache.xindice.core.request
 

Methods in org.apache.xindice.core.request that return Collection
 Collection URIMapper.getCollection()
          getCollection returns the Collection object that was resolved in the parsing of the URI.
 

Uses of Collection in org.apache.xindice.core.xupdate
 

Methods in org.apache.xindice.core.xupdate with parameters of type Collection
 void XUpdateImpl.execute(Collection col)
          Execute the set of XUpdate commands against a collection.
 Query XUpdateQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 NodeSet XUpdateQueryResolver.query(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of Collection in org.apache.xindice.xml
 

Methods in org.apache.xindice.xml that return Collection
 Collection NodeSource.getCollection()
           
 

Constructors in org.apache.xindice.xml with parameters of type Collection
NodeSource(Collection collection, Key key)
           
NodeSource(Collection collection)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation