Uses of Interface
mud.common.xml.XmlNode

Packages that use XmlNode
mud.common.xml   
 

Uses of XmlNode in mud.common.xml
 

Classes in mud.common.xml that implement XmlNode
 class AbstractXmlNode
           
 class XmlElement
           
 class XmlTextNode
           
 

Methods in mud.common.xml that return XmlNode
 XmlNode XmlElement.addChild(int index, XmlNode node)
           
 XmlNode XmlElement.addChild(XmlNode node)
           
static XmlNode XmlReader.convert(org.w3c.dom.Node node)
           
 

Methods in mud.common.xml that return types with arguments of type XmlNode
 java.util.List<XmlNode> XmlElement.getChildren()
           
 

Methods in mud.common.xml with parameters of type XmlNode
 XmlNode XmlElement.addChild(int index, XmlNode node)
           
 XmlNode XmlElement.addChild(XmlNode node)