Uses of Interface org.w3c.dom.Attr

Uses in package gnu.xml.dom.ls

Methods with return type org.w3c.dom.Attr

Attr

Uses in package javax.imageio.metadata

Methods with parameter type org.w3c.dom.Attr

Attr
Attr
Attr
void
IIOMetadataNode.setIdAttributeNode(Attr idAttr, boolean isId)

Methods with return type org.w3c.dom.Attr

Attr
Attr
IIOMetadataNode.getAttributeNodeNS(String namespaceURI, String localName)
Attr
Attr
Attr

Uses in package gnu.xml.libxmlj.dom

Methods with return type org.w3c.dom.Attr

Attr
Creates an Attr of the given name.
Attr
GnomeDocument.createAttributeNS(String namespaceURI, String qualifiedName)
Creates an attribute of the given qualified name and namespace URI.

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.

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.Attr

class
"Attr" implementation.

Methods with parameter type org.w3c.dom.Attr

Attr
DOM L1 Removes the appropriate attribute node; the name is the nodeName property of the attribute.
Attr
DOM L1 Stores the specified attribute, optionally overwriting any existing one with that name.
Attr
DOM L2 Stores the specified attribute, optionally overwriting any existing one with that name.
void
DomElement.setIdAttributeNode(Attr attr, 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
DOM L1 Returns a newly created attribute with the specified name.
Attr
DOM L2 Returns a newly created attribute with the specified name and namespace information.
Attr
DOM L1 Returns the appropriate attribute node; the name is the nodeName property of the attribute.
Attr
DomElement.getAttributeNodeNS(String namespace, String localPart)
DOM L2 Returns the appropriate attribute node; the name combines the namespace name and the local part.
Attr
DOM L1 Removes the appropriate attribute node; the name is the nodeName property of the attribute.
Attr
DOM L1 Stores the specified attribute, optionally overwriting any existing one with that name.
Attr
DOM L2 Stores the specified attribute, optionally overwriting any existing one with that name.