Class HTMLTagProcessors
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,HTMLTagProcessor>
-
- com.itextpdf.text.html.simpleparser.HTMLTagProcessors
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,HTMLTagProcessor>
@Deprecated public class HTMLTagProcessors extends java.util.HashMap<java.lang.String,HTMLTagProcessor>
Deprecated.since 5.5.2This class maps tags such as div and span to their corresponding TagProcessor classes.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HTMLTagProcessor
A
Deprecated.Object that processes the a tag.static HTMLTagProcessor
BR
Deprecated.Object that processes the br tag.static HTMLTagProcessor
DIV
Deprecated.static HTMLTagProcessor
EM_STRONG_STRIKE_SUP_SUP
Deprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, substatic HTMLTagProcessor
H
Deprecated.static HTMLTagProcessor
HR
Deprecated.static HTMLTagProcessor
IMG
Deprecated.static HTMLTagProcessor
LI
Deprecated.static HTMLTagProcessor
PRE
Deprecated.private static long
serialVersionUID
Deprecated.Serial version UID.static HTMLTagProcessor
SPAN
Deprecated.static HTMLTagProcessor
TABLE
Deprecated.static HTMLTagProcessor
TD
Deprecated.static HTMLTagProcessor
TR
Deprecated.static HTMLTagProcessor
UL_OL
Deprecated.
-
Constructor Summary
Constructors Constructor Description HTMLTagProcessors()
Deprecated.Creates a Map containing supported tags.
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Field Detail
-
EM_STRONG_STRIKE_SUP_SUP
public static final HTMLTagProcessor EM_STRONG_STRIKE_SUP_SUP
Deprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, sub
-
A
public static final HTMLTagProcessor A
Deprecated.Object that processes the a tag.
-
BR
public static final HTMLTagProcessor BR
Deprecated.Object that processes the br tag.
-
UL_OL
public static final HTMLTagProcessor UL_OL
Deprecated.
-
HR
public static final HTMLTagProcessor HR
Deprecated.
-
SPAN
public static final HTMLTagProcessor SPAN
Deprecated.
-
H
public static final HTMLTagProcessor H
Deprecated.
-
LI
public static final HTMLTagProcessor LI
Deprecated.
-
PRE
public static final HTMLTagProcessor PRE
Deprecated.
-
DIV
public static final HTMLTagProcessor DIV
Deprecated.
-
TABLE
public static final HTMLTagProcessor TABLE
Deprecated.
-
TR
public static final HTMLTagProcessor TR
Deprecated.
-
TD
public static final HTMLTagProcessor TD
Deprecated.
-
IMG
public static final HTMLTagProcessor IMG
Deprecated.
-
serialVersionUID
private static final long serialVersionUID
Deprecated.Serial version UID.- See Also:
- Constant Field Values
-
-