Uses of Interface
nu.validator.htmlparser.impl.TreeBuilderState
Packages that use TreeBuilderState
Package
Description
This package contains the bulk of parser internals.
-
Uses of TreeBuilderState in nu.validator.htmlparser.impl
Classes in nu.validator.htmlparser.impl that implement TreeBuilderStateModifier and TypeClassDescriptionclassA common superclass for tree builders that coalesce their text nodes.classclassTreeBuilder<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 TypeMethodDescriptionvoidTreeBuilder.loadState(TreeBuilderState<T> snapshot) booleanTreeBuilder.snapshotMatches(TreeBuilderState<T> snapshot)