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 org.x4o.xml.element.Element
Element.ElementType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doCharacters
(String characters) The description elememt body characters are stored as element object.void
Ends the description element and sets the description on the parent.void
Starts the description element and validates that it is not root and parent is meta base.Methods inherited from class org.x4o.xml.element.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:
doElementStart
in interfaceElement
- Overrides:
doElementStart
in 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:
doCharacters
in interfaceElement
- Overrides:
doCharacters
in 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:
doElementEnd
in interfaceElement
- Overrides:
doElementEnd
in classAbstractElement
- Throws:
ElementException
- When parent element object is not meta base object.- See Also:
-