-
-
Methods in htmlcompiler.tags.neko with parameters of type NekoCompiler
| Modifier and Type |
Method |
Description |
static void |
TagParsingNeko.addIntegrityAttributes(Element element,
String url,
Path file,
NekoCompiler html,
Logger log) |
|
static Element |
TagParsingNeko.loadHtml(NekoCompiler html,
Path location) |
|
static Element |
TagParsingNeko.newElementOf(Document document,
Path location,
NekoCompiler compiler) |
|
static TagProcessor |
Image.newImageProcessor(NekoCompiler html) |
|
static TagProcessor |
Import.newImportProcessor(NekoCompiler html) |
|
static TagProcessor |
Include.newIncludeProcessor(NekoCompiler html) |
|
static TagProcessor |
Link.newLinkProcessor(NekoCompiler html,
Logger log) |
|
static TagProcessor |
Script.newScriptProcessor(Logger log,
NekoCompiler html,
xmlparser.XmlParser xml,
ScriptBag scripts) |
|