Uses of Class
nu.validator.htmlparser.impl.HtmlAttributes
Packages that use HtmlAttributes
Package
Description
This package provides common interfaces and enumerations.
This package contains the bulk of parser internals.
-
Uses of HtmlAttributes in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common with parameters of type HtmlAttributesModifier and TypeMethodDescriptionvoid
TokenHandler.startTag
(ElementName eltName, HtmlAttributes attributes, boolean selfClosing) Receive a start tag token. -
Uses of HtmlAttributes in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl declared as HtmlAttributesMethods in nu.validator.htmlparser.impl that return HtmlAttributesMethods in nu.validator.htmlparser.impl with parameters of type HtmlAttributesModifier and TypeMethodDescriptionprotected abstract void
TreeBuilder.addAttributesToElement
(T element, HtmlAttributes attributes) protected abstract T
TreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes) protected T
TreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes, T form) protected abstract T
TreeBuilder.createHtmlElementSetAsRoot
(HtmlAttributes attributes) boolean
HtmlAttributes.equalsAnother
(HtmlAttributes other) protected void
ErrorReportingTokenizer.maybeErrAttributesOnEndTag
(HtmlAttributes attrs) protected void
Tokenizer.maybeErrAttributesOnEndTag
(HtmlAttributes attrs) void
HtmlAttributes.merge
(HtmlAttributes attributes) void
TreeBuilder.startTag
(ElementName elementName, HtmlAttributes attributes, boolean selfClosing)