Class DefaultElementBodyWhitespace
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.element.DefaultElementBodyWhitespace
- All Implemented Interfaces:
Element
DefaultElementBodyWhitespace the default white space element.
- Version:
- 1.0 Feb 15, 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
Methods inherited from class org.x4o.xml.element.AbstractElement
addChild, doCharacters, doComment, doElementEnd, doElementRun, doElementStart, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageSession, setParent
-
Constructor Details
-
DefaultElementBodyWhitespace
public DefaultElementBodyWhitespace()
-
-
Method Details
-
getElementType
Description copied from interface:Element
Gets the Element type.- Specified by:
getElementType
in interfaceElement
- Overrides:
getElementType
in classAbstractElement
- Returns:
- Returns the whitespace element type.
- See Also:
-