public class BeanElement extends AbstractElement
Element.ElementType
Constructor and Description |
---|
BeanElement()
Creates a BeanElement.
|
Modifier and Type | Method and Description |
---|---|
void |
addConstuctorArgument(Object argu)
Add bean constructor arguments.
|
void |
doElementStart()
On start of element create the element object, filled from the bean.class attribute.
|
addChild, doCharacters, doComment, doElementEnd, doElementRun, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getElementType, getLanguageContext, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageContext, setParent
public void doElementStart() throws ElementException
doElementStart
in interface Element
doElementStart
in class AbstractElement
ElementException
- When bean could not be created.Element.doElementStart()
public void addConstuctorArgument(Object argu)
argu
- The argument to add to constructor.Copyright © 2004-2013 X4O. All Rights Reserved.