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 BeanAttributeListBeanAttribute. beanListThe list of Bean attributesMethods in org.dom4j.bean that return BeanAttributeList Modifier and Type Method Description BeanAttributeListBeanMetaData. createAttributeList(BeanElement parent)protected BeanAttributeListBeanElement. getBeanAttributeList()Constructors in org.dom4j.bean with parameters of type BeanAttributeList Constructor Description BeanAttribute(BeanAttributeList beanList, int index)
-