Xindice API

Uses of Interface
org.apache.xindice.xml.XMLSerializable

Packages that use XMLSerializable
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.xml Top level package for Xindice XML support, including DOM, SAX, Compression, and JAXP drivers. 
 

Uses of XMLSerializable in org.apache.xindice.core
 

Methods in org.apache.xindice.core that return XMLSerializable
 XMLSerializable Collection.getObject(java.lang.Object key)
          getObject instantiates and returns an XMLSerializable object based on the provided Key.
 

Methods in org.apache.xindice.core with parameters of type XMLSerializable
 void Collection.setObject(java.lang.Object key, XMLSerializable obj)
          setObject sets an XMLSerializable object in the Collection based on the provided Key.
 Key Collection.insertObject(XMLSerializable obj)
          insertObject inserts an XMLSerializable object into the Collection and returns a newly generated Key.
 void Collection.insertObject(java.lang.String key, XMLSerializable obj)
          insertObject inserts an XMLSerializable object into the Collection based on the specified Key.
 

Uses of XMLSerializable in org.apache.xindice.xml
 

Classes in org.apache.xindice.xml that implement XMLSerializable
 class SymbolTable
          SymbolTable is a class that allows the Xindice Compression system to resolve symbol IDs in compression/decompression passes.
 class SymbolTableSymbols
          SymbolTableSymbols is class that represents the hard-coded definition of a compressed symbol table.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation