Provides a DOM Level 1 document of any Java bean implementation.
This package is a simple implementation to wrap a Java bean into a DOM document. All public bean properties and methods
that result a simple value are exposed to the DOM object and can be accessed from the parser. Use the
BeanDocumentBuilder
class to create new document using any Java bean.
@see net.beandocument.BeanDocumentBuilder#getDocument(Object)