Package com.werken.xpath.function
package com.werken.xpath.function
Provides implementations for the core XPath Function Library
From The W3C XPath Specification
- Section 4.1 -- Node Set Function
- Section 4.2 -- String Functions
- Section 4.3 -- Boolean Functions
- Section 4.4 -- Number Functions
-
ClassDescription4.3
boolean boolean(object)
4.4number ceiling(number)
4.2boolean concat(string,string,string*)
4.2boolean contains(string,string)
4.1number count(node-set)
4.3boolean false()
4.4number floor(number)
Interface for Function objects to conform to, for extensible function libraries.4.1number last()
4.1string local-name(node-set?)
4.1string name(node-set?)
4.1string namespace-uri(node-set?)
4.3boolean not(boolean)
4.4number number(object)
4.1number position()
4.4number round(number)
4.2boolean starts-with(string,string)
4.2string string(object)
4.2number string-length(string)
4.2string substring-after(string,string)
4.2string substring-before(string,string)
4.2string substring(string,number,number?)
4.4number sum(node-set)
4.3boolean true()