com.hp.hpl.jena.rdf.arp
Interface ALiteral


public interface ALiteral


Method Summary
 java.lang.String getLang()
           
 java.lang.String getParseType()
           
 boolean isWellFormedXML()
           
 java.lang.String toString()
           
 

Method Detail

isWellFormedXML

public boolean isWellFormedXML()

getParseType

public java.lang.String getParseType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getLang

public java.lang.String getLang()