Class NamespaceAwareHashMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
groovy.xml.slurpersupport.NamespaceAwareHashMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class NamespaceAwareHashMap extends HashMap<String,String>
Attribute map that resolves namespace-prefixed keys into QName-style names on demand.
See Also: