com.icl.saxon.exslt

Class Common

public abstract class Common extends Object

This class implements extension functions in the http://exslt.org/common namespace.

Method Summary
static NodeSetValuenodeSet(Value frag)
Convert a result tree fragment to a node-set.
static StringobjectType(Value value)
Return the type of the supplied value: "node-set", "string", "number", "boolean", "RTF", or "external"

Method Detail

nodeSet

public static NodeSetValue nodeSet(Value frag)
Convert a result tree fragment to a node-set.

objectType

public static String objectType(Value value)
Return the type of the supplied value: "node-set", "string", "number", "boolean", "RTF", or "external"