Xindice API

Uses of Class
org.apache.xindice.core.objects.Variant

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

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

Methods in org.apache.xindice.core.objects that return Variant
 Variant Args.get(java.lang.String name)
          get returns a Variant argument by name, or null of the argumnet doesn't exist.
 Variant MapArgs.get(java.lang.String name)
           
 Variant ElementArgs.get(java.lang.String name)
           
 

Methods in org.apache.xindice.core.objects with parameters of type Variant
 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.
 

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


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation