A D E G P R S X

X

XMLData - Class in at.woli.xml
XMLData to store all elements and attributes of an XML Object.
XMLData() - Constructor for class at.woli.xml.XMLData
Standard constructor all variables are initialized with 0
XMLData(String) - Constructor for class at.woli.xml.XMLData
Constructor which sets the name of the root element with the given parameter
XMLData(String, String, Object) - Constructor for class at.woli.xml.XMLData
Constructor which creates a new Element with the given parameters
XMLDataAttribute - Class in at.woli.xml
XMLDataAttribute to store an Attribute of an element.
XMLDataAttribute() - Constructor for class at.woli.xml.XMLDataAttribute
Standard constructor all variables are initialized with 0.
XMLDataAttribute(String, String) - Constructor for class at.woli.xml.XMLDataAttribute
 
XMLDataElement - Class in at.woli.xml
XMLDataElement to store an Element of the XML-File.
XMLDataElement() - Constructor for class at.woli.xml.XMLDataElement
Standard constructor all variables are initialized with 0
XMLDataElement(String, Object) - Constructor for class at.woli.xml.XMLDataElement
 
xmlElement - Variable in class at.woli.xml.XMLData
Actual element which is in use
xmlFileData - Variable in class at.woli.xml.XMLFileReader
XMLData Object which stores all elements and attributes
xmlFileData - Variable in class at.woli.xml.XMLFileWriter
XMLData Object which stores all elements and attributes
xmlFilePath - Variable in class at.woli.xml.XMLFileReader
Path of the XML file
xmlFilePath - Variable in class at.woli.xml.XMLFileWriter
Path of the XML file
XMLFileReader - Class in at.woli.xml
XMLFileReader reads a XML file and pare it into an XMlData object.
XMLFileReader() - Constructor for class at.woli.xml.XMLFileReader
Standard constructor all variables are initialized with 0
XMLFileReader(String) - Constructor for class at.woli.xml.XMLFileReader
Constructor which initialize a new XMLData Object and sets the xmlFilePath with the given parameter
XMLFileWriter - Class in at.woli.xml
XMLFileWriter writes all elements of an given list to a file.
XMLFileWriter() - Constructor for class at.woli.xml.XMLFileWriter
Standard constructor all variables are initialized with 0
XMLFileWriter(XMLData) - Constructor for class at.woli.xml.XMLFileWriter
Constructor which sets the XMLData Object with the given paramenter and the xmlFilePath is set to 0
XMLFileWriter(XMLData, String) - Constructor for class at.woli.xml.XMLFileWriter
Constructor which setes the XMLData and the xmlFilePath object with the given parameter

A D E G P R S X