Uses of Interface org.w3c.dom.Attr

Uses in package org.apache.xml.utils

Methods with parameter type org.w3c.dom.Attr

String
Returns the attribute name with the namespace prefix (if any) replaced by the Namespace URI it was bound to.
Attr
Unimplemented.
Attr
Unimplemented.
Attr
Unimplemented.

Methods with return type org.w3c.dom.Attr

Attr
Unimplemented.
Attr
UnImplNode.createAttributeNS(String namespaceURI, String qualifiedName)
Unimplemented.
Attr
Unimplemented.
Attr
UnImplNode.getAttributeNodeNS(String namespaceURI, String localName)
Unimplemented.
Attr
Unimplemented.
Attr
Unimplemented.
Attr
Unimplemented.

Uses in package org.apache.xml.dtm.ref.dom2dtm

Classes implementing org.w3c.dom.Attr

class
This is a kluge to let us shove a declaration for xml: into the DOM2DTM model.

Uses in package org.apache.xml.dtm.ref

Classes implementing org.w3c.dom.Attr

class
DTMNodeProxy presents a DOM Node API front-end to the DTM model.

Methods with parameter type org.w3c.dom.Attr

Attr
Attr
Attr

Methods with return type org.w3c.dom.Attr

Attr
Attr
DTMNodeProxy.createAttributeNS(String namespaceURI, String qualifiedName)
Attr
Attr
DTMNodeProxy.getAttributeNodeNS(String namespaceURI, String localName)
Attr
Attr
Attr

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.

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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.