org.apache.batik.anim.dom
Class AbstractElement.ExtendedNamedNodeHashMap
java.lang.Object
org.apache.batik.dom.AbstractElement.NamedNodeHashMap
org.apache.batik.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
- All Implemented Interfaces:
- Serializable, NamedNodeMap
- Enclosing class:
- AbstractElement
protected class AbstractElement.ExtendedNamedNodeHashMap
- extends AbstractElement.NamedNodeHashMap
An implementation of the NamedNodeMap.
- See Also:
- Serialized Form
| Methods inherited from class org.apache.batik.dom.AbstractElement.NamedNodeHashMap |
checkNode, get, getLength, getNamedItem, getNamedItemNS, hashCode, item, put, rehash, remove, removeNamedItem, setNamedItem, setNamedItem, setNamedItemNS |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractElement.ExtendedNamedNodeHashMap
public AbstractElement.ExtendedNamedNodeHashMap()
- Creates a new ExtendedNamedNodeHashMap object.
setUnspecifiedAttribute
public void setUnspecifiedAttribute(String nsURI,
String name,
String value)
- Adds an unspecified attribute to the map.
- Parameters:
nsURI - The attribute namespace URI.name - The attribute's qualified name.value - The attribute's default value.
removeNamedItemNS
public Node removeNamedItemNS(String namespaceURI,
String localName)
throws DOMException
- DOM: Implements
NamedNodeMap.removeNamedItemNS(String,String).
- Specified by:
removeNamedItemNS in interface NamedNodeMap- Overrides:
removeNamedItemNS in class AbstractElement.NamedNodeHashMap
- Throws:
DOMException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.