Class DescriptionElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.eld.lang.DescriptionElement
- All Implemented Interfaces:
Element
Fills all the ElementDescription which the description.
- Version:
- 1.0 Jan 13, 2009
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from interface Element
Element.ElementType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoCharacters(String characters) The description elememt body characters are stored as element object.voidEnds the description element and sets the description on the parent.voidStarts the description element and validates that it is not root and parent is meta base.Methods inherited from class AbstractElement
addChild, doComment, doElementRun, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getElementType, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageSession, setParent
-
Constructor Details
-
DescriptionElement
public DescriptionElement()
-
-
Method Details
-
doElementStart
Starts the description element and validates that it is not root and parent is meta base.- Specified by:
doElementStartin interfaceElement- Overrides:
doElementStartin classAbstractElement- Throws:
ElementException- When parent element object is not meta base object.- See Also:
-
doCharacters
The description elememt body characters are stored as element object.- Specified by:
doCharactersin interfaceElement- Overrides:
doCharactersin classAbstractElement- Parameters:
characters- The text of the description.- Throws:
ElementException- When super has error.- See Also:
-
doElementEnd
Ends the description element and sets the description on the parent.- Specified by:
doElementEndin interfaceElement- Overrides:
doElementEndin classAbstractElement- Throws:
ElementException- When parent element object is not meta base object.- See Also:
-