vooga.engine.util
Interface XMLDocumentCreator

All Known Implementing Classes:
XMLFileParser

public interface XMLDocumentCreator

Creates a Document following the Document Object Model (DOM) of representing an XML file. The XML elements are represented as nodes on a tree represented by the Document.


Method Summary
 org.w3c.dom.Document getDocument()
          Produce a Document from some XML source
 

Method Detail

getDocument

org.w3c.dom.Document getDocument()
                                 throws javax.xml.parsers.ParserConfigurationException,
                                        org.xml.sax.SAXException,
                                        java.io.IOException
Produce a Document from some XML source

Returns:
Document representing XML source
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException