Package htmlcompiler.compilers.html
Interface NekoCompiler
- All Superinterfaces:
HtmlCompiler
- All Known Implementing Classes:
CodelibsCompiler,CyberNekoCompiler,DefaultNekoCompiler,HtmlUnitCompiler
public interface NekoCompiler extends HtmlCompiler
-
Method Summary
Modifier and Type Method Description DocumenthtmlToDocument(String html)DocumentprocessHtml(Path file, Document document)StringtoHtml(Node node)Methods inherited from interface htmlcompiler.compilers.html.HtmlCompiler
compileHtmlCode, compressHtmlCode, doctypeCompressCompile
-
Method Details
-
processHtml
- Throws:
Exception
-
htmlToDocument
- Throws:
IOExceptionSAXException
-
toHtml
- Throws:
TransformerExceptionIOException
-