|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mulgara.jena.rdf.arp.impl.TaintImpl
org.mulgara.jena.rdf.arp.impl.ARPString
public class ARPString
| Constructor Summary | |
|---|---|
ARPString(Frame f,
String value,
AbsXMLContext forXMLLang)
|
|
ARPString(Frame f,
String value,
String parseType)
Creates new StringToken |
|
| Method Summary | |
|---|---|
String |
getDatatypeURI()
The datatype URI of a typed literal, or null for an untyped literal. |
String |
getLang()
The value of xml:lang for this literal, often the empty string. |
String |
getParseType()
Deprecated. |
boolean |
isWellFormedXML()
True if this literal was formed from a rdf:parseType="Literal" construction. |
String |
toString()
The string value of the literal. |
| Methods inherited from class org.mulgara.jena.rdf.arp.impl.TaintImpl |
|---|
isTainted, taint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mulgara.jena.rdf.arp.impl.Taint |
|---|
isTainted, taint |
| Constructor Detail |
|---|
public ARPString(Frame f,
String value,
String parseType)
throws SAXParseException
SAXParseException
public ARPString(Frame f,
String value,
AbsXMLContext forXMLLang)
throws SAXParseException
SAXParseException| Method Detail |
|---|
public String toString()
ALiteral
toString in interface ALiteraltoString in class Objectpublic boolean isWellFormedXML()
ALiteral
isWellFormedXML in interface ALiteral@Deprecated public String getParseType()
ALiteralisWellFormedXML() is true, this returns the value of the rdf:parseType attribute, usually "Literal".
Otherwise null is returned.
getParseType in interface ALiteralpublic String getLang()
ALiteral
getLang in interface ALiteralpublic String getDatatypeURI()
ALiteral
getDatatypeURI in interface ALiteral
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||