Package org.anchoranalysis.io.output.xml
Class XMLWriter
Object
XMLWriter
Writes XML in the form of a
Document to the file-system.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-