|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.function.FunctionLibrary
org.ucl.xpath.function.ConstructorFL
Constructor class for the functions library.
Constructor Summary | |
ConstructorFL(java.lang.String ns)
Constructor for ConstructorFL. |
Method Summary | |
void |
add_type(CtrType at)
Adds a type into the functions library. |
AnyAtomicType |
atomic_type(QName name)
Support for QName interface. |
Methods inherited from class org.ucl.xpath.function.FunctionLibrary |
add_function, dynamic_context, function_exists, function, namespace, set_dynamic_context, set_static_context, static_context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConstructorFL(java.lang.String ns)
ns
- input string.Method Detail |
public void add_type(CtrType at)
at
- input of any atomic type.public AnyAtomicType atomic_type(QName name)
name
- variable name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |