org.dom4j.tree
public class BaseElement extends AbstractElement
BaseElement
is a useful base class for implemementation
inheritence of an XML element.
Version: $Revision: 1.9 $
Field Summary | |
---|---|
protected List | attributes list of attributes |
protected List | content List of content nodes. |
Constructor Summary | |
---|---|
BaseElement(String name) | |
BaseElement(QName qname) | |
BaseElement(String name, Namespace namespace) |
Method Summary | |
---|---|
protected List | attributeList() |
protected List | attributeList(int size) |
void | clearContent() |
protected List | contentList() |
Document | getDocument() |
Element | getParent() |
QName | getQName() |
protected void | setAttributeList(List attributeList) |
void | setAttributes(List attributes) |
void | setContent(List content) |
void | setDocument(Document document) |
void | setParent(Element parent) |
void | setQName(QName name) |
boolean | supportsParent() |