Class DOMAttributeNodeMap
java.lang.Object
org.dom4j.dom.DOMAttributeNodeMap
- All Implemented Interfaces:
NamedNodeMap
DOMAttributeNodeMap implements a W3C NameNodeMap for the
attributes of an element.
- Version:
- $Revision: 1.8 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfoo()intgetNamedItem(String name) getNamedItemNS(String namespaceURI, String localName) item(int index) removeNamedItem(String name) removeNamedItemNS(String namespaceURI, String localName) setNamedItem(Node arg) setNamedItemNS(Node arg)
-
Field Details
-
element
-
-
Constructor Details
-
DOMAttributeNodeMap
-
-
Method Details
-
foo
- Throws:
DOMException
-
getNamedItem
- Specified by:
getNamedItemin interfaceNamedNodeMap
-
setNamedItem
- Specified by:
setNamedItemin interfaceNamedNodeMap- Throws:
DOMException
-
removeNamedItem
- Specified by:
removeNamedItemin interfaceNamedNodeMap- Throws:
DOMException
-
item
- Specified by:
itemin interfaceNamedNodeMap
-
getLength
public int getLength()- Specified by:
getLengthin interfaceNamedNodeMap
-
getNamedItemNS
- Specified by:
getNamedItemNSin interfaceNamedNodeMap
-
setNamedItemNS
- Specified by:
setNamedItemNSin interfaceNamedNodeMap- Throws:
DOMException
-
removeNamedItemNS
- Specified by:
removeNamedItemNSin interfaceNamedNodeMap- Throws:
DOMException
-