Uses of Interface org.w3c.dom.Attr

Uses in package javax.imageio.metadata

Methods with parameter type org.w3c.dom.Attr

Attr
Removes the specified attribute node.
Attr
Adds a new attribute node.
Attr
Adds a new attribute.
void
IIOMetadataNode.setIdAttributeNode(Attr idAttr, boolean isId)
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .

Methods with return type org.w3c.dom.Attr

Attr
Retrieves an attribute node by name.
Attr
IIOMetadataNode.getAttributeNodeNS(String namespaceURI, String localName)
Retrieves an Attr node by local name and namespace URI.
Attr
Removes the specified attribute node.
Attr
Adds a new attribute node.
Attr
Adds a new attribute.

Uses in package org.w3c.dom

Methods with parameter type org.w3c.dom.Attr

Attr
Removes the specified attribute node.
Attr
Adds a new attribute node.
Attr
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 .

Methods with return type org.w3c.dom.Attr

Attr
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
Retrieves an attribute node by name.
Attr
Element.getAttributeNodeNS(String namespaceURI, String localName)
Retrieves an Attr node by local name and namespace URI.
Attr
Removes the specified attribute node.
Attr
Adds a new attribute node.
Attr
Adds a new attribute.