| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Attr | |
| 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) which is a component API of the Java API for XML Processing. | 
| Uses of Attr in javax.imageio.metadata | 
| Methods in javax.imageio.metadata that return Attr | |
 Attr | 
IIOMetadataNode.getAttributeNode(String name)
 | 
 Attr | 
IIOMetadataNode.getAttributeNodeNS(String namespaceURI,
                   String localName)
Equivalent to getAttributeNode(localName). | 
 Attr | 
IIOMetadataNode.setAttributeNode(Attr newAttr)
 | 
 Attr | 
IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
Equivalent to setAttributeNode(newAttr). | 
 Attr | 
IIOMetadataNode.removeAttributeNode(Attr oldAttr)
 | 
| Methods in javax.imageio.metadata with parameters of type Attr | |
 Attr | 
IIOMetadataNode.setAttributeNode(Attr newAttr)
 | 
 Attr | 
IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
Equivalent to setAttributeNode(newAttr). | 
 Attr | 
IIOMetadataNode.removeAttributeNode(Attr oldAttr)
 | 
| Uses of Attr in org.w3c.dom | 
| Methods in org.w3c.dom that return Attr | |
 Attr | 
Document.createAttribute(String name)
Creates an Attr of the given name. | 
 Attr | 
Document.createAttributeNS(String namespaceURI,
                  String qualifiedName)
Creates an attribute of the given qualified name and namespace URI.  | 
 Attr | 
Element.getAttributeNode(String name)
Retrieves an attribute node by name.  | 
 Attr | 
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node.  | 
 Attr | 
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node.  | 
 Attr | 
Element.getAttributeNodeNS(String namespaceURI,
                   String localName)
Retrieves an Attr node by local name and namespace URI. | 
 Attr | 
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute.  | 
| Methods in org.w3c.dom with parameters of type Attr | |
 Attr | 
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node.  | 
 Attr | 
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node.  | 
 Attr | 
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.