public class DOMAttributeNodeMap extends Object implements NamedNodeMap
DOMAttributeNodeMap implements a W3C NameNodeMap for the
attributes of an element.
| Constructor and Description |
|---|
DOMAttributeNodeMap(DOMElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
foo() |
int |
getLength() |
Node |
getNamedItem(String name) |
Node |
getNamedItemNS(String namespaceURI,
String localName) |
Node |
item(int index) |
Node |
removeNamedItem(String name) |
Node |
removeNamedItemNS(String namespaceURI,
String localName) |
Node |
setNamedItem(Node arg) |
Node |
setNamedItemNS(Node arg) |
public DOMAttributeNodeMap(DOMElement element)
public void foo()
throws DOMException
DOMExceptionpublic Node getNamedItem(String name)
getNamedItem in interface NamedNodeMappublic Node setNamedItem(Node arg) throws DOMException
setNamedItem in interface NamedNodeMapDOMExceptionpublic Node removeNamedItem(String name) throws DOMException
removeNamedItem in interface NamedNodeMapDOMExceptionpublic Node item(int index)
item in interface NamedNodeMappublic int getLength()
getLength in interface NamedNodeMappublic Node getNamedItemNS(String namespaceURI, String localName)
getNamedItemNS in interface NamedNodeMappublic Node setNamedItemNS(Node arg) throws DOMException
setNamedItemNS in interface NamedNodeMapDOMExceptionpublic Node removeNamedItemNS(String namespaceURI, String localName) throws DOMException
removeNamedItemNS in interface NamedNodeMapDOMExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.