org.ucl.xpath.function
Class XSCtrLibrary

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

public class XSCtrLibrary
extends ConstructorFL

XML Schema control library support.


Field Summary
static java.lang.String XML_SCHEMA_NS
          Path to W3.org XML Schema specification.
 
Constructor Summary
XSCtrLibrary()
          Constructor for XSCtrLibrary.
 
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

XML_SCHEMA_NS

public static final java.lang.String XML_SCHEMA_NS
Path to W3.org XML Schema specification.

See Also:
Constant Field Values
Constructor Detail

XSCtrLibrary

public XSCtrLibrary()
Constructor for XSCtrLibrary.