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 void
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 HtmlAttributes Modifier and Type Field Description static HtmlAttributes
HtmlAttributes. EMPTY_ATTRIBUTES
Methods in nu.validator.htmlparser.impl that return HtmlAttributes Modifier and Type Method Description HtmlAttributes
HtmlAttributes. cloneAttributes(Interner interner)
Methods in nu.validator.htmlparser.impl with parameters of type HtmlAttributes Modifier and Type Method Description protected abstract void
TreeBuilder. addAttributesToElement(T element, HtmlAttributes attributes)
protected abstract T
TreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)
protected T
TreeBuilder. createElement(java.lang.String ns, java.lang.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)
-