org.autoplot.pds.DocumentUtil

Document and XML utilities.

DocumentUtil( )


dumpToXML

dumpToXML( org.w3c.dom.Document doc, java.io.File f ) → void

dump the document to an XML file

Parameters

doc - a Document
f - a File

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]