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 TypeMethodDescriptionvoid
TokenHandler.characters
(char[] buf, int start, int length) Receive character tokens.void
TokenHandler.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 void
CoalescingTreeBuilder.accumulateCharacters
(char[] buf, int start, int length) protected void
TreeBuilder.accumulateCharacters
(char[] buf, int start, int length) protected abstract void
TreeBuilder.appendCharacters
(T parent, char[] buf, int start, int length) protected abstract void
TreeBuilder.appendComment
(T parent, char[] buf, int start, int length) protected abstract void
TreeBuilder.appendCommentToDocument
(char[] buf, int start, int length) final void
TreeBuilder.characters
(char[] buf, int start, int length) protected char
ErrorReportingTokenizer.checkChar
(char[] buf, int pos) protected char
Tokenizer.checkChar
(char[] buf, int pos) final void
TreeBuilder.comment
(char[] buf, int start, int length) protected void
Tokenizer.flushChars
(char[] buf, int pos) Flushes coalesced character tokens.protected abstract void
TreeBuilder.insertFosterParentedCharacters
(char[] buf, int start, int length, T table, T stackParent) static boolean
Portability.localEqualsBuffer
(String local, char[] buf, int offset, int length) static String
Portability.newLocalNameFromBuffer
(char[] buf, int offset, int length, Interner interner) Allocates a new local name object.static String
Portability.newStringFromBuffer
(char[] buf, int offset, int length) Constructor parameters in nu.validator.htmlparser.impl with annotations of type NoLengthModifierConstructorDescriptionprotected
AttributeName
(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.protected
AttributeName
(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.protected
AttributeName
(String[] uri, String[] local, String[] prefix, int flags) The startup-time constructor.UTF16Buffer
(char[] buffer, int start, int end) Constructor for wrapping an existing UTF-16 code unit array.