org.dom4j.bean (dom4j 1.6.1 API)

dom4j API


Package org.dom4j.bean

An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.

See:           Description

Class Summary
BeanAttribute BeanAttribute represents a mutable XML attribute which is backed by a property of the JavaBean of its parent element.
BeanAttributeList BeanAttributeList implements a list of Attributes which are the properties of a JavaBean.
BeanDocumentFactory BeanDocumentFactory is a factory of DOM4J objects which may be BeanElements which are backed by JavaBeans and their properties.
BeanElement BeanElement uses a Java Bean to store its attributes.
BeanMetaData BeanMetaData contains metadata about a bean class.
 

Package org.dom4j.bean Description

An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.