mud.common.xml
Class AbstractXmlNode

java.lang.Object
  extended by mud.common.xml.AbstractXmlNode
All Implemented Interfaces:
XmlNode
Direct Known Subclasses:
XmlElement, XmlTextNode

public abstract class AbstractXmlNode
extends java.lang.Object
implements XmlNode


Constructor Summary
AbstractXmlNode()
           
 
Method Summary
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mud.common.xml.XmlNode
getTextContent, toXmlString
 

Constructor Detail

AbstractXmlNode

public AbstractXmlNode()
Method Detail

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface XmlNode