Uses of Class
nu.validator.htmlparser.annotation.Prefix
-
Packages that use Prefix Package Description 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 Modifier and Type Method Description java.lang.String
AttributeName. getPrefix(int mode)
java.lang.String
HtmlAttributes. getPrefix(int index)
Constructor parameters in nu.validator.htmlparser.impl with annotations of type Prefix Constructor Description AttributeName(java.lang.String[] uri, java.lang.String[] local, java.lang.String[] prefix, int flags)
The startup-time constructor.
-