Package htmlcompiler.compile
Class HtmlCompiler
java.lang.Object
htmlcompiler.compile.HtmlCompiler
public final class HtmlCompiler extends Object
-
Constructor Summary
Constructors Constructor Description HtmlCompiler(Logger log) -
Method Summary
Modifier and Type Method Description StringcompileHtmlCode(File file, String content)StringcompressHtmlCode(String content)DocumenthtmlToDocument(String html)DocumentprocessHtml(File file, Document document)StringtoHtml(Node node)
-
Constructor Details
-
HtmlCompiler
- Throws:
org.apache.maven.plugin.MojoFailureException
-
-
Method Details
-
compressHtmlCode
-
compileHtmlCode
- Throws:
Exception
-
processHtml
- Throws:
Exception
-
htmlToDocument
- Throws:
IOExceptionSAXException
-
toHtml
- Throws:
TransformerExceptionIOException
-