Uses of Class
at.woli.xml.XMLDataAttribute

Uses of XMLDataAttribute in at.woli.xml
 

Fields in at.woli.xml with type parameters of type XMLDataAttribute
private  ArrayList<XMLDataAttribute> XMLDataElement.elementAttributes
          ArrayList of all attributes of the Element
 

Methods in at.woli.xml that return XMLDataAttribute
 XMLDataAttribute XMLDataElement.getAttributeByIndex(int index)
          Returns an attribute at a given index
 

Methods in at.woli.xml that return types with arguments of type XMLDataAttribute
 ArrayList<XMLDataAttribute> XMLDataElement.getElementAttributes()
          Returns an Arraylist with all attributes
 

Method parameters in at.woli.xml with type arguments of type XMLDataAttribute
 void XMLDataElement.setElementAttributes(ArrayList<XMLDataAttribute> elementAttributes)
          Sets the new ArrayList of the attributes