Uses of Class
org.dom4j.bean.BeanAttributeList
-
Packages that use BeanAttributeList Package Description org.dom4j.bean An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element. -
-
Uses of BeanAttributeList in org.dom4j.bean
Fields in org.dom4j.bean declared as BeanAttributeList Modifier and Type Field Description private BeanAttributeList
BeanAttribute. beanList
The list of Bean attributesMethods in org.dom4j.bean that return BeanAttributeList Modifier and Type Method Description BeanAttributeList
BeanMetaData. createAttributeList(BeanElement parent)
protected BeanAttributeList
BeanElement. getBeanAttributeList()
Constructors in org.dom4j.bean with parameters of type BeanAttributeList Constructor Description BeanAttribute(BeanAttributeList beanList, int index)
-