Uses of Class
org.dom4j.bean.BeanAttribute
Packages that use BeanAttribute
Package
Description
An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.
-
Uses of BeanAttribute in org.dom4j.bean
Fields in org.dom4j.bean declared as BeanAttributeModifier and TypeFieldDescriptionprivate BeanAttribute[]
BeanAttributeList.attributes
The attributesMethods in org.dom4j.bean that return BeanAttributeModifier and TypeMethodDescriptionBeanAttributeList.attribute
(int index) protected BeanAttribute
BeanAttributeList.createAttribute
(BeanElement element, int index) BeanAttributeList.get
(int index) BeanAttributeList.remove
(int index) BeanAttributeList.set
(int index, BeanAttribute object) Methods in org.dom4j.bean with parameters of type BeanAttributeModifier and TypeMethodDescriptionvoid
BeanAttributeList.add
(int index, BeanAttribute object) boolean
BeanAttributeList.add
(BeanAttribute object) BeanAttributeList.set
(int index, BeanAttribute object)