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_PREFIXAn array for no prefixes in any mode.private static java.lang.String[]AttributeName. LANG_PREFIXprivate java.lang.String[]AttributeName. prefixThe prefixes indexably by mode.private static java.lang.String[]AttributeName. XLINK_PREFIXAn array for no prefixe in the HTML mode and thexlinkprefix in the SVG and MathML modes.private static java.lang.String[]AttributeName. XML_PREFIXAn array for no prefixe in the HTML mode and thexmlprefix in the SVG and MathML modes.private static java.lang.String[]AttributeName. XMLNS_PREFIXAn array for no prefixe in the HTML mode and thexmlnsprefix in the SVG and MathML modes.Methods in nu.validator.htmlparser.impl with annotations of type Prefix Modifier and Type Method Description java.lang.StringAttributeName. getPrefix(int mode)java.lang.StringHtmlAttributes. 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.
-