org.apache.xindice.core.objects
Interface XMLObject
- All Superinterfaces:
- Configurable, Named, Reflectable
- All Known Implementing Classes:
- SimpleXMLObject
- public interface XMLObject
- extends Reflectable, Named, Configurable
XMLObject is an interface used to identify a class as a being a Xindice
XML Object. An XML Object is an object that is designed specifically
to extend or refine access to a Xindice Collection.
Methods inherited from interface org.apache.xindice.util.Named |
getName |
setCollection
public void setCollection(Collection collection)
getCollection
public Collection getCollection()
Copyright (c) 1999-2001 The Apache Software Foundation