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
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 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.
-