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 SummaryModifier and TypeMethodDescription- static 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- getInstanceGets the instance of the run support.
- mainMain routine.
- transformpublic String transform- (String fileName, boolean isLocal, boolean isDevel, boolean doStrip) throws IOException, ParseException Transforms a HTML file for the specified tag.- Throws:
- IOException
- ParseException
 
- transformpublic String transform- (File file, boolean isLocal, boolean isDevel, boolean doStrip) throws IOException, ParseException Transforms a HTML file for the specified tag.- Throws:
- IOException
- ParseException