| Package | Description |
|---|---|
| cdc.util.data | |
| cdc.util.data.util |
| Modifier and Type | Method | Description |
|---|---|---|
Text |
Element.addText(java.lang.String content) |
Adds a text as last child.
|
Text |
Element.addText(java.lang.String content,
boolean merge) |
Adds a text as last child.
|
Text |
Text.clone(boolean recurse) |
| Modifier and Type | Method | Description |
|---|---|---|
default java.lang.Iterable<Text> |
Parent.getTexts() |
| Constructor | Description |
|---|---|
Text(Text other) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
TextPredicate.accepts(Parent parent,
Text text) |
Returns true when a text must be kept.
|
Copyright © 2018. All rights reserved.