org.dom4j.dom
public class DOMAttribute extends DefaultAttribute implements Attr
DOMAttribute
implements a doubly linked attribute which
supports the W3C DOM API.
Version: $Revision: 1.14 $
Constructor Summary | |
---|---|
DOMAttribute(QName qname) | |
DOMAttribute(QName qname, String value) | |
DOMAttribute(Element parent, QName qname, String value) |
Method Summary | |
---|---|
Node | appendChild(Node newChild) |
Node | cloneNode(boolean deep) |
NamedNodeMap | getAttributes() |
NodeList | getChildNodes() |
Node | getFirstChild() |
Node | getLastChild() |
String | getLocalName() |
String | getNamespaceURI() |
Node | getNextSibling() |
String | getNodeName() |
String | getNodeValue() |
Document | getOwnerDocument() |
Element | getOwnerElement() |
Node | getParentNode() |
String | getPrefix() |
Node | getPreviousSibling() |
boolean | getSpecified() |
boolean | hasAttributes() |
boolean | hasChildNodes() |
Node | insertBefore(Node newChild, Node refChild) |
boolean | isSupported(String feature, String version) |
void | normalize() |
Node | removeChild(Node oldChild) |
Node | replaceChild(Node newChild, Node oldChild) |
void | setNodeValue(String nodeValue) |
void | setPrefix(String prefix) |
boolean | supports(String feature, String version) |