All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.rdf.Literal

java.lang.Object
   |
   +----org.w3c.rdf.RDFnode
           |
           +----org.w3c.rdf.Literal

public class Literal
extends RDFnode

Constructor Index

 o Literal()
 o Literal(String)
 o Literal(String, boolean)

Method Index

 o equals(Object)
 o getLiteral()
 o getXMLlang()
 o isXML()
Is the literal well-formed XML markup?
 o setLiteral(String)
 o setXMLlang(String)
The language of a literal can be managed separately from the RDF data model with the xml:lang attribute
 o toString()

Constructors

 o Literal
 public Literal()
 o Literal
 public Literal(String sLiteral)
 o Literal
 public Literal(String sLiteral,
                boolean bXML)

Methods

 o setLiteral
 public void setLiteral(String sLiteral)
 o getLiteral
 public String getLiteral()
 o toString
 public String toString()
Overrides:
toString in class RDFnode
 o isXML
 public boolean isXML()
Is the literal well-formed XML markup?

 o setXMLlang
 public void setXMLlang(String sLang)
The language of a literal can be managed separately from the RDF data model with the xml:lang attribute

 o getXMLlang
 public String getXMLlang()
 o equals
 public boolean equals(Object that)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index