Package htmlcompiler.compilers.html
Class JsoupCompiler
java.lang.Object
htmlcompiler.compilers.html.JsoupCompiler
- All Implemented Interfaces:
HtmlCompiler
public final class JsoupCompiler extends Object implements HtmlCompiler
-
Constructor Summary
Constructors Constructor Description JsoupCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)
-
Method Summary
Modifier and Type Method Description String
compileHtmlCode(Path file, String content)
org.jsoup.nodes.Element
compileHtmlFragment(Path file, String content)
String
compressHtmlCode(String content)
String
doctypeCompressCompile(Path file, String content)
-
Constructor Details
-
JsoupCompiler
-
-
Method Details
-
doctypeCompressCompile
- Specified by:
doctypeCompressCompile
in interfaceHtmlCompiler
- Throws:
InvalidInput
-
compressHtmlCode
- Specified by:
compressHtmlCode
in interfaceHtmlCompiler
-
compileHtmlCode
- Specified by:
compileHtmlCode
in interfaceHtmlCompiler
- Throws:
InvalidInput
-
compileHtmlFragment
- Throws:
InvalidInput
-