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
Fields in nu.validator.htmlparser.impl with annotations of type Prefix Modifier and Type Field Description (package private) static java.lang.String[]
AttributeName. ALL_NO_PREFIX
An array for no prefixes in any mode.private static java.lang.String[]
AttributeName. LANG_PREFIX
private java.lang.String[]
AttributeName. prefix
The prefixes indexably by mode.private static java.lang.String[]
AttributeName. XLINK_PREFIX
An array for no prefixe in the HTML mode and thexlink
prefix in the SVG and MathML modes.private static java.lang.String[]
AttributeName. XML_PREFIX
An array for no prefixe in the HTML mode and thexml
prefix in the SVG and MathML modes.private static java.lang.String[]
AttributeName. XMLNS_PREFIX
An array for no prefixe in the HTML mode and thexmlns
prefix in the SVG and MathML modes.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.
-