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.getURINoBoundsCheck(int index) Variant ofgetURI(int index)without bounds check.HtmlAttributes.getXmlnsURI(int index) Method parameters in nu.validator.htmlparser.impl with annotations of type NsUriModifier and TypeMethodDescriptionprotected abstract TTreeBuilder.createAndInsertFosterParentedElement(String ns, String name, HtmlAttributes attributes, T table, T stackParent) protected TTreeBuilder.createAndInsertFosterParentedElement(String ns, String name, HtmlAttributes attributes, T form, T table, T stackParent) protected abstract TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T intendedParent) protected TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T form, T intendedParent) 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.