|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A string literal property value from an RDF/XML file.
Method Summary | |
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 toString()
toString
in class java.lang.Object
public java.lang.String getLang()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |