|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeBuilderState | |
|---|---|
| nu.validator.htmlparser.impl | This package contains the bulk of parser internals. |
| Uses of TreeBuilderState in nu.validator.htmlparser.impl |
|---|
| Classes in nu.validator.htmlparser.impl that implement TreeBuilderState | |
|---|---|
class |
CoalescingTreeBuilder<T>
A common superclass for tree builders that coalesce their text nodes. |
class |
StateSnapshot<T>
|
class |
TreeBuilder<T>
|
| Methods in nu.validator.htmlparser.impl that return TreeBuilderState | |
|---|---|
TreeBuilderState<T> |
TreeBuilder.newSnapshot()
Creates a comparable snapshot of the tree builder state. |
| Methods in nu.validator.htmlparser.impl with parameters of type TreeBuilderState | |
|---|---|
void |
TreeBuilder.loadState(TreeBuilderState<T> snapshot,
Interner interner)
|
boolean |
TreeBuilder.snapshotMatches(TreeBuilderState<T> snapshot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||