Package com.icl.saxon.exslt
Class Common
java.lang.Object
com.icl.saxon.exslt.Common
This class implements extension functions in the
http://exslt.org/common namespace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeSetValue
Convert a result tree fragment to a node-set.static String
objectType
(Value value) Return the type of the supplied value: "node-set", "string", "number", "boolean", "RTF", or "external"
-
Constructor Details
-
Common
public Common()
-
-
Method Details
-
nodeSet
Convert a result tree fragment to a node-set.- Throws:
XPathException
-
objectType
Return the type of the supplied value: "node-set", "string", "number", "boolean", "RTF", or "external"
-