public abstract class Function extends Object
Object[]
params
Function()
abstract Object
execute(NodeKeeper nodeKeeper, Node current)
abstract String
getName()
void
init(Object... params)
Element
toElement(Document doc)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Object[] params
public Function()
public void init(Object... params)
public abstract Object execute(NodeKeeper nodeKeeper, Node current)
public abstract String getName()
public Element toElement(Document doc)
Copyright © 2014. All Rights Reserved.