de.l3s.boilerpipe.sax
Class DefaultTagActionMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,TagAction>
          extended by de.l3s.boilerpipe.sax.TagActionMap
              extended by 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

Default TagActions. Seem to work well.

See Also:
TagActionMap, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static TagActionMap INSTANCE
           
 
Constructor Summary
protected DefaultTagActionMap()
           
 
Method Summary
 
Methods inherited from class de.l3s.boilerpipe.sax.TagActionMap
addTagAction, setTagAction
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

INSTANCE

public static final TagActionMap INSTANCE
Constructor Detail

DefaultTagActionMap

protected DefaultTagActionMap()