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_PREFIXAn array for no prefixes in any mode.private static final String[]AttributeName.LANG_PREFIXprivate final String[]AttributeName.prefixThe prefixes indexably by mode.private static final String[]AttributeName.XLINK_PREFIXAn array for no prefixe in the HTML mode and thexlinkprefix in the SVG and MathML modes.private static final String[]AttributeName.XML_PREFIXAn array for no prefixe in the HTML mode and thexmlprefix in the SVG and MathML modes.private static final 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 PrefixModifier and TypeMethodDescriptionAttributeName.getPrefix(int mode) HtmlAttributes.getPrefix(int index) Constructor parameters in nu.validator.htmlparser.impl with annotations of type PrefixModifierConstructorDescriptionprotectedAttributeName(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.