Package htmlcompiler.compilers
Class HtmlCompiler
java.lang.Object
htmlcompiler.compilers.HtmlCompiler
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<String,MutableInteger> final Map<String,MutableInteger> -
Constructor Summary
ConstructorsConstructorDescriptionHtmlCompiler(Logger log, LibraryArchive archive, Map<String, CompilerConfig> configs) -
Method Summary
Modifier and TypeMethodDescriptioncompileHtmlCode(Path file, String content) org.jsoup.nodes.ElementcompileHtmlFragment(Path file, String content) compressHtmlCode(String content) doctypeCompressCompile(Path file, String content)
-
Field Details
-
linkCounts
-
cssUtils
-
-
Constructor Details
-
HtmlCompiler
-
-
Method Details
-
doctypeCompressCompile
- Throws:
InvalidInput
-
compressHtmlCode
-
compileHtmlCode
- Throws:
InvalidInput
-
compileHtmlFragment
- Throws:
InvalidInput
-