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 TypeMethodDescriptionvoidTokenHandler.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 voidTreeBuilder.addAttributesToElement(T element, HtmlAttributes attributes) protected abstract TTreeBuilder.createAndInsertFosterParentedElement(String ns, String name, HtmlAttributes attributes, T table, T stackParent) protected TTreeBuilder.createAndInsertFosterParentedElement(String ns, String name, HtmlAttributes attributes, T form, T table, T stackParent) protected abstract TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T intendedParent) protected TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T form, T intendedParent) protected abstract TTreeBuilder.createHtmlElementSetAsRoot(HtmlAttributes attributes) booleanHtmlAttributes.equalsAnother(HtmlAttributes other) protected voidErrorReportingTokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs) protected voidTokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs) voidHtmlAttributes.merge(HtmlAttributes attributes) final voidTreeBuilder.startTag(ElementName elementName, HtmlAttributes attributes, boolean selfClosing)