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