Uses of Class
nu.validator.htmlparser.annotation.Prefix

Packages that use Prefix
nu.validator.htmlparser.impl This package contains the bulk of parser internals. 
 

Uses of Prefix in nu.validator.htmlparser.impl
 

Methods in nu.validator.htmlparser.impl with annotations of type Prefix
 java.lang.String HtmlAttributes.getPrefix(int index)
           
 java.lang.String AttributeName.getPrefix(int mode)
           
 

Constructor parameters in nu.validator.htmlparser.impl with annotations of type Prefix
AttributeName(java.lang.String[] uri, java.lang.String[] local, java.lang.String[] prefix, boolean[] ncname, boolean xmlns)
          The startup-time constructor.