Class DefaultTagActionMap
java.lang.Object
java.util.AbstractMap<String, TagAction>
java.util.HashMap<String, TagAction>
com.kohlschutter.boilerpipe.sax.TagActionMap
com.kohlschutter.boilerpipe.sax.DefaultTagActionMap
- All Implemented Interfaces:
Serializable, Cloneable, Map<String, TagAction>
Default
TagActions. Seem to work well.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TagActionMap
addTagAction, setTagActionMethods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
INSTANCE
-
-
Constructor Details
-
DefaultTagActionMap
protected DefaultTagActionMap()
-