| Package | Description |
|---|---|
| org.outerj.daisy.diff.html | |
| org.outerj.daisy.diff.html.dom |
| Modifier and Type | Method and Description |
|---|---|
TextNode |
TextNodeComparator.getTextNode(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TextNode> |
TextNodeComparator.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageNode
Represents an image in HTML.
|
class |
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.
|
class |
WhiteSpaceNode |
| Modifier and Type | Method and Description |
|---|---|
List<TextNode> |
DomTreeBuilder.getTextNodes() |
List<TextNode> |
DomTree.getTextNodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextNode.isSameText(TextNode otherTextNode) |
boolean |
ImageNode.isSameText(TextNode other) |
Copyright © 2022. All rights reserved.