Uses of Annotation Interface
nu.validator.htmlparser.annotation.NsUri
Packages that use NsUri
Package
Description
This package contains the bulk of parser internals.
-
Uses of NsUri in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl with annotations of type NsUriModifier and TypeFieldDescription(package private) static final String[]
AttributeName.ALL_NO_NS
An array representing no namespace regardless of namespace mode (HTML, SVG, MathML, lang-mapping HTML) used.private String
TreeBuilder.contextNamespace
private static final String[]
AttributeName.LANG_NS
An array that has no namespace for the HTML, SVG and MathML modes but has the XML namespace for the lang-mapping HTML mode.(package private) final String
StackNode.ns
private final String[]
AttributeName.uri
The namespaces indexable by mode.private static final String[]
AttributeName.XLINK_NS
An array that has no namespace for the HTML mode but the XLink namespace for the SVG and MathML modes.private static final String[]
AttributeName.XML_NS
An array that has no namespace for the HTML mode but the XML namespace for the SVG and MathML modes.private static final String[]
AttributeName.XMLNS_NS
An array that has no namespace for the HTML mode but the XMLNS namespace for the SVG and MathML modes.Methods in nu.validator.htmlparser.impl with annotations of type NsUriModifier and TypeMethodDescriptionAttributeName.getUri
(int mode) HtmlAttributes.getURI
(int index) HtmlAttributes.getXmlnsURI
(int index) Method parameters in nu.validator.htmlparser.impl with annotations of type NsUriModifier and TypeMethodDescriptionprivate void
TreeBuilder.checkAttributes
(HtmlAttributes attributes, String ns) protected abstract T
TreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes) protected T
TreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes, T form) protected void
TreeBuilder.elementPopped
(String ns, String name, T node) protected void
TreeBuilder.elementPushed
(String ns, String name, T node) final void
TreeBuilder.setFragmentContext
(String context, String ns, T node, boolean quirks) The argument MUST be an interned string ornull
.Constructor parameters in nu.validator.htmlparser.impl with annotations of type NsUriModifierConstructorDescriptionprotected
AttributeName
(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.(package private)
StackNode
(int flags, String ns, String name, T node, String popName, HtmlAttributes attributes, TaintableLocatorImpl locator) Constructor for copying.