org.dom4j.tree
public abstract class AbstractAttribute extends AbstractNode implements Attribute
AbstractNamespace
is an abstract base class for tree
implementors to use for implementation inheritence.
Version: $Revision: 1.21 $
Method Summary | |
---|---|
void | accept(Visitor visitor) |
String | asXML() |
protected Node | createXPathResult(Element parent) |
Object | getData() |
String | getName() |
Namespace | getNamespace() |
String | getNamespacePrefix() |
String | getNamespaceURI() |
short | getNodeType() |
String | getPath(Element context) |
String | getQualifiedName() |
String | getText() |
String | getUniquePath(Element context) |
void | setData(Object data) |
void | setNamespace(Namespace namespace) |
void | setText(String text) |
void | setValue(String value) |
String | toString() |
void | write(Writer writer) |