Package | Description |
---|---|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
Modifier and Type | Class and Description |
---|---|
class |
CoalescingTreeBuilder<T>
A common superclass for tree builders that coalesce their text nodes.
|
class |
StateSnapshot<T> |
class |
TreeBuilder<T> |
Modifier and Type | Method and Description |
---|---|
TreeBuilderState<T> |
TreeBuilder.newSnapshot()
Creates a comparable snapshot of the tree builder state.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeBuilder.loadState(TreeBuilderState<T> snapshot,
Interner interner) |
boolean |
TreeBuilder.snapshotMatches(TreeBuilderState<T> snapshot) |
Copyright © 2017. All rights reserved.