public class DescriptionElement extends AbstractElement
Element.ElementType
Constructor and Description |
---|
DescriptionElement() |
Modifier and Type | Method and Description |
---|---|
void |
doCharacters(String characters)
The description elememt body characters are stored as element object.
|
void |
doElementEnd()
Ends the description element and sets the description on the parent.
|
void |
doElementStart()
Starts the description element and validates that it is not root and parent is meta base.
|
addChild, doComment, 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 parent element object is not meta base object.AbstractElement.doElementStart()
public void doCharacters(String characters) throws ElementException
doCharacters
in interface Element
doCharacters
in class AbstractElement
characters
- The text of the description.ElementException
- When super has error.AbstractElement.doCharacters(java.lang.String)
public void doElementEnd() throws ElementException
doElementEnd
in interface Element
doElementEnd
in class AbstractElement
ElementException
- When parent element object is not meta base object.AbstractElement.doElementEnd()
Copyright © 2004-2013 X4O. All Rights Reserved.