Class ParentObjectElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.lang.meta.ParentObjectElement
- All Implemented Interfaces:
Element
An ParentObjectElement.
This Element only uses its parent ElementObject.
This Element only uses its parent ElementObject.
- Version:
- 1.0 Feb 14, 2007
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from interface Element
Element.ElementType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGives back the object this Element has made and configed.
So other elements can do stuff to that object.voidsetElementObject(Object object) Sets the object which we control.Methods inherited from class AbstractElement
addChild, doCharacters, doComment, doElementEnd, doElementRun, doElementStart, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementType, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setLanguageSession, setParent
-
Constructor Details
-
ParentObjectElement
public ParentObjectElement()
-
-
Method Details
-
getElementObject
Description copied from interface:ElementGives back the object this Element has made and configed.
So other elements can do stuff to that object.- Specified by:
getElementObjectin interfaceElement- Overrides:
getElementObjectin classAbstractElement- Returns:
- An Object.
- See Also:
-
setElementObject
Description copied from interface:ElementSets the object which we control.- Specified by:
setElementObjectin interfaceElement- Overrides:
setElementObjectin classAbstractElement- Parameters:
object- The object to configed by this element.- See Also:
-