Search

Interface org.w3c.dom.NamedNodeMap

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
getLength() Number
getNamedItem(String ) org.w3c.dom.Node
getNamedItemNS(String , String ) org.w3c.dom.Node
item(Number ) org.w3c.dom.Node
removeNamedItem(String ) org.w3c.dom.Node
removeNamedItemNS(String , String ) org.w3c.dom.Node
setNamedItem(org.w3c.dom.Node ) org.w3c.dom.Node
setNamedItemNS(org.w3c.dom.Node ) org.w3c.dom.Node

Returned by

Method Returns
org.w3c.dom.DocumentType.getEntities() org.w3c.dom.NamedNodeMap
org.w3c.dom.DocumentType.getNotations() org.w3c.dom.NamedNodeMap
org.w3c.dom.Node.getAttributes() org.w3c.dom.NamedNodeMap

Referenced in

None