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
Fields in nu.validator.htmlparser.impl with annotations of type LocalModifier and TypeFieldDescriptionfinal StringElementName.camelCaseNamefinal StringElementName.nameMethods in nu.validator.htmlparser.impl with annotations of type LocalModifier and TypeMethodDescriptionAttributeName.getLocal(int mode) HtmlAttributes.getLocalName(int index) HtmlAttributes.getXmlnsLocalName(int index) static StringPortability.newLocalFromLocal(String local, Interner interner) static StringPortability.newLocalNameFromBuffer(char[] buf, int offset, 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.createElement(String ns, String name, HtmlAttributes attributes) protected TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T form) 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 offset, int length) static char[]Portability.newCharArrayFromLocal(String local) static StringPortability.newLocalFromLocal(String local, Interner interner) 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.voidTokenizer.setStateAndEndTagExpectation(int specialTokenizerState, String endTagExpectation) Sets the tokenizer state and the associated element name.Constructor parameters in nu.validator.htmlparser.impl with annotations of type LocalModifierConstructorDescriptionprotectedAttributeName(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.protectedElementName(String name)