Uses of Annotation Interface
nu.validator.htmlparser.annotation.Inline
Packages that use Inline
Package
Description
This package contains the bulk of parser internals.
-
Uses of Inline in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with annotations of type InlineModifier and TypeMethodDescriptionprivate void
Tokenizer.adjustDoubleHyphenAndAppendToLongStrBufAndErr
(char c) private void
private void
Tokenizer.adjustDoubleHyphenAndAppendToLongStrBufLineFeed()
private void
Tokenizer.appendLongStrBufCarriageReturn()
private void
Tokenizer.appendLongStrBufLineFeed()
private void
Tokenizer.appendSecondHyphenToBogusComment()
private void
Tokenizer.appendStrBufToLongStrBuf()
Append the contents of the smaller buffer to the larger one.boolean
TreeBuilder.cdataSectionAllowed()
protected char
Tokenizer.checkChar
(char[] buf, int pos) private void
Tokenizer.clearLongStrBuf()
private void
Tokenizer.clearLongStrBufAndAppend
(char c) private void
Tokenizer.clearStrBuf()
private void
Tokenizer.clearStrBufAndAppend
(char c) int
Tokenizer.getColumnNumber()
int
ElementName.getFlags()
int
StackNode.getFlags()
int
Tokenizer.getLineNumber()
private void
TreeBuilder.insertMarker()
private boolean
protected void
ErrorReportingTokenizer.silentCarriageReturn()
protected void
Tokenizer.silentCarriageReturn()
protected void
ErrorReportingTokenizer.silentLineFeed()
protected void
Tokenizer.silentLineFeed()
private int
MetaScanner.toAsciiLowerCase
(int c)