|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BeanDocument in net.beandocument |
Fields in net.beandocument declared as BeanDocument | |
protected BeanDocument |
BeanBaseNode.owner
Owner document for this node |
Methods in net.beandocument with parameters of type BeanDocument | |
protected void |
BeanElementFactory.setOwner(BeanDocument owner)
Sets the owner for the factory |
Constructors in net.beandocument with parameters of type BeanDocument | |
BeanSimpleTypeElement(BeanDocument owner,
BeanBaseNode parent,
java.lang.String tagName,
java.lang.Object bean)
Constructor for a new simple type bean element |
|
BeanObjectElement(BeanDocument owner,
BeanBaseNode parent,
java.lang.String tagName,
java.lang.Object bean)
Constructs a new Element based on the given object |
|
BeanMapElement(BeanDocument owner,
BeanBaseNode parent,
java.lang.String tagName,
java.lang.Object bean)
Creates a new collection element |
|
BeanElement(BeanDocument owner,
BeanBaseNode parent,
java.lang.String tagName,
java.lang.Object bean)
Constructor for a new Bean Element |
|
BeanDocumentFragment(BeanDocument owner)
Constructor for a new document fragment |
|
BeanCollectionElement(BeanDocument owner,
BeanBaseNode parent,
java.lang.String tagName,
java.lang.Object base)
Creates a new collection element |
|
BeanBaseNode(BeanDocument owner,
BeanBaseNode parent)
Default Constructor |
|
BeanAttribute(BeanDocument owner,
BeanBaseNode parent,
java.lang.String name,
java.lang.String value)
Constructs a new Attribute based on the given object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |