Uses of Class
net.charlesames.utility.entity.XmlNode

Packages that use XmlNode
net.charlesames.utility.entity   
 

Uses of XmlNode in net.charlesames.utility.entity
 

Subclasses of XmlNode in net.charlesames.utility.entity
 class XmlAttribute
          An XmlAttribute instance is a component of an XmlSpec that maps object properties to XML attributes.
 class XmlChoice
          An XmlChoice instance is a component of an XmlSpec that offers a choice between XmlComplexElement instances.
 class XmlComplexElement
          An XmlComplexElement instance is a component of an XmlSpec that maps object properties, object references, and child objects to XML child elements.
 class XmlContent
          An XmlContent instance is a component of an XmlSpec that maps object properties to XML text content.
 class XmlElement
          Abstract base for XmlSimpleElement and XmlComplexElement classes.
 class XmlExtensionElement
          Deprecated.  
 class XmlSimpleElement
          An XmlSimpleElement instance is a component of an XmlSpec that maps object properties, object references, and child objects to XML child elements.