Xindice API

Uses of Interface
org.apache.xindice.core.objects.XMLObject

Packages that use XMLObject
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
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.request Implements several interfaces for extending Xindice resources into the standard Java URLConnection system. 
org.apache.xindice.core.system This package contains system-level classes and XMLObjects. 
 

Uses of XMLObject in org.apache.xindice.core
 

Methods in org.apache.xindice.core that return XMLObject
 XMLObject Collection.getXMLObject(java.lang.String name)
          getXMLObject retrieves an XMLObject by name.
 XMLObject Collection.createXMLObject(Configuration config)
          createXMLObject creates a new XMLObject object and any associated system resources that the XMLObject will need.
 

Methods in org.apache.xindice.core with parameters of type XMLObject
 boolean Collection.dropXMLObject(XMLObject xmlObject)
          dropXMLObject physically removes the specified XMLObject and any associated system resources that the XMLObject uses.
 

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

Classes in org.apache.xindice.core.objects that implement XMLObject
 class SimpleXMLObject
          SimpleXMLObject
 

Methods in org.apache.xindice.core.objects that return XMLObject
 XMLObject XMLObjectManager.create(Configuration cfg)
          create creates a new XMLObject object and any associated system resources that the XMLObject will need.
 XMLObject XMLObjectManager.register(java.lang.Class c, Configuration cfg)
           
 XMLObject XMLObjectManager.get(java.lang.String name)
          get retrieves an XMLObject by name, and will also do the work of instantiation and pool-retrieval.
 

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

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

Uses of XMLObject in org.apache.xindice.core.system
 

Classes in org.apache.xindice.core.system that implement XMLObject
 class Sequencer
          Sequencer is a system-level sequencer for creating auto-incrementing values.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation