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 voidTokenHandler. 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 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 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)voidTreeBuilder. characters(char[] buf, int start, int length)protected charErrorReportingTokenizer. checkChar(char[] buf, int pos)protected charTokenizer. checkChar(char[] buf, int pos)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(java.lang.String local, char[] buf, int offset, int length)static java.lang.StringPortability. newLocalNameFromBuffer(char[] buf, int offset, int length, Interner interner)Allocates a new local name object.static java.lang.StringPortability. 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.
-