|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.TypeXPathFunctionRegister
public final class TypeXPathFunctionRegister
This class acts as a singleton defining all the JXPath function libraries available to the system and
accessed via the Type class' xpath methods (e.g. xpathGet).
| Method Summary | |
|---|---|
org.apache.commons.jxpath.FunctionLibrary |
getFunctionLibrary()
Return the currently defined function library. |
static TypeXPathFunctionRegister |
getInstance()
|
void |
registerFunctionLibrary(java.lang.String namespace,
java.lang.Class clazz)
Register a new xpath function class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TypeXPathFunctionRegister getInstance()
public void registerFunctionLibrary(java.lang.String namespace,
java.lang.Class clazz)
functionClass - Class containing functions to be added.namespace - Namespace to register the class as.public org.apache.commons.jxpath.FunctionLibrary getFunctionLibrary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||