| Package | Description |
|---|---|
| com.itextpdf.styledxmlparser.jsoup.nodes | |
| com.itextpdf.styledxmlparser.node.impl.jsoup.node |
| Modifier and Type | Method and Description |
|---|---|
static TextNode |
TextNode.createFromEncoded(String encodedText, String baseUri)
Create a new TextNode from HTML encoded (aka escaped) data.
|
TextNode |
TextNode.splitText(int offset)
Split this text node into two nodes at the specified string offset.
|
TextNode |
TextNode.text(String text)
Set the text content of this text node.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextNode> |
Element.textNodes()
Get this element's child text nodes.
|
| Constructor and Description |
|---|
JsoupTextNode(TextNode textNode)
Creates a new JsoupTextNode instance.
|
Copyright © 1998–2019 iText Group NV. All rights reserved.