- All Superinterfaces:
Iterable<T>
,NamedNodeMap
- All Known Subinterfaces:
AttributeNamedNodeMap
Extended
NamedNodeMap
.-
Method Summary
Modifier and TypeMethodDescriptiongetNamedItem
(String name) getNamedItemNS
(String namespaceURI, String localName) boolean
isEmpty()
item
(int index) removeNamedItem
(String name) removeNamedItemNS
(String namespaceURI, String localName) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.w3c.dom.NamedNodeMap
getLength, setNamedItem, setNamedItemNS
-
Method Details
-
getNamedItem
- Specified by:
getNamedItem
in interfaceNamedNodeMap
-
item
- Specified by:
item
in interfaceNamedNodeMap
-
isEmpty
boolean isEmpty() -
getNamedItemNS
- Specified by:
getNamedItemNS
in interfaceNamedNodeMap
- Throws:
DOMException
-
removeNamedItem
- Specified by:
removeNamedItem
in interfaceNamedNodeMap
- Throws:
DOMException
-
removeNamedItemNS
- Specified by:
removeNamedItemNS
in interfaceNamedNodeMap
- Throws:
DOMException
-