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_NSAn array representing no namespace regardless of namespace mode (HTML, SVG, MathML, lang-mapping HTML) used.private StringTreeBuilder.contextNamespaceprivate static final String[]AttributeName.LANG_NSAn 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 StringStackNode.nsprivate final String[]AttributeName.uriThe namespaces indexable by mode.private static final String[]AttributeName.XLINK_NSAn 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_NSAn 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_NSAn 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 voidTreeBuilder.checkAttributes(HtmlAttributes attributes, String ns) protected abstract TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes) protected TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T form) protected voidTreeBuilder.elementPopped(String ns, String name, T node) protected voidTreeBuilder.elementPushed(String ns, String name, T node) final voidTreeBuilder.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 NsUriModifierConstructorDescriptionprotectedAttributeName(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.