Class BeanElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.eld.lang.BeanElement
- All Implemented Interfaces:
Element
BeanElement fills it elementObject from source with the bean.class attribute.
- Version:
- 1.0 Jan 21, 2007
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.x4o.xml.element.Element
Element.ElementType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConstuctorArgument
(Object argu) Add bean constructor arguments.void
On start of element create the element object, filled from the bean.class attribute.Methods inherited from class org.x4o.xml.element.AbstractElement
addChild, doCharacters, doComment, doElementEnd, doElementRun, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getElementType, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageSession, setParent
-
Constructor Details
-
BeanElement
public BeanElement()Creates a BeanElement.
-
-
Method Details
-
doElementStart
On start of element create the element object, filled from the bean.class attribute.- Specified by:
doElementStart
in interfaceElement
- Overrides:
doElementStart
in classAbstractElement
- Throws:
ElementException
- When bean could not be created.- See Also:
-
addConstuctorArgument
Add bean constructor arguments.- Parameters:
argu
- The argument to add to constructor.
-