Uses of Annotation Interface
nu.validator.htmlparser.annotation.Prefix
Packages that use Prefix
Package
Description
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 PrefixModifier and TypeFieldDescription(package private) static final String[]
AttributeName.ALL_NO_PREFIX
An array for no prefixes in any mode.private static final String[]
AttributeName.LANG_PREFIX
private final String[]
AttributeName.prefix
The prefixes indexably by mode.private static final String[]
AttributeName.XLINK_PREFIX
An array for no prefixe in the HTML mode and thexlink
prefix in the SVG and MathML modes.private static final String[]
AttributeName.XML_PREFIX
An array for no prefixe in the HTML mode and thexml
prefix in the SVG and MathML modes.private static final 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 PrefixModifier and TypeMethodDescriptionAttributeName.getPrefix
(int mode) HtmlAttributes.getPrefix
(int index) Constructor parameters in nu.validator.htmlparser.impl with annotations of type PrefixModifierConstructorDescriptionprotected
AttributeName
(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.