public abstract class Common
extends java.lang.Object
Constructor | Description |
---|---|
Common() |
Modifier and Type | Method | Description |
---|---|---|
static NodeSetValue |
nodeSet(Value frag) |
Convert a result tree fragment to a node-set.
|
static java.lang.String |
objectType(Value value) |
Return the type of the supplied value: "node-set", "string", "number", "boolean",
"RTF", or "external"
|
public static NodeSetValue nodeSet(Value frag) throws XPathException
XPathException
public static java.lang.String objectType(Value value)