public class NamespaceAwareHashMap
extends HashMap
Attribute map that resolves namespace-prefixed keys into QName-style names on demand.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
containsKey(Object key){@inheritDoc} |
|
public String |
get(Object key){@inheritDoc} |
|
public Map |
getNamespaceTagHints()Returns the prefix hints used for key normalization. |
|
public String |
put(String key, String value){@inheritDoc} |
|
public void |
putAll(Map<? extends String, ? extends String> m){@inheritDoc} |
|
public String |
remove(Object key){@inheritDoc} |
|
public void |
setNamespaceTagHints(Map namespaceTagHints)Sets the prefix-to-namespace hints used to normalize prefixed keys. |
| Methods inherited from class | Name |
|---|---|
class HashMap |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getClass, getOrDefault, hashCode, isEmpty, keySet, merge, notify, notifyAll, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values, wait, wait, wait |
{@inheritDoc}
Returns the prefix hints used for key normalization.
Sets the prefix-to-namespace hints used to normalize prefixed keys.
namespaceTagHints - known namespace prefix mappings