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