| Frames | No Frames |
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 | UnImplNode.createAttribute(String name) Unimplemented. |
| Attr | UnImplNode.createAttributeNS(String namespaceURI, String qualifiedName) Unimplemented. |
| Attr | UnImplNode.getAttributeNode(String name) Unimplemented. |
| Attr | UnImplNode.getAttributeNodeNS(String namespaceURI, String localName) Unimplemented. |
| Attr | Unimplemented. |
| Attr | Unimplemented. |
| Attr | Unimplemented. |
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 | 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 | Removes the specified attribute node. |
| Attr | Adds a new attribute node. |
| Attr | Adds a new attribute. |
Classes implementing org.w3c.dom.Attr | |
| class | This is a kluge to let us shove a declaration for xml: into the
DOM2DTM model. |
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 | DTMNodeProxy.createAttribute(String name) |
| Attr | DTMNodeProxy.createAttributeNS(String namespaceURI, String qualifiedName) |
| Attr | DTMNodeProxy.getAttributeNode(String name) |
| Attr | DTMNodeProxy.getAttributeNodeNS(String namespaceURI, String localName) |
| Attr | |
| Attr | |
| Attr | |