java.lang.Object
org.apache.jena.datatypes.BaseDatatype
org.apache.jena.rdfxml.xmlinput0.XMLLiteralTypeARP0
- All Implemented Interfaces:
RDFDatatype
@Deprecated(forRemoval=true,
since="5.0.0")
public class XMLLiteralTypeARP0
extends BaseDatatype
implements RDFDatatype
Deprecated, for removal: This API element is subject to removal in a future version.
Builtin data type to represent XMLLiteral (i.e. items created
by use of
rdf:parsetype='literal'
.
Version of rdf:XMLLiteral using ARP1 and hence has RDF1.0 semantics for the value space-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.datatypes.BaseDatatype
BaseDatatype.TypedValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RDFDatatype
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.Test whether the given string is a legal lexical form of this datatype.Deprecated, for removal: This API element is subject to removal in a future version.Parse a lexical form of this datatype to a valueDeprecated, for removal: This API element is subject to removal in a future version.Convert a serialize a value of this datatype out to lexical form.Methods inherited from class org.apache.jena.datatypes.BaseDatatype
cannonicalise, equals, extendedTypeDefinition, getHashCode, getJavaClass, getURI, hashCode, isEqual, isValidLiteral, isValidValue, langTagCompatible, normalizeSubType, toString
Methods inherited from interface org.apache.jena.datatypes.RDFDatatype
cannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isEqual, isValidLiteral, isValidValue, normalizeSubType
-
Field Details
-
dtRDF10
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
unparse
Deprecated, for removal: This API element is subject to removal in a future version.Convert a serialize a value of this datatype out to lexical form.- Specified by:
unparse
in interfaceRDFDatatype
- Overrides:
unparse
in classBaseDatatype
-
parse
Deprecated, for removal: This API element is subject to removal in a future version.Parse a lexical form of this datatype to a value- Specified by:
parse
in interfaceRDFDatatype
- Overrides:
parse
in classBaseDatatype
- Throws:
DatatypeFormatException
- if the lexical form is not legal
-
isValid
Deprecated, for removal: This API element is subject to removal in a future version.Test whether the given string is a legal lexical form of this datatype.- Specified by:
isValid
in interfaceRDFDatatype
- Overrides:
isValid
in classBaseDatatype
-