Package htmlcompiler.compilers.html
Class HtmlUnitCompiler
java.lang.Object
htmlcompiler.compilers.html.DefaultNekoCompiler
htmlcompiler.compilers.html.HtmlUnitCompiler
- All Implemented Interfaces:
HtmlCompiler,NekoCompiler
public final class HtmlUnitCompiler extends DefaultNekoCompiler
-
Constructor Summary
Constructors Constructor Description HtmlUnitCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration) -
Method Summary
Modifier and Type Method Description DocumenthtmlToDocument(String html)Methods inherited from class htmlcompiler.compilers.html.DefaultNekoCompiler
compileHtmlCode, compressHtmlCode, doctypeCompressCompile, processHtml, toHtml
-
Constructor Details
-
HtmlUnitCompiler
-
-
Method Details
-
htmlToDocument
- Specified by:
htmlToDocumentin interfaceNekoCompiler- Specified by:
htmlToDocumentin classDefaultNekoCompiler- Throws:
IOExceptionSAXException
-