Package | Description |
---|---|
com.itextpdf.text.html.simpleparser |
Modifier and Type | Field and 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 and Description |
---|---|
protected java.util.Map<java.lang.String,HTMLTagProcessor> |
HTMLWorker.tags
Deprecated.
The map with all the supported tags.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Element> |
HTMLWorker.parseToList(java.io.Reader reader,
StyleSheet style,
java.util.Map<java.lang.String,HTMLTagProcessor> tags,
java.util.HashMap<java.lang.String,java.lang.Object> providers)
Deprecated.
Parses an HTML source to a List of Element objects
|
void |
HTMLWorker.setSupportedTags(java.util.Map<java.lang.String,HTMLTagProcessor> tags)
Deprecated.
Sets the map with supported tags.
|
Constructor and Description |
---|
HTMLWorker(DocListener document,
java.util.Map<java.lang.String,HTMLTagProcessor> tags,
StyleSheet style)
Deprecated.
Creates a new instance of HTMLWorker
|
Copyright © 2013. All Rights Reserved.