Package de.xima.fc.utils
Class HTMLUtils
java.lang.Object
de.xima.fc.utils.HTMLUtils
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeXMLFileToTidyHTMLFile
(File inputFile, File outputFile, String title) Reads an XML input file, tidies up, wraps the output inside an HTML body an writes this to the output file.
-
Constructor Details
-
HTMLUtils
public HTMLUtils()
-
-
Method Details
-
writeXMLFileToTidyHTMLFile
Reads an XML input file, tidies up, wraps the output inside an HTML body an writes this to the output file.- Parameters:
inputFile
- the xml input fileoutputFile
- the output file to write the HTML to. Will be created if missingtitle
- the HTML title
-