Uses of Class
nu.validator.htmlparser.impl.TreeBuilder
-
Packages that use TreeBuilder Package Description nu.validator.htmlparser.dom This package provides an HTML5 parser that exposes the document using the DOM API.nu.validator.htmlparser.impl This package contains the bulk of parser internals.nu.validator.htmlparser.sax This package provides an HTML5 parser that exposes the document through the SAX API.nu.validator.htmlparser.xom This package provides an HTML5 parser that exposes the document through the XOM API. -
-
Uses of TreeBuilder in nu.validator.htmlparser.dom
Subclasses of TreeBuilder in nu.validator.htmlparser.dom Modifier and Type Class Description (package private) class
DOMTreeBuilder
The tree builder glue for building a tree through the public DOM APIs. -
Uses of TreeBuilder in nu.validator.htmlparser.impl
Subclasses of TreeBuilder in nu.validator.htmlparser.impl Modifier and Type Class Description class
CoalescingTreeBuilder<T>
A common superclass for tree builders that coalesce their text nodes.Methods in nu.validator.htmlparser.impl with parameters of type TreeBuilder Modifier and Type Method Description (package private) void
HtmlAttributes. processNonNcNames(TreeBuilder<?> treeBuilder, XmlViolationPolicy namePolicy)
-
Uses of TreeBuilder in nu.validator.htmlparser.sax
Subclasses of TreeBuilder in nu.validator.htmlparser.sax Modifier and Type Class Description (package private) class
SAXStreamer
(package private) class
SAXTreeBuilder
Fields in nu.validator.htmlparser.sax declared as TreeBuilder Modifier and Type Field Description private TreeBuilder<?>
HtmlParser. treeBuilder
-
Uses of TreeBuilder in nu.validator.htmlparser.xom
Subclasses of TreeBuilder in nu.validator.htmlparser.xom Modifier and Type Class Description (package private) class
XOMTreeBuilder
-