Uses of Class
nu.validator.htmlparser.impl.HtmlAttributes
-
Packages that use HtmlAttributes Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.nu.validator.htmlparser.impl 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 HtmlAttributes Modifier and Type Method Description voidTokenHandler. 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 HtmlAttributes Modifier and Type Field Description static HtmlAttributesHtmlAttributes. EMPTY_ATTRIBUTESMethods in nu.validator.htmlparser.impl that return HtmlAttributes Modifier and Type Method Description HtmlAttributesHtmlAttributes. cloneAttributes(Interner interner)Methods in nu.validator.htmlparser.impl with parameters of type HtmlAttributes Modifier and Type Method Description protected abstract voidTreeBuilder. addAttributesToElement(T element, HtmlAttributes attributes)protected abstract TTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected TTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes, T form)protected abstract TTreeBuilder. createHtmlElementSetAsRoot(HtmlAttributes attributes)booleanHtmlAttributes. equalsAnother(HtmlAttributes other)protected voidErrorReportingTokenizer. maybeErrAttributesOnEndTag(HtmlAttributes attrs)protected voidTokenizer. maybeErrAttributesOnEndTag(HtmlAttributes attrs)voidHtmlAttributes. merge(HtmlAttributes attributes)voidTreeBuilder. startTag(ElementName elementName, HtmlAttributes attributes, boolean selfClosing)
-