com.novell.xml.xpath.functions
Class XPathBuiltIns

java.lang.Object
  extended bycom.novell.xml.xpath.functions.XPathBuiltIns

public final class XPathBuiltIns
extends Object

Utility class for adding XPath built-in functions to ana XPath FunctionLibrary.

See Also:
FunctionLibrary

Method Summary
static void addBuiltIns(FunctionLibrary library)
          Add XPath built-in functions to an XPath function library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addBuiltIns

public static final void addBuiltIns(FunctionLibrary library)
Add XPath built-in functions to an XPath function library. The built-in functions are functions like: count() position() last() string() etc.

Parameters:
library - The library to which to add the functions.