java.lang.Object
org.apache.jena.rdfxml.xmlinput0.impl.TaintImpl
org.apache.jena.rdfxml.xmlinput0.impl.ARPString
All Implemented Interfaces:
ALiteral, ANode, Taint

public class ARPString extends TaintImpl implements ALiteral
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Description copied from interface: ALiteral
      The string value of the literal.
      Specified by:
      toString in interface ALiteral
      Overrides:
      toString in class Object
      Returns:
      The string.
    • isWellFormedXML

      public boolean isWellFormedXML()
      Description copied from interface: ALiteral
      True if this literal was formed from a rdf:parseType="Literal" construction.
      Specified by:
      isWellFormedXML in interface ALiteral
      Returns:
      true for rdf:parseType="Literal" or any other unrecognised parseType.
    • getLang

      public String getLang()
      Description copied from interface: ALiteral
      The value of xml:lang for this literal, often the empty string.
      Specified by:
      getLang in interface ALiteral
      Returns:
      xml:lang.
    • getDatatypeURI

      public String getDatatypeURI()
      Description copied from interface: ALiteral
      The datatype URI of a typed literal, or null for an untyped literal.
      Specified by:
      getDatatypeURI in interface ALiteral
      Returns:
      the URI as a String, or null