Uses of Interface
nu.validator.htmlparser.impl.TreeBuilderState
Packages that use TreeBuilderState
Package
Description
This package provides an HTML5 parser that exposes the document using the DOM API.
This package contains the bulk of parser internals.
This package provides an HTML5 parser that exposes the document through the SAX API.
This package provides an HTML5 parser that exposes the document through the XOM API.
-
Uses of TreeBuilderState in nu.validator.htmlparser.dom
Classes in nu.validator.htmlparser.dom that implement TreeBuilderStateModifier and TypeClassDescription(package private) class
The tree builder glue for building a tree through the public DOM APIs. -
Uses of TreeBuilderState in nu.validator.htmlparser.impl
Classes in nu.validator.htmlparser.impl that implement TreeBuilderStateModifier and TypeClassDescriptionclass
A common superclass for tree builders that coalesce their text nodes.class
class
TreeBuilder<T>
Methods in nu.validator.htmlparser.impl that return TreeBuilderStateModifier and TypeMethodDescriptionTreeBuilder.newSnapshot()
Creates a comparable snapshot of the tree builder state.Methods in nu.validator.htmlparser.impl with parameters of type TreeBuilderStateModifier and TypeMethodDescriptionvoid
TreeBuilder.loadState
(TreeBuilderState<T> snapshot, Interner interner) boolean
TreeBuilder.snapshotMatches
(TreeBuilderState<T> snapshot) -
Uses of TreeBuilderState in nu.validator.htmlparser.sax
Classes in nu.validator.htmlparser.sax that implement TreeBuilderStateModifier and TypeClassDescription(package private) class
(package private) class
-
Uses of TreeBuilderState in nu.validator.htmlparser.xom
Classes in nu.validator.htmlparser.xom that implement TreeBuilderState