Package de.l3s.boilerpipe.sax
Class DefaultTagActionMap
java.lang.Object
java.util.AbstractMap<String,TagAction>
java.util.HashMap<String,TagAction>
de.l3s.boilerpipe.sax.TagActionMap
de.l3s.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 de.l3s.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
-
INSTANCE
-
-
Constructor Details
-
DefaultTagActionMap
protected DefaultTagActionMap()
-