| Interface | Description |
|---|---|
| DomTree |
| Class | Description |
|---|---|
| BodyNode |
Represents the root of a HTML document.
|
| DomTreeBuilder | |
| ImageNode |
Represents an image in HTML.
|
| Node |
Represents any element in the DOM tree of a HTML file.
|
| SeparatingNode |
This is an artificial text node whose sole purpose is to separate
text nodes, so that they cannot be treated as a continuous text flow
by the RangeDifferencer.
|
| TagNode |
Node that can contain other nodes.
|
| TextNode |
Represents a piece of text in the HTML file.
|
| WhiteSpaceNode |
Copyright © 2022. All rights reserved.