Package net.sf.saxon.exslt
Class Common
java.lang.Object
net.sf.saxon.exslt.Common
This class implements extension functions in the
http://exslt.org/common namespace.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Value
Convert a result tree fragment to a node-set.static String
objectType
(XPathContext context, Value value) Return the type of the supplied value: "sequence", "string", "number", "boolean", "external".
-
Method Details
-
nodeSet
Convert a result tree fragment to a node-set. This is a hangover from XSLT 1.0; it is implemented as a no-op. -
objectType
Return the type of the supplied value: "sequence", "string", "number", "boolean", "external". (EXSLT spec not yet modified to cater for XPath 2.0 data model)
-