Package | Description |
---|---|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
Modifier and Type | Field and 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 the
xlink
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 the
xml 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 the
xmlns
prefix in the SVG and MathML modes. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AttributeName.getPrefix(int mode) |
java.lang.String |
HtmlAttributes.getPrefix(int index) |
Constructor and Description |
---|
AttributeName(java.lang.String[] uri,
java.lang.String[] local,
java.lang.String[] prefix,
int flags)
The startup-time constructor.
|