Uses of Annotation Interface
nu.validator.htmlparser.annotation.Const
Packages that use Const
Package
Description
This package provides common interfaces and enumerations.
This package contains the bulk of parser internals.
-
Uses of Const in nu.validator.htmlparser.common
Method parameters in nu.validator.htmlparser.common with annotations of type ConstModifier and TypeMethodDescriptionvoid
TokenHandler.characters
(char[] buf, int start, int length) Receive character tokens. -
Uses of Const in nu.validator.htmlparser.impl
Method parameters in nu.validator.htmlparser.impl with annotations of type ConstModifier and TypeMethodDescriptionprotected void
TreeBuilder.accumulateCharacters
(char[] buf, int start, int length) private final void
TreeBuilder.accumulateCharactersForced
(char[] buf, int start, int length) final void
TreeBuilder.characters
(char[] buf, int start, int length) private void
Tokenizer.emitOrAppendOne
(char[] val, int returnState) private void
Tokenizer.emitOrAppendTwo
(char[] val, int returnState)