Package com.kohlschutter.boilerpipe.sax
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 java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kohlschutter.boilerpipe.sax.TagActionMap
addTagAction, setTagActionMethods inherited from class java.util.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 java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
INSTANCE
-
-
Constructor Details
-
DefaultTagActionMap
protected DefaultTagActionMap()
-