See: Description
Interface | Description |
---|---|
NodeHandler |
Interface for classes that handle processing HTML Elements.
|
Class | Description |
---|---|
Abbr |
Handles abbr and acronym tags
|
AbstractNodeHandler |
Contains basic implementations for handling text nodes and ignored HTML elements.
|
Anchor |
Handles anchor (a) tags, both links and named anchors.
|
BlockQuote |
Handles blockquote tags
|
Break |
Handles manual breaks (br)
|
Codeblock |
Handles preformatted sections (pre), renders them as code blocks.
|
DefaultNodeHandler |
Default handler for unknown top-level nodes.
|
Definitions |
Handles dl, dt, and dd elements
|
DocumentConverter |
The class that does the heavy lifting for converting a JSoup Document into
valid Markdown
|
Header |
Handles header nodes (h1 through h6)
|
HorizontalRule |
Handles a simple hr tag
|
Image |
Handles img tags.
|
InlineCode |
Handles inline fixed-width code (code, tt) tags.
|
InlineStyle |
Handles various inline styling (italics and bold), such as em, i, strong, b, span, and font tags.
|
List |
Handles ol and ul lists.
|
NodeRemover | |
Paragraph |
Handles paragraph (p) tags.
|
Table | |
TextCleaner |
This class is used to clean up plain text fields based on the selected set of options.
|
For more information, see the BitBucket Repository.
Copyright © 2017. All rights reserved.