All Classes and Interfaces

Class
Description
 
 
4.3 boolean boolean(object)
4.4 number ceiling(number)
4.2 boolean concat(string,string,string*)
4.2 boolean contains(string,string)
 
 
ContextSupport maintains information to aid in the execution of the XPath against a context node.
4.1 number count(node-set)
A VariableContext implementation based upon a java.util.HashMap for simple name-value mappings.
 
A NamespaceContext which gets it's mappings from an Element in a JDOM tree.
 
4.3 boolean false()
 
4.4 number floor(number)
Interface for Function objects to conform to, for extensible function libraries.
Specification of the interface required by ContextSupport for delegation of function resolution.
 
4.1 number last()
4.1 string local-name(node-set?)
 
4.1 string name(node-set?)
Specification of the interface required by ContextSupport for delegation of namespace prefix binding resolution.
4.1 string namespace-uri(node-set?)
 
 
 
4.3 boolean not(boolean)
 
4.4 number number(object)
 
 
 
 
 
4.1 number position()
 
 
4.4 number round(number)
 
4.2 boolean starts-with(string,string)
 
 
4.2 string string(object)
4.2 number string-length(string)
4.2 string substring-after(string,string)
4.2 string substring-before(string,string)
4.2 string substring(string,number,number?)
4.4 number sum(node-set)
Example Test driver for werken.xpath
4.3 boolean true()
 
Specification of the interface required by ContextSupport for delegation of variable resolution.
 
Main run-time interface into the XPath functionality
Implementation of FunctionContext which matches the core function library as described by the W3C XPath Specification.