Uses of Annotation Interface
nu.validator.htmlparser.annotation.NoLength
Packages that use NoLength
Package
Description
This package provides common interfaces and enumerations.
This package contains the bulk of parser internals.
-
Uses of NoLength in nu.validator.htmlparser.common
Method parameters in nu.validator.htmlparser.common with annotations of type NoLengthModifier and TypeMethodDescriptionvoidTokenHandler.characters(char[] buf, int start, int length) Receive character tokens.voidTokenHandler.comment(char[] buf, int start, int length) Receive a comment token. -
Uses of NoLength in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with annotations of type NoLengthMethod parameters in nu.validator.htmlparser.impl with annotations of type NoLengthModifier and TypeMethodDescriptionprotected final voidCoalescingTreeBuilder.accumulateCharacters(char[] buf, int start, int length) protected voidTreeBuilder.accumulateCharacters(char[] buf, int start, int length) protected abstract voidTreeBuilder.appendCharacters(T parent, char[] buf, int start, int length) protected abstract voidTreeBuilder.appendComment(T parent, char[] buf, int start, int length) protected abstract voidTreeBuilder.appendCommentToDocument(char[] buf, int start, int length) final voidTreeBuilder.characters(char[] buf, int start, int length) protected charErrorReportingTokenizer.checkChar(char[] buf, int pos) protected charTokenizer.checkChar(char[] buf, int pos) final voidTreeBuilder.comment(char[] buf, int start, int length) protected voidTokenizer.flushChars(char[] buf, int pos) Flushes coalesced character tokens.protected abstract voidTreeBuilder.insertFosterParentedCharacters(char[] buf, int start, int length, T table, T stackParent) static booleanPortability.localEqualsBuffer(String local, char[] buf, int length) static StringPortability.newLocalNameFromBuffer(char[] buf, int length, Interner interner) Allocates a new local name object.static StringPortability.newStringFromBuffer(char[] buf, int offset, int length) Constructor parameters in nu.validator.htmlparser.impl with annotations of type NoLengthModifierConstructorDescriptionUTF16Buffer(char[] buffer, int start, int end) Constructor for wrapping an existing UTF-16 code unit array.