Uses of Interface
htmlcompiler.tools.Logger
| Package | Description |
|---|---|
| htmlcompiler.checks.jsoup | |
| htmlcompiler.compilers.html | |
| htmlcompiler.model | |
| htmlcompiler.tags.jsoup | |
| htmlcompiler.tags.neko | |
| htmlcompiler.tools |
-
Uses of Logger in htmlcompiler.checks.jsoup
Methods in htmlcompiler.checks.jsoup with parameters of type Logger Modifier and Type Method Description static voidJsoupElementChecks. alignAttributeContainsAbsmiddle(Logger log, File file, org.jsoup.nodes.Element element)voidJsoupElementChecks.JsoupElementCheck. checkElement(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseBlink(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseBold(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseEm(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseItalic(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseMarquee(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseStrong(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseStyling(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasBorderAttribute(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasDeprecatedAttribute(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasDeprecatedTag(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasEventHandlerAttribute(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupDocumentChecks. hasSeoMetaTags(Logger log, File file, org.jsoup.nodes.Document document)static voidJsoupElementChecks. hasStyleAttribute(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupDocumentChecks. hasTitleTag(Logger log, File file, org.jsoup.nodes.Document document)static voidJsoupElementChecks. hasUppercaseTagsOrAttributes(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupDocumentChecks. hasViewportMetaTag(Logger log, File file, org.jsoup.nodes.Document document)voidJsoupDocumentChecks.JsoupDocumentCheck. head(Logger log, File file, org.jsoup.nodes.Document document)static voidJsoupElementChecks. inputWithoutMaxLength(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. isValidAttribute(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. isValidTag(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. labelWithForAttribute(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. marginWidthInBody(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. missingAltForImages(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. missingPlaceholderForInputs(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupDocumentChecks. missingPrintingStylesheet(Logger log, File file, org.jsoup.nodes.Document document)static voidJsoupElementChecks. scriptWithHardcodedNonce(Logger log, File file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. styleWithHardcodedNonce(Logger log, File file, org.jsoup.nodes.Element element) -
Uses of Logger in htmlcompiler.compilers.html
Constructors in htmlcompiler.compilers.html with parameters of type Logger Constructor Description CodelibsCompiler(Logger log, LibraryArchive archive, Map<String,Boolean> checksConfiguration)CyberNekoCompiler(Logger log, LibraryArchive archive, Map<String,Boolean> checksConfiguration)DefaultNekoCompiler(Logger log, LibraryArchive archive, org.apache.xerces.parsers.DOMParser parser)HtmlUnitCompiler(Logger log, LibraryArchive archive, Map<String,Boolean> checksConfiguration)JsoupCompiler(Logger log, LibraryArchive archive, Map<String,Boolean> checksConfiguration) -
Uses of Logger in htmlcompiler.model
Methods in htmlcompiler.model with parameters of type Logger Modifier and Type Method Description HtmlCompilerCompilerType.HtmlCompilerContructor. newCompiler(Logger log, LibraryArchive archive, Map<String,Boolean> checksConfiguration)HtmlCompilerCompilerType. newHtmlCompiler(Logger log, LibraryArchive archive, Map<String,Boolean> checksConfiguration) -
Uses of Logger in htmlcompiler.tags.jsoup
Methods in htmlcompiler.tags.jsoup with parameters of type Logger Modifier and Type Method Description static voidTagParsingJsoup. addIntegrityAttributes(org.jsoup.nodes.Element element, String url, File file, Logger log)static TagVisitorLink. newLinkVisitor(Logger log)static TagVisitorScript. newScriptVisitor(Logger log, JsoupCompiler html, ScriptBag scripts) -
Uses of Logger in htmlcompiler.tags.neko
Methods in htmlcompiler.tags.neko with parameters of type Logger Modifier and Type Method Description static voidTagParsingNeko. addIntegrityAttributes(Element element, String url, File file, NekoCompiler html, Logger log)static TagProcessorLink. newLinkProcessor(NekoCompiler html, Logger log)static TagProcessorScript. newScriptProcessor(Logger log, NekoCompiler html, simplexml.SimpleXml xml, ScriptBag scripts) -
Uses of Logger in htmlcompiler.tools
Methods in htmlcompiler.tools that return Logger Modifier and Type Method Description static LoggerLogger. newLogger(Consumer<String> info, Consumer<String> warn)static LoggerLogger. newLogger(org.apache.maven.plugin.logging.Log log)Methods in htmlcompiler.tools with parameters of type Logger Modifier and Type Method Description voidApp.MavenTask. build(Logger log)