org.dom4j.bean
public class BeanDocumentFactory extends DocumentFactory
BeanDocumentFactory is a factory of DOM4J objects which may be
BeanElements which are backed by JavaBeans and their properties.
The tree built allows full XPath expressions from anywhere on the tree.
Version: $Revision: 1.14 $
| Method Summary | |
|---|---|
| Attribute | createAttribute(Element owner, QName qname, String value) |
| protected Object | createBean(QName qname) |
| protected Object | createBean(QName qname, Attributes attributes) |
| Element | createElement(QName qname) |
| Element | createElement(QName qname, Attributes attributes) |
| static DocumentFactory | getInstance() Access to the singleton instance of this factory. |
| protected void | handleException(Exception e) |
Access to the singleton instance of this factory.
Returns: the default singleon instance