Class XNamedNodeMap
java.lang.Object
com.pnfsoftware.jeb.util.encoding.xml.XNamedNodeMap
- All Implemented Interfaces:
NamedNodeMap
Implementation of the
NamedNodeMap API used by XmlParser.-
Method Summary
Modifier and TypeMethodDescriptionintgetNamedItem(String name) getNamedItemNS(String namespaceURI, String localName) item(int index) removeNamedItem(String name) removeNamedItemNS(String namespaceURI, String localName) setNamedItem(Node arg) setNamedItemNS(Node arg)
-
Method Details
-
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- Throws:
DOMException
-
setNamedItemNS
- Specified by:
setNamedItemNSin interfaceNamedNodeMap- Throws:
DOMException
-
removeNamedItemNS
- Specified by:
removeNamedItemNSin interfaceNamedNodeMap- Throws:
DOMException
-