|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A string literal property value from an RDF/XML file.
Method Summary | |
java.lang.String |
getDatatypeURI()
The datatype URI of a typed literal, or null for an untyped literal. |
java.lang.String |
getLang()
The value of xml:lang for this literal, often the empty string. |
java.lang.String |
getParseType()
When isWellFormedXML() is true, this returns the value of the rdf:parseType attribute, usually "Literal".
|
boolean |
isWellFormedXML()
Was this formed from a rdf:parseType="Literal" construction. |
java.lang.String |
toString()
The string value of the literal. |
Method Detail |
public boolean isWellFormedXML()
public java.lang.String getParseType()
isWellFormedXML()
is true, this returns the value of the rdf:parseType attribute, usually "Literal".
Otherwise null is returned.
public java.lang.String getDatatypeURI()
public java.lang.String toString()
public java.lang.String getLang()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |