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 String
ElementName.camelCaseName
final String
ElementName.name
Methods in nu.validator.htmlparser.impl with annotations of type LocalModifier and TypeMethodDescriptionAttributeName.getLocal
(int mode) HtmlAttributes.getLocalName
(int index) HtmlAttributes.getXmlnsLocalName
(int index) static String
Portability.newLocalFromLocal
(String local, Interner interner) static String
Portability.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 void
TreeBuilder.appendDoctypeToDocument
(String name, String publicIdentifier, String systemIdentifier) protected abstract T
TreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes) protected T
TreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes, T form) final void
TreeBuilder.doctype
(String name, String publicIdentifier, String systemIdentifier, boolean forceQuirks) protected void
TreeBuilder.elementPopped
(String ns, String name, T node) protected void
TreeBuilder.elementPushed
(String ns, String name, T node) static boolean
Portability.localEqualsBuffer
(String local, char[] buf, int offset, int length) static char[]
Portability.newCharArrayFromLocal
(String local) static String
Portability.newLocalFromLocal
(String local, Interner interner) final void
TreeBuilder.setFragmentContext
(String context) The argument MUST be an interned string ornull
.final void
TreeBuilder.setFragmentContext
(String context, String ns, T node, boolean quirks) The argument MUST be an interned string ornull
.void
Tokenizer.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 LocalModifierConstructorDescriptionprotected
AttributeName
(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.protected
ElementName
(String name)