Uses of Class
nu.validator.htmlparser.annotation.Auto
-
Packages that use Auto Package Description nu.validator.htmlparser.impl This package contains the bulk of parser internals. -
-
Uses of Auto in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl with annotations of type Auto Modifier and Type Field Description private char[]
Tokenizer. astralChar
Buffer for expanding astral NCRs.private char[]
Tokenizer. bmpChar
Buffer for expanding NCRs falling into the Basic Multilingual Plane.protected char[]
TreeBuilder. charBuffer
private StackNode<T>[]
StateSnapshot. listOfActiveFormattingElements
private StackNode<T>[]
TreeBuilder. listOfActiveFormattingElements
private char[]
Tokenizer. longStrBuf
Buffer for long strings.private AttributeName[]
HtmlAttributes. names
private StackNode<T>[]
StateSnapshot. stack
private StackNode<T>[]
TreeBuilder. stack
private char[]
MetaScanner. strBuf
Accumulation buffer for attribute values.private char[]
Tokenizer. strBuf
Buffer for short identifiers.private java.lang.String[]
HtmlAttributes. values
-