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

Packages that use XmlAttribute
net.charlesames.utility.entity   
 

Uses of XmlAttribute in net.charlesames.utility.entity
 

Methods in net.charlesames.utility.entity that return XmlAttribute
 XmlAttribute XmlSpec.getAttribute(java.lang.String tag)
          Get the XmlAttribute instance with the indicated NodeName.
 

Methods in net.charlesames.utility.entity that return types with arguments of type XmlAttribute
 java.util.List<XmlAttribute> XmlSpec.getAttributes()
          Get all attributes.
 java.util.SortedMap<java.lang.String,XmlAttribute> XmlSpec.getAttributesByTag()
          Get all attributes.
 

Methods in net.charlesames.utility.entity with parameters of type XmlAttribute
 void XmlSpec.addAttribute(XmlAttribute attribute)
          Add a new XmlAttribute instance to the specification.