Package | Description |
---|---|
com.overzealous.remark.convert |
This package contains the classes that walk the Jsoup document and processConvert it into Markdown code.
|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeRemover.handleTextNode(TextNode node,
DocumentConverter converter) |
void |
NodeHandler.handleTextNode(TextNode node,
DocumentConverter converter)
Handle a child text node.
|
void |
InlineStyle.handleTextNode(TextNode node,
DocumentConverter converter) |
void |
AbstractNodeHandler.handleTextNode(TextNode node,
DocumentConverter converter)
Handle a child text 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.
|
Copyright © 2017. All rights reserved.