Uses of Class
at.woli.xml.XMLData

Uses of XMLData in at.woli.xml
 

Fields in at.woli.xml declared as XMLData
private  XMLData XMLFileWriter.xmlFileData
          XMLData Object which stores all elements and attributes
private  XMLData XMLFileReader.xmlFileData
          XMLData Object which stores all elements and attributes
 

Methods in at.woli.xml that return XMLData
 XMLData XMLFileWriter.getXmlFileData()
          Returns a XMLData Object which stores all elements and attributes
 XMLData XMLFileReader.getXmlFileData()
          Returns a XMLData Object which stores all elements and attributes
 XMLData XMLFileReader.parseXMlFile()
          Parse the XML file and stores all elements and attributes in a XMLData object

Befor you can parse an XML file, you have read the XML file
 XMLData XMLFileReader.readAndParseXMLFile()
          Read a parse a XML file
 XMLData XMLFileReader.readAndParseXMLFile(String xmlFilePath)
          Read and parse a XML file at the given path
 

Methods in at.woli.xml with parameters of type XMLData
 void XMLFileWriter.setXmlFileData(XMLData xmlFileData)
          Sets the given paramante as the actual XMLData object
 void XMLFileReader.setXmlFileData(XMLData xmlFileData)
          Sets the given paramante as the actual XMLData object
 

Constructors in at.woli.xml with parameters of type XMLData
XMLFileWriter(XMLData xmlFileData)
          Constructor which sets the XMLData Object with the given paramenter and the xmlFilePath is set to 0
XMLFileWriter(XMLData xmlFileData, String xmlFilePath)
          Constructor which setes the XMLData and the xmlFilePath object with the given parameter