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