Uses of Class
htmlcompiler.compile.HtmlCompiler
| Package | Description |
|---|---|
| htmlcompiler.compile.tags | |
| htmlcompiler.model | |
| htmlcompiler.tools |
-
Uses of HtmlCompiler in htmlcompiler.compile.tags
Methods in htmlcompiler.compile.tags with parameters of type HtmlCompiler Modifier and Type Method Description static TagProcessorImage. newImageProcessor(HtmlCompiler html)static TagProcessorImport. newImportProcessor(HtmlCompiler html)static TagProcessorInclude. newIncludeProcessor(HtmlCompiler html)static TagProcessorLink. newLinkProcessor(HtmlCompiler html, Logger log)static TagProcessorScript. newScriptProcessor(Logger log, HtmlCompiler html, simplexml.SimpleXml xml, ScriptBag scripts) -
Uses of HtmlCompiler in htmlcompiler.model
Methods in htmlcompiler.model with parameters of type HtmlCompiler Modifier and Type Method Description static CommandCommand. newCompile(HtmlCompiler html)static CommandCommand. newCompress(HtmlCompiler html) -
Uses of HtmlCompiler in htmlcompiler.tools
Methods in htmlcompiler.tools with parameters of type HtmlCompiler Modifier and Type Method Description static voidHTML. addIntegrityAttributes(org.w3c.dom.Element element, java.lang.String url, java.io.File file, HtmlCompiler html, Logger log)static org.w3c.dom.ElementHTML. loadHtml(HtmlCompiler html, java.io.File location)static org.w3c.dom.ElementHTML. newElementOf(org.w3c.dom.Document document, java.io.File location, HtmlCompiler compiler)