public interface TagProcessor
| Modifier and Type | Field and Description |
|---|---|
static TagProcessor |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCss(Element link) |
static boolean |
isEmpty(Element script) |
static boolean |
isHtml(Element script) |
static boolean |
isJavaScript(Element script) |
static boolean |
isTypeScript(Element script) |
boolean |
process(File inputDir,
File file,
Document document,
Element element) |
static final TagProcessor NOOP
boolean process(File inputDir, File file, Document document, Element element) throws Exception
Exceptionstatic boolean isEmpty(Element script)
static boolean isJavaScript(Element script)
static boolean isTypeScript(Element script)
static boolean isHtml(Element script)
static boolean isCss(Element link)
Copyright © 2019. All rights reserved.