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.attributesThe attributesMethods in org.dom4j.bean that return BeanAttributeModifier and TypeMethodDescriptionBeanAttributeList.attribute(int index) protected BeanAttributeBeanAttributeList.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 TypeMethodDescriptionvoidBeanAttributeList.add(int index, BeanAttribute object) booleanBeanAttributeList.add(BeanAttribute object) BeanAttributeList.set(int index, BeanAttribute object)