Uses of Class
at.woli.xml.XMLDataElement

Uses of XMLDataElement in at.woli.xml
 

Fields in at.woli.xml declared as XMLDataElement
private  XMLDataElement XMLData.xmlElement
          Actual element which is in use
 

Fields in at.woli.xml with type parameters of type XMLDataElement
private  ArrayList<XMLDataElement> XMLData.dataArray
          Stores all elements of the object
 

Methods in at.woli.xml that return XMLDataElement
 XMLDataElement XMLData.getElementAtIndex(int index)
          Returns an element from the list of elements at the given index
 XMLDataElement XMLData.getElementByName(String name)
          Returns an element from the list of elements by the given name
 XMLDataElement XMLData.getFirstElement()
          Returns the first element from the list of elements
 XMLDataElement XMLData.getLastElement()
          Returns the last element from the list of elements
 XMLDataElement XMLData.getXmlElement()
          Returns the actual element which is in use
 

Methods in at.woli.xml that return types with arguments of type XMLDataElement
 ArrayList<XMLDataElement> XMLData.getDataArray()
          Returns the list of elements
 

Methods in at.woli.xml with parameters of type XMLDataElement
 void XMLData.addElementToArray(XMLDataElement xmlElement)
          Adds an element of type XMLDataElement to the list of elements
 void XMLData.setXmlElement(XMLDataElement xmlElement)
          Setd the actual element of the class.
 

Method parameters in at.woli.xml with type arguments of type XMLDataElement
 void XMLData.setDataArray(ArrayList<XMLDataElement> dataArray)
          Sets the list of elements in this class