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 TransformHTMLSource
Gets the instance of the run support.static void
Main 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:
IOException
ParseException
transform
public String transform(File file, boolean isLocal, boolean isDevel, boolean doStrip) throws IOException, ParseException Transforms a HTML file for the specified tag.- Throws:
IOException
ParseException