Uses of Class
nu.validator.htmlparser.impl.HtmlAttributes

Packages that use HtmlAttributes
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
 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
static HtmlAttributes HtmlAttributes.EMPTY_ATTRIBUTES
           
 

Methods in nu.validator.htmlparser.impl that return HtmlAttributes
 HtmlAttributes HtmlAttributes.cloneAttributes(Interner interner)
           
 

Methods in nu.validator.htmlparser.impl with parameters of type HtmlAttributes
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 Tokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs)
           
protected  void ErrorReportingTokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs)
           
 void HtmlAttributes.merge(HtmlAttributes attributes)
           
 void TreeBuilder.startTag(ElementName elementName, HtmlAttributes attributes, boolean selfClosing)