Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
org.w3c.dom.Attr

Packages that use Attr
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) 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
Modifier and Type Method and Description
 Attr IIOMetadataNode.getAttributeNode(String name)
           
 Attr IIOMetadataNode.getAttributeNodeNS(String namespaceURI, String localName)
          Equivalent to getAttributeNode(localName).
 Attr IIOMetadataNode.removeAttributeNode(Attr oldAttr)
           
 Attr IIOMetadataNode.setAttributeNode(Attr newAttr)
           
 Attr IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
          Equivalent to setAttributeNode(newAttr).
 

Methods in javax.imageio.metadata with parameters of type Attr
Modifier and Type Method and Description
 Attr IIOMetadataNode.removeAttributeNode(Attr oldAttr)
           
 Attr IIOMetadataNode.setAttributeNode(Attr newAttr)
           
 Attr IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
          Equivalent to setAttributeNode(newAttr).
 void IIOMetadataNode.setIdAttributeNode(Attr idAttr, boolean isId)
          This DOM Level 3 method is not supported for IIOMetadataNode and will throw a DOMException.
 

Uses of Attr in org.w3c.dom
 

Methods in org.w3c.dom that return Attr
Modifier and Type Method and Description
 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.getAttributeNodeNS(String namespaceURI, String localName)
          Retrieves an Attr node by local name and namespace URI.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute node.
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute node.
 Attr Element.setAttributeNodeNS(Attr newAttr)
          Adds a new attribute.
 

Methods in org.w3c.dom with parameters of type Attr
Modifier and Type Method and Description
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute node.
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute node.
 Attr Element.setAttributeNodeNS(Attr newAttr)
          Adds a new attribute.
 void Element.setIdAttributeNode(Attr idAttr, boolean isId)
          If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.