Uses of Interface
org.w3c.dom.NamedNodeMap
Package
Description
A package of the Java Image I/O API dealing with reading and writing
metadata.
Provides the interfaces for the Document Object Model (DOM).
-
Uses of NamedNodeMap in javax.imageio.metadata
Modifier and TypeMethodDescriptionIIOMetadataNode.getAttributes()
Returns aNamedNodeMap
containing the attributes of this node. -
Uses of NamedNodeMap in org.w3c.dom
Modifier and TypeMethodDescriptionNode.getAttributes()
ANamedNodeMap
containing the attributes of this node (if it is anElement
) ornull
otherwise.DocumentType.getEntities()
ANamedNodeMap
containing the general entities, both external and internal, declared in the DTD.DocumentType.getNotations()
ANamedNodeMap
containing the notations declared in the DTD.