org.oXML.type
Class NodesetType

java.lang.Object
  extended byorg.oXML.type.Type
      extended byorg.oXML.type.NodesetType

public class NodesetType
extends Type


Nested Class Summary
 class NodesetType.NodesetFunction
           
 
Field Summary
 
Fields inherited from class org.oXML.type.Type
MAX_TYPE_DISTANCE
 
Constructor Summary
NodesetType()
           
 
Method Summary
 Function getFunction(Name name, Type[] params)
           
 
Methods inherited from class org.oXML.type.Type
addConstructor, addFunction, addParent, addVariable, distance, equals, equals, getConstructors, getFunctions, getName, getParentTypes, getVariables, instanceOf, isFinal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodesetType

public NodesetType()
Method Detail

getFunction

public final Function getFunction(Name name,
                                  Type[] params)
Overrides:
getFunction in class Type