|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.type.Function
org.oXML.type.TypeFunction
org.oXML.engine.template.DynamicTypeFunction
| Constructor Summary | |
DynamicTypeFunction(Type type,
Name name,
Parameter[] params,
Template body)
|
|
| Method Summary | |
Node |
evaluate(DynamicNode instance,
Node[] args,
RuntimeContext env)
|
Node |
invoke(DynamicNode node,
Node[] args,
RuntimeContext env)
|
Node |
invoke(Node node,
Node[] args,
RuntimeContext env)
|
| Methods inherited from class org.oXML.type.TypeFunction |
getDeclaringType, invoke, print |
| Methods inherited from class org.oXML.type.Function |
getKey, getName, getSignature, printSignature, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DynamicTypeFunction(Type type,
Name name,
Parameter[] params,
Template body)
type - the Type that defines this function| Method Detail |
public Node invoke(Node node,
Node[] args,
RuntimeContext env)
throws ObjectBoxException
invoke in class FunctionObjectBoxException
public Node invoke(DynamicNode node,
Node[] args,
RuntimeContext env)
throws ObjectBoxException
ObjectBoxException
public Node evaluate(DynamicNode instance,
Node[] args,
RuntimeContext env)
throws ObjectBoxException
ObjectBoxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||