Home » openjdk-7 » javax » imageio » metadata » [javadoc | source]
javax.imageio.metadata
class: IIOAttr [javadoc | source]
java.lang.Object
   javax.imageio.metadata.IIOMetadataNode
      javax.imageio.metadata.IIOAttr

All Implemented Interfaces:
    Attr, NodeList, Element

Field Summary
 Element owner     
 String name     
 String value     
Constructor:
 public IIOAttr(Element owner,
    String name,
    String value) 
Method from javax.imageio.metadata.IIOAttr Summary:
getName,   getNodeName,   getNodeType,   getNodeValue,   getOwnerElement,   getSpecified,   getValue,   isId,   setNodeValue,   setOwnerElement,   setValue
Methods from javax.imageio.metadata.IIOMetadataNode:
appendChild,   cloneNode,   compareDocumentPosition,   getAttribute,   getAttributeNS,   getAttributeNode,   getAttributeNodeNS,   getAttributes,   getBaseURI,   getChildNodes,   getElementsByTagName,   getElementsByTagNameNS,   getFeature,   getFirstChild,   getLastChild,   getLength,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeType,   getNodeValue,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   getSchemaTypeInfo,   getTagName,   getTextContent,   getUserData,   getUserObject,   hasAttribute,   hasAttributeNS,   hasAttributes,   hasChildNodes,   insertBefore,   isDefaultNamespace,   isEqualNode,   isSameNode,   isSupported,   item,   lookupNamespaceURI,   lookupPrefix,   normalize,   removeAttribute,   removeAttributeNS,   removeAttributeNode,   removeChild,   replaceChild,   setAttribute,   setAttributeNS,   setAttributeNode,   setAttributeNodeNS,   setIdAttribute,   setIdAttributeNS,   setIdAttributeNode,   setNodeValue,   setPrefix,   setTextContent,   setUserData,   setUserObject
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.imageio.metadata.IIOAttr Detail:
 public String getName() 
 public String getNodeName() 
 public short getNodeType() 
 public String getNodeValue() 
 public Element getOwnerElement() 
 public boolean getSpecified() 
 public String getValue() 
 public boolean isId() 
    This method is new in the DOM L3 for Attr interface. Could throw DOMException here, but its probably OK to always return false. One reason for this, is we have no good way to document this exception, since this class, IIOAttr, is not a public class. The rest of the methods that throw DOMException are publically documented as such on IIOMetadataNode.
 public  void setNodeValue(String value) 
 public  void setOwnerElement(Element owner) 
 public  void setValue(String value)