Uses of Interface
nu.validator.htmlparser.impl.TreeBuilderState
-
Packages that use TreeBuilderState 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 TreeBuilderState in nu.validator.htmlparser.dom
Classes in nu.validator.htmlparser.dom that implement TreeBuilderState Modifier and Type Class Description (package private) classDOMTreeBuilderThe 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 TreeBuilderState Modifier and Type Class Description classCoalescingTreeBuilder<T>A common superclass for tree builders that coalesce their text nodes.classStateSnapshot<T>classTreeBuilder<T>Methods in nu.validator.htmlparser.impl that return TreeBuilderState Modifier and Type Method Description TreeBuilderState<T>TreeBuilder. newSnapshot()Creates a comparable snapshot of the tree builder state.Methods in nu.validator.htmlparser.impl with parameters of type TreeBuilderState Modifier and Type Method Description voidTreeBuilder. loadState(TreeBuilderState<T> snapshot, Interner interner)booleanTreeBuilder. snapshotMatches(TreeBuilderState<T> snapshot) -
Uses of TreeBuilderState in nu.validator.htmlparser.sax
Classes in nu.validator.htmlparser.sax that implement TreeBuilderState Modifier and Type Class Description (package private) classSAXStreamer(package private) classSAXTreeBuilder -
Uses of TreeBuilderState in nu.validator.htmlparser.xom
Classes in nu.validator.htmlparser.xom that implement TreeBuilderState Modifier and Type Class Description (package private) classXOMTreeBuilder
-