Uses of Class
net.beandocument.BeanElementFactory

Uses of BeanElementFactory in net.beandocument
 

Fields in net.beandocument declared as BeanElementFactory
protected  BeanElementFactory BeanDocument.elementFactory
          Element factory to use for creating new child nodes
 

Methods in net.beandocument that return BeanElementFactory
protected  BeanElementFactory BeanBaseNode.getElementFactory()
          Helper function to retrieve the current bean element factory instance
 

Constructors in net.beandocument with parameters of type BeanElementFactory
BeanDocument(BeanElementFactory elementFactory, java.lang.Object bean)
          Creates a new document based on the given bean