Class Common

java.lang.Object
com.icl.saxon.exslt.Common

public abstract class Common extends Object
This class implements extension functions in the http://exslt.org/common namespace.

  • Constructor Details

    • Common

      public Common()
  • Method Details

    • nodeSet

      public static NodeSetValue nodeSet(Value frag) throws XPathException
      Convert a result tree fragment to a node-set.
      Throws:
      XPathException
    • objectType

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