Uses of Class
nu.validator.htmlparser.annotation.NoLength
-
Packages that use NoLength Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.nu.validator.htmlparser.impl 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 NoLength Modifier and Type Method Description void
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 NoLength Modifier and Type Method Description char[]
UTF16Buffer. getBuffer()
Returns the backing buffer.Method parameters in nu.validator.htmlparser.impl with annotations of type NoLength Modifier and Type Method Description protected 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)
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)
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(java.lang.String local, char[] buf, int offset, int length)
static java.lang.String
Portability. newLocalNameFromBuffer(char[] buf, int offset, int length, Interner interner)
Allocates a new local name object.static java.lang.String
Portability. newStringFromBuffer(char[] buf, int offset, int length)
Constructor parameters in nu.validator.htmlparser.impl with annotations of type NoLength Constructor Description AttributeName(java.lang.String[] uri, java.lang.String[] local, java.lang.String[] prefix, int flags)
The startup-time constructor.AttributeName(java.lang.String[] uri, java.lang.String[] local, java.lang.String[] prefix, int flags)
The startup-time constructor.AttributeName(java.lang.String[] uri, java.lang.String[] local, java.lang.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.
-