javax.imageio.metadata
Class IIOMetadataNode

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by javax.imageio.metadata.IIOMetadataNode
All Implemented Interfaces:
Element sample code for org.w3c.dom.Element definition code for org.w3c.dom.Element , Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node , NodeList sample code for org.w3c.dom.NodeList definition code for org.w3c.dom.NodeList

public class IIOMetadataNode
extends Object sample code for java.lang.Object definition code for java.lang.Object
implements Element sample code for org.w3c.dom.Element definition code for org.w3c.dom.Element , NodeList sample code for org.w3c.dom.NodeList definition code for org.w3c.dom.NodeList

A class representing a node in a meta-data tree, which implements the org.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via the getUserObject and setUserObject methods.

This class is not intended to be used for general XML processing. In particular, Element nodes created within the Image I/O API are not compatible with those created by Sun's standard implementation of the org.w3.dom API. In particular, the implementation is tuned for simple uses and may not perform well for intensive processing.

Namespaces are ignored in this implementation. The terms "tag name" and "node name" are always considered to be synonymous.

See Also:
IIOMetadata.getAsTree(java.lang.String) sample code for javax.imageio.metadata.IIOMetadata.getAsTree(java.lang.String) definition code for javax.imageio.metadata.IIOMetadata.getAsTree(java.lang.String) , IIOMetadata.setFromTree(java.lang.String, org.w3c.dom.Node) sample code for javax.imageio.metadata.IIOMetadata.setFromTree(java.lang.String, org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadata.setFromTree(java.lang.String, org.w3c.dom.Node) , IIOMetadata.mergeTree(java.lang.String, org.w3c.dom.Node) sample code for javax.imageio.metadata.IIOMetadata.mergeTree(java.lang.String, org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadata.mergeTree(java.lang.String, org.w3c.dom.Node)

Field Summary
 
Fields inherited from interface org.w3c.dom.Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node
ATTRIBUTE_NODE sample code for org.w3c.dom.Node.ATTRIBUTE_NODE definition code for org.w3c.dom.Node.ATTRIBUTE_NODE , CDATA_SECTION_NODE sample code for org.w3c.dom.Node.CDATA_SECTION_NODE definition code for org.w3c.dom.Node.CDATA_SECTION_NODE , COMMENT_NODE sample code for org.w3c.dom.Node.COMMENT_NODE definition code for org.w3c.dom.Node.COMMENT_NODE , DOCUMENT_FRAGMENT_NODE sample code for org.w3c.dom.Node.DOCUMENT_FRAGMENT_NODE definition code for org.w3c.dom.Node.DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE sample code for org.w3c.dom.Node.DOCUMENT_NODE definition code for org.w3c.dom.Node.DOCUMENT_NODE , DOCUMENT_POSITION_CONTAINED_BY sample code for org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINED_BY definition code for org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINED_BY , DOCUMENT_POSITION_CONTAINS sample code for org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINS definition code for org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINS , DOCUMENT_POSITION_DISCONNECTED sample code for org.w3c.dom.Node.DOCUMENT_POSITION_DISCONNECTED definition code for org.w3c.dom.Node.DOCUMENT_POSITION_DISCONNECTED , DOCUMENT_POSITION_FOLLOWING sample code for org.w3c.dom.Node.DOCUMENT_POSITION_FOLLOWING definition code for org.w3c.dom.Node.DOCUMENT_POSITION_FOLLOWING , DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC sample code for org.w3c.dom.Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC definition code for org.w3c.dom.Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC , DOCUMENT_POSITION_PRECEDING sample code for org.w3c.dom.Node.DOCUMENT_POSITION_PRECEDING definition code for org.w3c.dom.Node.DOCUMENT_POSITION_PRECEDING , DOCUMENT_TYPE_NODE sample code for org.w3c.dom.Node.DOCUMENT_TYPE_NODE definition code for org.w3c.dom.Node.DOCUMENT_TYPE_NODE , ELEMENT_NODE sample code for org.w3c.dom.Node.ELEMENT_NODE definition code for org.w3c.dom.Node.ELEMENT_NODE , ENTITY_NODE sample code for org.w3c.dom.Node.ENTITY_NODE definition code for org.w3c.dom.Node.ENTITY_NODE , ENTITY_REFERENCE_NODE sample code for org.w3c.dom.Node.ENTITY_REFERENCE_NODE definition code for org.w3c.dom.Node.ENTITY_REFERENCE_NODE , NOTATION_NODE sample code for org.w3c.dom.Node.NOTATION_NODE definition code for org.w3c.dom.Node.NOTATION_NODE , PROCESSING_INSTRUCTION_NODE sample code for org.w3c.dom.Node.PROCESSING_INSTRUCTION_NODE definition code for org.w3c.dom.Node.PROCESSING_INSTRUCTION_NODE , TEXT_NODE sample code for org.w3c.dom.Node.TEXT_NODE definition code for org.w3c.dom.Node.TEXT_NODE
 
Constructor Summary
IIOMetadataNode sample code for javax.imageio.metadata.IIOMetadataNode.IIOMetadataNode() definition code for javax.imageio.metadata.IIOMetadataNode.IIOMetadataNode() ()
          Constructs an empty IIOMetadataNode.
IIOMetadataNode sample code for javax.imageio.metadata.IIOMetadataNode.IIOMetadataNode(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.IIOMetadataNode(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  nodeName)
          Constructs an IIOMetadataNode with a given node name.
 
Method Summary
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node appendChild sample code for javax.imageio.metadata.IIOMetadataNode.appendChild(org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.appendChild(org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  newChild)
          Adds the node newChild to the end of the list of children of this node.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node cloneNode sample code for javax.imageio.metadata.IIOMetadataNode.cloneNode(boolean) definition code for javax.imageio.metadata.IIOMetadataNode.cloneNode(boolean) (boolean deep)
          Returns a duplicate of this node.
 short compareDocumentPosition sample code for javax.imageio.metadata.IIOMetadataNode.compareDocumentPosition(org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.compareDocumentPosition(org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  other)
          Compares the reference node, i.e.
 String sample code for java.lang.String definition code for java.lang.String getAttribute sample code for javax.imageio.metadata.IIOMetadataNode.getAttribute(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getAttribute(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name)
          Retrieves an attribute value by name.
 Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr getAttributeNode sample code for javax.imageio.metadata.IIOMetadataNode.getAttributeNode(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getAttributeNode(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name)
          Retrieves an attribute node by name.
 Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr getAttributeNodeNS sample code for javax.imageio.metadata.IIOMetadataNode.getAttributeNodeNS(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getAttributeNodeNS(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI, String sample code for java.lang.String definition code for java.lang.String  localName)
          Equivalent to getAttributeNode(localName).
 String sample code for java.lang.String definition code for java.lang.String getAttributeNS sample code for javax.imageio.metadata.IIOMetadataNode.getAttributeNS(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getAttributeNS(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI, String sample code for java.lang.String definition code for java.lang.String  localName)
          Equivalent to getAttribute(localName).
 NamedNodeMap sample code for org.w3c.dom.NamedNodeMap definition code for org.w3c.dom.NamedNodeMap getAttributes sample code for javax.imageio.metadata.IIOMetadataNode.getAttributes() definition code for javax.imageio.metadata.IIOMetadataNode.getAttributes() ()
          A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
 String sample code for java.lang.String definition code for java.lang.String getBaseURI sample code for javax.imageio.metadata.IIOMetadataNode.getBaseURI() definition code for javax.imageio.metadata.IIOMetadataNode.getBaseURI() ()
          The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
 NodeList sample code for org.w3c.dom.NodeList definition code for org.w3c.dom.NodeList getChildNodes sample code for javax.imageio.metadata.IIOMetadataNode.getChildNodes() definition code for javax.imageio.metadata.IIOMetadataNode.getChildNodes() ()
          A NodeList that contains all children of this node.
 NodeList sample code for org.w3c.dom.NodeList definition code for org.w3c.dom.NodeList getElementsByTagName sample code for javax.imageio.metadata.IIOMetadataNode.getElementsByTagName(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getElementsByTagName(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name)
          Returns a NodeList of all descendant Elements with a given tag name, in document order.
 NodeList sample code for org.w3c.dom.NodeList definition code for org.w3c.dom.NodeList getElementsByTagNameNS sample code for javax.imageio.metadata.IIOMetadataNode.getElementsByTagNameNS(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getElementsByTagNameNS(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI, String sample code for java.lang.String definition code for java.lang.String  localName)
          Equivalent to getElementsByTagName(localName).
 Object sample code for java.lang.Object definition code for java.lang.Object getFeature sample code for javax.imageio.metadata.IIOMetadataNode.getFeature(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getFeature(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  feature, String sample code for java.lang.String definition code for java.lang.String  version)
          This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node getFirstChild sample code for javax.imageio.metadata.IIOMetadataNode.getFirstChild() definition code for javax.imageio.metadata.IIOMetadataNode.getFirstChild() ()
          Returns the first child of this node, or null if the node has no children.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node getLastChild sample code for javax.imageio.metadata.IIOMetadataNode.getLastChild() definition code for javax.imageio.metadata.IIOMetadataNode.getLastChild() ()
          Returns the last child of this node, or null if the node has no children.
 int getLength sample code for javax.imageio.metadata.IIOMetadataNode.getLength() definition code for javax.imageio.metadata.IIOMetadataNode.getLength() ()
          The number of nodes in the list.
 String sample code for java.lang.String definition code for java.lang.String getLocalName sample code for javax.imageio.metadata.IIOMetadataNode.getLocalName() definition code for javax.imageio.metadata.IIOMetadataNode.getLocalName() ()
          Equivalent to getNodeName.
 String sample code for java.lang.String definition code for java.lang.String getNamespaceURI sample code for javax.imageio.metadata.IIOMetadataNode.getNamespaceURI() definition code for javax.imageio.metadata.IIOMetadataNode.getNamespaceURI() ()
          Returns null, since namespaces are not supported.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node getNextSibling sample code for javax.imageio.metadata.IIOMetadataNode.getNextSibling() definition code for javax.imageio.metadata.IIOMetadataNode.getNextSibling() ()
          Returns the next sibling of this node, or null if the node has no next sibling.
 String sample code for java.lang.String definition code for java.lang.String getNodeName sample code for javax.imageio.metadata.IIOMetadataNode.getNodeName() definition code for javax.imageio.metadata.IIOMetadataNode.getNodeName() ()
          Returns the node name associated with this node.
 short getNodeType sample code for javax.imageio.metadata.IIOMetadataNode.getNodeType() definition code for javax.imageio.metadata.IIOMetadataNode.getNodeType() ()
          Returns the node type, which is always ELEMENT_NODE.
 String sample code for java.lang.String definition code for java.lang.String getNodeValue sample code for javax.imageio.metadata.IIOMetadataNode.getNodeValue() definition code for javax.imageio.metadata.IIOMetadataNode.getNodeValue() ()
          The value of this node, depending on its type; see the table above.
 Document sample code for org.w3c.dom.Document definition code for org.w3c.dom.Document getOwnerDocument sample code for javax.imageio.metadata.IIOMetadataNode.getOwnerDocument() definition code for javax.imageio.metadata.IIOMetadataNode.getOwnerDocument() ()
          Returns null, since IIOMetadataNodes do not belong to any Document.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node getParentNode sample code for javax.imageio.metadata.IIOMetadataNode.getParentNode() definition code for javax.imageio.metadata.IIOMetadataNode.getParentNode() ()
          Returns the parent of this node.
 String sample code for java.lang.String definition code for java.lang.String getPrefix sample code for javax.imageio.metadata.IIOMetadataNode.getPrefix() definition code for javax.imageio.metadata.IIOMetadataNode.getPrefix() ()
          Returns null, since namespaces are not supported.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node getPreviousSibling sample code for javax.imageio.metadata.IIOMetadataNode.getPreviousSibling() definition code for javax.imageio.metadata.IIOMetadataNode.getPreviousSibling() ()
          Returns the previous sibling of this node, or null if this node has no previous sibling.
 TypeInfo sample code for org.w3c.dom.TypeInfo definition code for org.w3c.dom.TypeInfo getSchemaTypeInfo sample code for javax.imageio.metadata.IIOMetadataNode.getSchemaTypeInfo() definition code for javax.imageio.metadata.IIOMetadataNode.getSchemaTypeInfo() ()
          The type information associated with this element.
 String sample code for java.lang.String definition code for java.lang.String getTagName sample code for javax.imageio.metadata.IIOMetadataNode.getTagName() definition code for javax.imageio.metadata.IIOMetadataNode.getTagName() ()
          The name of the element.
 String sample code for java.lang.String definition code for java.lang.String getTextContent sample code for javax.imageio.metadata.IIOMetadataNode.getTextContent() definition code for javax.imageio.metadata.IIOMetadataNode.getTextContent() ()
          This attribute returns the text content of this node and its descendants.
 Object sample code for java.lang.Object definition code for java.lang.Object getUserData sample code for javax.imageio.metadata.IIOMetadataNode.getUserData(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.getUserData(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  key)
          Retrieves the object associated to a key on a this node.
 Object sample code for java.lang.Object definition code for java.lang.Object getUserObject sample code for javax.imageio.metadata.IIOMetadataNode.getUserObject() definition code for javax.imageio.metadata.IIOMetadataNode.getUserObject() ()
          Returns the Object value associated with this node.
 boolean hasAttribute sample code for javax.imageio.metadata.IIOMetadataNode.hasAttribute(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.hasAttribute(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name)
          Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
 boolean hasAttributeNS sample code for javax.imageio.metadata.IIOMetadataNode.hasAttributeNS(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.hasAttributeNS(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI, String sample code for java.lang.String definition code for java.lang.String  localName)
          Equivalent to hasAttribute(localName).
 boolean hasAttributes sample code for javax.imageio.metadata.IIOMetadataNode.hasAttributes() definition code for javax.imageio.metadata.IIOMetadataNode.hasAttributes() ()
          Returns whether this node (if it is an element) has any attributes.
 boolean hasChildNodes sample code for javax.imageio.metadata.IIOMetadataNode.hasChildNodes() definition code for javax.imageio.metadata.IIOMetadataNode.hasChildNodes() ()
          Returns true if this node has child nodes.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node insertBefore sample code for javax.imageio.metadata.IIOMetadataNode.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  newChild, Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  refChild)
          Inserts the node newChild before the existing child node refChild.
 boolean isDefaultNamespace sample code for javax.imageio.metadata.IIOMetadataNode.isDefaultNamespace(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.isDefaultNamespace(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI)
          This method checks if the specified namespaceURI is the default namespace or not.
 boolean isEqualNode sample code for javax.imageio.metadata.IIOMetadataNode.isEqualNode(org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.isEqualNode(org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  node)
          Tests whether two nodes are equal.
 boolean isSameNode sample code for javax.imageio.metadata.IIOMetadataNode.isSameNode(org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.isSameNode(org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  node)
          Returns whether this node is the same node as the given one.
 boolean isSupported sample code for javax.imageio.metadata.IIOMetadataNode.isSupported(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.isSupported(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  feature, String sample code for java.lang.String definition code for java.lang.String  version)
          Returns false since DOM features are not supported.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node item sample code for javax.imageio.metadata.IIOMetadataNode.item(int) definition code for javax.imageio.metadata.IIOMetadataNode.item(int) (int index)
          Returns the indexth item in the collection.
 String sample code for java.lang.String definition code for java.lang.String lookupNamespaceURI sample code for javax.imageio.metadata.IIOMetadataNode.lookupNamespaceURI(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.lookupNamespaceURI(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  prefix)
          Look up the namespace URI associated to the given prefix, starting from this node.
 String sample code for java.lang.String definition code for java.lang.String lookupPrefix sample code for javax.imageio.metadata.IIOMetadataNode.lookupPrefix(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.lookupPrefix(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI)
          Look up the prefix associated to the given namespace URI, starting from this node.
 void normalize sample code for javax.imageio.metadata.IIOMetadataNode.normalize() definition code for javax.imageio.metadata.IIOMetadataNode.normalize() ()
          Does nothing, since IIOMetadataNodes do not contain Text children.
 void removeAttribute sample code for javax.imageio.metadata.IIOMetadataNode.removeAttribute(java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.removeAttribute(java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name)
          Removes an attribute by name.
 Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr removeAttributeNode sample code for javax.imageio.metadata.IIOMetadataNode.removeAttributeNode(org.w3c.dom.Attr) definition code for javax.imageio.metadata.IIOMetadataNode.removeAttributeNode(org.w3c.dom.Attr) (Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr  oldAttr)
          Removes the specified attribute node.
 void removeAttributeNS sample code for javax.imageio.metadata.IIOMetadataNode.removeAttributeNS(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.removeAttributeNS(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  namespaceURI, String sample code for java.lang.String definition code for java.lang.String  localName)
          Equivalent to removeAttribute(localName).
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node removeChild sample code for javax.imageio.metadata.IIOMetadataNode.removeChild(org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.removeChild(org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  oldChild)
          Removes the child node indicated by oldChild from the list of children, and returns it.
 Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node replaceChild sample code for javax.imageio.metadata.IIOMetadataNode.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) definition code for javax.imageio.metadata.IIOMetadataNode.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) (Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  newChild, Node sample code for org.w3c.dom.Node definition code for org.w3c.dom.Node  oldChild)
          Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
 void setAttribute sample code for javax.imageio.metadata.IIOMetadataNode.setAttribute(java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.setAttribute(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name, String sample code for java.lang.String definition code for java.lang.String  value)
          Adds a new attribute.
 Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr setAttributeNode sample code for javax.imageio.metadata.IIOMetadataNode.setAttributeNode(org.w3c.dom.Attr) definition code for javax.imageio.metadata.IIOMetadataNode.setAttributeNode(org.w3c.dom.Attr) (Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr  newAttr)
          Adds a new attribute node.
 Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr setAttributeNodeNS sample code for javax.imageio.metadata.IIOMetadataNode.setAttributeNodeNS(org.w3c.dom.Attr) definition code for javax.imageio.metadata.IIOMetadataNode.setAttributeNodeNS(org.w3c.dom.Attr) (Attr sample code for org.w3c.dom.Attr definition code for org.w3c.dom.Attr  newAttr)
          Equivalent to setAttributeNode(newAttr).
 void setAttributeNS sample code for javax.imageio.metadata.IIOMetadataNode.setAttributeNS(java.lang.String, java.lang.String, java.lang.String) definition code for javax.imageio.metadata.IIOMetadataNode.setAttributeNS(java.lang.String, java.lang.String, java.lang.String) </