Class ELReferenceElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.lang.meta.ELReferenceElement
- All Implemented Interfaces:
Element
An ELReferenceElement.
Fills the ElementObject with an object from el.
Fills the ElementObject with an object from el.
- Version:
- 1.0 Jan 23, 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
This method is fired only once in the run phase.Methods inherited from class org.x4o.xml.element.AbstractElement
addChild, doCharacters, doComment, doElementEnd, doElementStart, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getElementType, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageSession, setParent
-
Constructor Details
-
ELReferenceElement
public ELReferenceElement()
-
-
Method Details
-
doElementRun
Description copied from interface:Element
This method is fired only once in the run phase.- Specified by:
doElementRun
in interfaceElement
- Overrides:
doElementRun
in classAbstractElement
- Throws:
ElementException
- Can be thrown when structure is not correct.- See Also:
-