Xindice API

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

Packages that use Args
org.apache.xindice.core.objects Defines the Xindice XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. 
 

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

Classes in org.apache.xindice.core.objects that implement Args
 class ElementArgs
          ElementArgs
 class MapArgs
          MapArgs
 

Methods in org.apache.xindice.core.objects that return Args
 Args Variant.getArgs()
          getArgs returns the value as an Args instance.
 

Methods in org.apache.xindice.core.objects with parameters of type Args
 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.
 void Variant.set(Args value)
          set sets the value as an Args instance.
 

Constructors in org.apache.xindice.core.objects with parameters of type Args
Variant(Args value)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation