Uses of Interface
htmlcompiler.compile.html.TagProcessor
-
Packages that use TagProcessor Package Description htmlcompiler.compile.html -
-
Uses of TagProcessor in htmlcompiler.compile.html
Fields in htmlcompiler.compile.html declared as TagProcessor Modifier and Type Field Description static TagProcessorTagProcessor. NOOPMethods in htmlcompiler.compile.html 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()
-