Uses of Interface
org.w3c.dom.NamedNodeMap
| Package | Description | 
|---|---|
| javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing
 metadata. | 
| org.w3c.dom | Provides the interfaces for the Document Object Model (DOM). | 
- 
Uses of NamedNodeMap in javax.imageio.metadataMethods in javax.imageio.metadata that return NamedNodeMap Modifier and Type Method Description NamedNodeMapIIOMetadataNode. getAttributes()Returns aNamedNodeMapcontaining the attributes of this node.
- 
Uses of NamedNodeMap in org.w3c.domMethods in org.w3c.dom that return NamedNodeMap Modifier and Type Method Description NamedNodeMapNode. getAttributes()ANamedNodeMapcontaining the attributes of this node (if it is anElement) ornullotherwise.NamedNodeMapDocumentType. getEntities()ANamedNodeMapcontaining the general entities, both external and internal, declared in the DTD.NamedNodeMapDocumentType. getNotations()ANamedNodeMapcontaining the notations declared in the DTD.