public class ALiteralWrapper extends Object implements org.apache.jena.rdfxml.xmlinput.ALiteral
Modifier and Type | Field and Description |
---|---|
org.apache.jena.rdf.model.Literal |
literal |
Constructor and Description |
---|
ALiteralWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getDatatypeURI() |
String |
getLang() |
String |
getParseType() |
boolean |
isTainted() |
boolean |
isWellFormedXML() |
void |
taint() |
String |
toString() |
public boolean isWellFormedXML()
isWellFormedXML
in interface org.apache.jena.rdfxml.xmlinput.ALiteral
public String getParseType()
getParseType
in interface org.apache.jena.rdfxml.xmlinput.ALiteral
public String toString()
public String getLang()
getLang
in interface org.apache.jena.rdfxml.xmlinput.ALiteral
public String getDatatypeURI()
getDatatypeURI
in interface org.apache.jena.rdfxml.xmlinput.ALiteral
public void taint()
taint
in interface org.apache.jena.rdfxml.xmlinput.impl.Taint
public boolean isTainted()
isTainted
in interface org.apache.jena.rdfxml.xmlinput.impl.Taint