public class XSD extends Object
| Constructor and Description |
|---|
XSD() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
cast(Node numeric,
RDFDatatype datatype) |
static RDFDatatype |
getNumericType(RDFDatatype lhs,
RDFDatatype rhs) |
static boolean |
isNumeric(Node node) |
static boolean |
isNumeric(RDFDatatype datatype) |
static boolean |
isString(Node node) |
static boolean |
isSupported(RDFDatatype datatype) |
public static RDFDatatype getNumericType(RDFDatatype lhs, RDFDatatype rhs)
public static boolean isNumeric(Node node)
public static boolean isNumeric(RDFDatatype datatype)
public static Node cast(Node numeric, RDFDatatype datatype)
public static boolean isSupported(RDFDatatype datatype)
public static boolean isString(Node node)