Uses of Interface
htmlcompiler.compile.tags.TagProcessor
| Package | Description |
|---|---|
| htmlcompiler.compile.tags |
-
Uses of TagProcessor in htmlcompiler.compile.tags
Fields in htmlcompiler.compile.tags declared as TagProcessor Modifier and Type Field Description static TagProcessorTagProcessor. NOOPMethods in htmlcompiler.compile.tags that return TagProcessor Modifier and Type Method Description static TagProcessorBody. newBodyProcessor(ScriptBag scripts)static TagProcessorHead. newHeadProcessor(ScriptBag scripts)static TagProcessorImage. newImageProcessor(HtmlCompiler html)static TagProcessorImport. newImportProcessor(HtmlCompiler html)static TagProcessorInclude. newIncludeProcessor(HtmlCompiler html)static TagProcessorLibrary. newLibraryProcessor(com.google.gson.Gson gson)static TagProcessorLink. newLinkProcessor(HtmlCompiler html, Logger log)static TagProcessorScript. newScriptProcessor(Logger log, HtmlCompiler html, simplexml.SimpleXml xml, ScriptBag scripts)static TagProcessorStyle. newStyleProcessor()