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