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
DOMException
public Node getNamedItem(String name)
getNamedItem
in interface NamedNodeMap
public Node setNamedItem(Node arg) throws DOMException
setNamedItem
in interface NamedNodeMap
DOMException
public Node removeNamedItem(String name) throws DOMException
removeNamedItem
in interface NamedNodeMap
DOMException
public Node item(int index)
item
in interface NamedNodeMap
public int getLength()
getLength
in interface NamedNodeMap
public Node getNamedItemNS(String namespaceURI, String localName)
getNamedItemNS
in interface NamedNodeMap
public Node setNamedItemNS(Node arg) throws DOMException
setNamedItemNS
in interface NamedNodeMap
DOMException
public Node removeNamedItemNS(String namespaceURI, String localName) throws DOMException
removeNamedItemNS
in interface NamedNodeMap
DOMException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.