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 TypeMethodDescriptionvoidTokenHandler.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 voidTreeBuilder.accumulateCharacters(char[] buf, int start, int length) private final voidTreeBuilder.accumulateCharactersForced(char[] buf, int start, int length) final voidTreeBuilder.characters(char[] buf, int start, int length) private voidTokenizer.emitOrAppendOne(char[] val, int returnState) private voidTokenizer.emitOrAppendTwo(char[] val, int returnState)