gov.usda.gdpc.xml
Interface XMLDocument

All Known Implementing Classes:
AbstractXMLDocument, XMLDBElementGroup, XMLGenericTable

public interface XMLDocument

Author:
terryc

Method Summary
 org.w3c.dom.Document getDocument()
          Returns the DOM document.
 void write(java.lang.String filename)
          Writes this XML document to the specified file.
 void write(java.io.Writer writer)
          Writes this XML document to the specified writer.
 

Method Detail

write

public void write(java.lang.String filename)
Writes this XML document to the specified file.

Parameters:
filename - name of file

write

public void write(java.io.Writer writer)
Writes this XML document to the specified writer.

Parameters:
writer - writer

getDocument

public org.w3c.dom.Document getDocument()
Returns the DOM document.

Returns:
document