A D E G P R S X

G

getAttributeByIndex(int) - Method in class at.woli.xml.XMLDataElement
Returns an attribute at a given index
getAttributeName() - Method in class at.woli.xml.XMLDataAttribute
Returns the name of the attribute
getAttributeValue() - Method in class at.woli.xml.XMLDataAttribute
Returns the value of the attribute
getDataArray() - Method in class at.woli.xml.XMLData
Returns the list of elements
getElementAtIndex(int) - Method in class at.woli.xml.XMLData
Returns an element from the list of elements at the given index
getElementAttributes() - Method in class at.woli.xml.XMLDataElement
Returns an Arraylist with all attributes
getElementByName(String) - Method in class at.woli.xml.XMLData
Returns an element from the list of elements by the given name
getElementName() - Method in class at.woli.xml.XMLDataElement
Returns the name of the element
getElementValue() - Method in class at.woli.xml.XMLDataElement
Returns the value of the element
getFirstElement() - Method in class at.woli.xml.XMLData
Returns the first element from the list of elements
getLastElement() - Method in class at.woli.xml.XMLData
Returns the last element from the list of elements
getNumberOfAttributes() - Method in class at.woli.xml.XMLDataElement
Returns the number of attributes, stored in the Arraylist
getNumbersOfElements() - Method in class at.woli.xml.XMLData
Returns the number of elements from the list of elements
getRootElementName() - Method in class at.woli.xml.XMLData
Returns the name of the root element
getXmlElement() - Method in class at.woli.xml.XMLData
Returns the actual element which is in use
getXmlFileData() - Method in class at.woli.xml.XMLFileReader
Returns a XMLData Object which stores all elements and attributes
getXmlFileData() - Method in class at.woli.xml.XMLFileWriter
Returns a XMLData Object which stores all elements and attributes
getXmlFilePath() - Method in class at.woli.xml.XMLFileReader
Returns the actual Path, where the XML file will be saved
getXmlFilePath() - Method in class at.woli.xml.XMLFileWriter
Returns the actual Path, where the XML file will be saved

A D E G P R S X