Xindice API

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

Packages that use Reflectable
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.system This package contains system-level classes and XMLObjects. 
 

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

Subinterfaces of Reflectable in org.apache.xindice.core.objects
 interface XMLObject
          XMLObject is an interface used to identify a class as a being a Xindice XML Object.
 

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

Methods in org.apache.xindice.core.objects with parameters of type Reflectable
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, java.lang.Object[] params)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, Variant[] args)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, Args params)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, org.w3c.dom.Element element)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 

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

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


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation