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