org.ucl.xpath.function
Class XDTCtrLibrary

java.lang.Object
  extended byorg.ucl.xpath.function.FunctionLibrary
      extended byorg.ucl.xpath.function.ConstructorFL
          extended byorg.ucl.xpath.function.XDTCtrLibrary

public class XDTCtrLibrary
extends ConstructorFL

Data Types control library support.


Field Summary
static java.lang.String XDT_NS
          Path to W3.org data types specification.
 
Constructor Summary
XDTCtrLibrary()
          Constructor for XDTCtrLibrary.
 
Methods inherited from class org.ucl.xpath.function.ConstructorFL
add_type, atomic_type
 
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
 

Field Detail

XDT_NS

public static final java.lang.String XDT_NS
Path to W3.org data types specification.

See Also:
Constant Field Values
Constructor Detail

XDTCtrLibrary

public XDTCtrLibrary()
Constructor for XDTCtrLibrary.