Package | Description |
---|---|
com.itextpdf.text.html.simpleparser |
Modifier and Type | Field | Description |
---|---|---|
static HTMLTagProcessor |
HTMLTagProcessors.A |
Deprecated.
Object that processes the a tag.
|
static HTMLTagProcessor |
HTMLTagProcessors.BR |
Deprecated.
Object that processes the br tag.
|
static HTMLTagProcessor |
HTMLTagProcessors.DIV |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.EM_STRONG_STRIKE_SUP_SUP |
Deprecated.
Object that processes the following tags:
i, em, b, strong, s, strike, u, sup, sub
|
static HTMLTagProcessor |
HTMLTagProcessors.H |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.HR |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.IMG |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.LI |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.PRE |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.SPAN |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.TABLE |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.TD |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.TR |
Deprecated.
|
static HTMLTagProcessor |
HTMLTagProcessors.UL_OL |
Deprecated.
|
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,HTMLTagProcessor> |
HTMLWorker.tags |
Deprecated.
The map with all the supported tags.
|
Modifier and Type | Method | Description |
---|---|---|
static List<Element> |
HTMLWorker.parseToList(Reader reader,
StyleSheet style,
Map<String,HTMLTagProcessor> tags,
HashMap<String,Object> providers) |
Deprecated.
Parses an HTML source to a List of Element objects
|
void |
HTMLWorker.setSupportedTags(Map<String,HTMLTagProcessor> tags) |
Deprecated.
Sets the map with supported tags.
|
Constructor | Description |
---|---|
HTMLWorker(DocListener document,
Map<String,HTMLTagProcessor> tags,
StyleSheet style) |
Deprecated.
Creates a new instance of HTMLWorker
|
Copyright © 2018. All rights reserved.