Package com.iizix.js.build
Class TransformHTMLSource
java.lang.Object
com.iizix.js.build.TransformHTMLSource
Class used to transform a HTML source to a format.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionstatic TransformHTMLSourceGets the instance of the run support.static voidMain routine.Transforms a HTML file for the specified tag.Transforms a HTML file for the specified tag.
Method Details
getInstance
Gets the instance of the run support.main
Main routine.transform
public String transform(String fileName, boolean isLocal, boolean isDevel, boolean doStrip) throws IOException, ParseException Transforms a HTML file for the specified tag.- Throws:
IOExceptionParseException
transform
public String transform(File file, boolean isLocal, boolean isDevel, boolean doStrip) throws IOException, ParseException Transforms a HTML file for the specified tag.- Throws:
IOExceptionParseException