All Packages Class Hierarchy This Package Previous Next Index
Interface de.tudarmstadt.ito.domutils.DocumentFactory
- public interface DocumentFactory
Interface to encapsulate DOM Document creation.
-
createDocument()
- Create an empty DOM Document.
createDocument
public abstract Document createDocument() throws DocumentFactoryException
- Create an empty DOM Document.
- Returns:
- The newly created Document.
- Throws: DocumentFactoryException
- Thrown if an error occurs while
creating the Document.
All Packages Class Hierarchy This Package Previous Next Index