Class PropertyElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.lang.meta.PropertyElement
- All Implemented Interfaces:
Element
An PropertyElement.
- Version:
- 1.0 Feb 14, 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
-
PropertyElement
public PropertyElement()
-
-
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:
-