Uses of Annotation Interface
nu.validator.htmlparser.annotation.Local
Packages that use Local
Package
Description
This package contains the bulk of parser internals.
-
Uses of Local in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with annotations of type LocalModifier and TypeMethodDescriptionElementName.getCamelCaseName()AttributeName.getLocal(int mode) HtmlAttributes.getLocalName(int index) HtmlAttributes.getLocalNameNoBoundsCheck(int index) Variant ofgetLocalName(int index)without bounds check.ElementName.getName()HtmlAttributes.getXmlnsLocalName(int index) static StringPortability.newLocalNameFromBuffer(char[] buf, int length, Interner interner) Allocates a new local name object.Method parameters in nu.validator.htmlparser.impl with annotations of type LocalModifier and TypeMethodDescriptionprotected voidTreeBuilder.appendDoctypeToDocument(String name, String publicIdentifier, String systemIdentifier) protected 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) final voidTreeBuilder.doctype(String name, String publicIdentifier, String systemIdentifier, boolean forceQuirks) protected voidTreeBuilder.elementPopped(String ns, String name, T node) protected voidTreeBuilder.elementPushed(String ns, String name, T node) static booleanPortability.localEqualsBuffer(String local, char[] buf, int length) static char[]Portability.newCharArrayFromLocal(String local) final voidTreeBuilder.setFragmentContext(String context) The argument MUST be an interned string ornull.final voidTreeBuilder.setFragmentContext(String context, String ns, T node, boolean quirks) The argument MUST be an interned string ornull.voidElementName.setNameForNonInterned(String name) voidTokenizer.setStateAndEndTagExpectation(int specialTokenizerState, String endTagExpectation) Sets the tokenizer state and the associated element name.