public class RDFhtml extends BaseDatatype implements RDFDatatype
BaseDatatype.TypedValue
Modifier and Type | Field and Description |
---|---|
static RDFDatatype |
rdfHTML
Singleton instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEqual(LiteralLabel value1,
LiteralLabel value2)
Compares two instances of values of the given datatype.
|
Object |
parse(String lexicalForm)
Parse a lexical form of this datatype to a value
|
String |
unparse(Object value)
Convert a value of this datatype out
to lexical form.
|
cannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isValid, isValidLiteral, isValidValue, langTagCompatible, normalizeSubType, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
cannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isValid, isValidLiteral, isValidValue, normalizeSubType
public static final RDFDatatype rdfHTML
public boolean isEqual(LiteralLabel value1, LiteralLabel value2)
isEqual
in interface RDFDatatype
isEqual
in class BaseDatatype
public Object parse(String lexicalForm)
BaseDatatype
parse
in interface RDFDatatype
parse
in class BaseDatatype
public String unparse(Object value)
BaseDatatype
unparse
in interface RDFDatatype
unparse
in class BaseDatatype
Licenced under the Apache License, Version 2.0