org.semanticweb.HermiT.datatypes.xmlliteral
Class XMLLiteral

java.lang.Object
  extended by org.semanticweb.HermiT.datatypes.xmlliteral.XMLLiteral

public class XMLLiteral
extends Object


Field Summary
protected  String m_xml
           
 
Constructor Summary
XMLLiteral(String xml)
           
 
Method Summary
 boolean equals(Object that)
           
 String getXML()
           
 int hashCode()
           
static XMLLiteral parse(String lexicalForm)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_xml

protected final String m_xml
Constructor Detail

XMLLiteral

public XMLLiteral(String xml)
Method Detail

getXML

public String getXML()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

parse

public static XMLLiteral parse(String lexicalForm)
                        throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.