Xindice API

org.apache.xindice.core.objects
Class SimpleXMLObject

java.lang.Object
  |
  +--org.apache.xindice.util.SimpleConfigurable
        |
        +--org.apache.xindice.core.objects.SimpleReflectable
              |
              +--org.apache.xindice.core.objects.SimpleXMLObject
All Implemented Interfaces:
Configurable, Named, Poolable, Reflectable, XMLObject
Direct Known Subclasses:
Sequencer

public class SimpleXMLObject
extends SimpleReflectable
implements XMLObject

SimpleXMLObject


Fields inherited from interface org.apache.xindice.core.objects.Reflectable
NO_PARAMS
 
Constructor Summary
SimpleXMLObject()
           
 
Method Summary
 Collection getCollection()
           
 void setCollection(Collection collection)
           
 
Methods inherited from class org.apache.xindice.core.objects.SimpleReflectable
getName, getReflector, queryInterface, reclaim, setConfig, setPool
 
Methods inherited from class org.apache.xindice.util.SimpleConfigurable
getConfig
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xindice.core.objects.Reflectable
getReflector, queryInterface
 
Methods inherited from interface org.apache.xindice.util.Named
getName
 
Methods inherited from interface org.apache.xindice.util.Configurable
getConfig, setConfig
 

Constructor Detail

SimpleXMLObject

public SimpleXMLObject()
Method Detail

setCollection

public void setCollection(Collection collection)
Specified by:
setCollection in interface XMLObject

getCollection

public Collection getCollection()
Specified by:
getCollection in interface XMLObject

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation