Uses of Class
nu.validator.htmlparser.annotation.NsUri
-
Packages that use NsUri Package Description nu.validator.htmlparser.impl 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 NsUri Modifier and Type Field Description (package private) static java.lang.String[]AttributeName. ALL_NO_NSAn array representing no namespace regardless of namespace mode (HTML, SVG, MathML, lang-mapping HTML) used.private java.lang.StringTreeBuilder. contextNamespaceprivate static java.lang.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) java.lang.StringStackNode. nsprivate java.lang.String[]AttributeName. uriThe namespaces indexable by mode.private static java.lang.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 java.lang.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 java.lang.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 NsUri Modifier and Type Method Description java.lang.StringAttributeName. getUri(int mode)java.lang.StringHtmlAttributes. getURI(int index)java.lang.StringHtmlAttributes. getXmlnsURI(int index)Method parameters in nu.validator.htmlparser.impl with annotations of type NsUri Modifier and Type Method Description private voidTreeBuilder. checkAttributes(HtmlAttributes attributes, java.lang.String ns)protected abstract TTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected TTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes, T form)protected voidTreeBuilder. elementPopped(java.lang.String ns, java.lang.String name, T node)protected voidTreeBuilder. elementPushed(java.lang.String ns, java.lang.String name, T node)voidTreeBuilder. setFragmentContext(java.lang.String context, java.lang.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 NsUri Constructor Description AttributeName(java.lang.String[] uri, java.lang.String[] local, java.lang.String[] prefix, int flags)The startup-time constructor.StackNode(int flags, java.lang.String ns, java.lang.String name, T node, java.lang.String popName, HtmlAttributes attributes, TaintableLocatorImpl locator)Constructor for copying.
-