org.dom4j.bean
public class BeanAttribute extends AbstractAttribute
BeanAttribute
represents a mutable XML attribute which is
backed by a property of the JavaBean of its parent element.
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
BeanAttribute(BeanAttributeList beanList, int index) |
Method Summary | |
---|---|
Object | getData() |
Element | getParent() |
QName | getQName() |
String | getValue() |
void | setData(Object data) |
void | setValue(String data) |