Package de.l3s.boilerpipe.sax
Class DefaultTagActionMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,TagAction>
-
- de.l3s.boilerpipe.sax.TagActionMap
-
- de.l3s.boilerpipe.sax.DefaultTagActionMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,TagAction>
public class DefaultTagActionMap extends TagActionMap
DefaultTagActions. Seem to work well.- See Also:
TagActionMap, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TagActionMapINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultTagActionMap()
-
Method Summary
-
Methods inherited from class de.l3s.boilerpipe.sax.TagActionMap
addTagAction, setTagAction
-
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
-
INSTANCE
public static final TagActionMap INSTANCE
-
-