java.lang.Object
org.apache.jena.rdfxml.xmlinput1.impl.TaintImpl
org.apache.jena.rdfxml.xmlinput1.impl.ARPString
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe datatype URI of a typed literal, or null for an untyped literal.getLang()
The value of xml:lang for this literal, often the empty string.boolean
True if this literal was formed from a rdf:parseType="Literal" construction.toString()
The string value of the literal.
-
Constructor Details
-
ARPString
Creates new StringToken- Throws:
SAXParseException
-
ARPString
- Throws:
SAXParseException
-
-
Method Details
-
toString
Description copied from interface:ALiteral
The string value of the literal. -
isWellFormedXML
public boolean isWellFormedXML()Description copied from interface:ALiteral
True if this literal was formed from a rdf:parseType="Literal" construction.- Specified by:
isWellFormedXML
in interfaceALiteral
- Returns:
- true for rdf:parseType="Literal" or any other unrecognised parseType.
-
getLang
Description copied from interface:ALiteral
The value of xml:lang for this literal, often the empty string. -
getDatatypeURI
Description copied from interface:ALiteral
The datatype URI of a typed literal, or null for an untyped literal.- Specified by:
getDatatypeURI
in interfaceALiteral
- Returns:
- the URI as a String, or null
-