Package org.anchoranalysis.io.output.xml
Class XMLWriter
Object
org.anchoranalysis.io.output.xml.XMLWriter
public class XMLWriter extends Object
Writes XML in the form of a
Document to the file-system.- Author:
- Owen Feehan
-
Method Summary
Modifier and Type Method Description static voidwriteXMLToFile(Document document, Path path)Writes a XML-document to the file-system.
-
Method Details
-
writeXMLToFile
Writes a XML-document to the file-system.- Parameters:
document- the XML-documentpath- the path to write to on the file-system- Throws:
IOException- if any error occurs writing the XML file to the file-system.
-