Class HTMLTagProcessors
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
HTMLTagProcessor>
Deprecated.
since 5.5.2
This class maps tags such as div and span to their corresponding
TagProcessor classes.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HTMLTagProcessor
Deprecated.Object that processes the a tag.static final HTMLTagProcessor
Deprecated.Object that processes the br tag.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, substatic final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.private static final long
Deprecated.Serial version UID.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated.static final HTMLTagProcessor
Deprecated. -
Constructor Summary
Constructors -
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
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
EM_STRONG_STRIKE_SUP_SUP
Deprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, sub -
A
Deprecated.Object that processes the a tag. -
BR
Deprecated.Object that processes the br tag. -
UL_OL
Deprecated. -
HR
Deprecated. -
SPAN
Deprecated. -
H
Deprecated. -
LI
Deprecated. -
PRE
Deprecated. -
DIV
Deprecated. -
TABLE
Deprecated. -
TR
Deprecated. -
TD
Deprecated. -
IMG
Deprecated. -
serialVersionUID
private static final long serialVersionUIDDeprecated.Serial version UID.- See Also:
-
-
Constructor Details
-
HTMLTagProcessors
public HTMLTagProcessors()Deprecated.Creates a Map containing supported tags.
-