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. astralCharBuffer for expanding astral NCRs.private char[]Tokenizer. bmpCharBuffer for expanding NCRs falling into the Basic Multilingual Plane.protected char[]TreeBuilder. charBufferprivate StackNode<T>[]StateSnapshot. listOfActiveFormattingElementsprivate StackNode<T>[]TreeBuilder. listOfActiveFormattingElementsprivate char[]Tokenizer. longStrBufBuffer for long strings.private AttributeName[]HtmlAttributes. namesprivate StackNode<T>[]StateSnapshot. stackprivate StackNode<T>[]TreeBuilder. stackprivate char[]MetaScanner. strBufAccumulation buffer for attribute values.private char[]Tokenizer. strBufBuffer for short identifiers.private java.lang.String[]HtmlAttributes. values
-