Class AttributeAliasElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.eld.lang.AttributeAliasElement
- All Implemented Interfaces:
Element
AttributeAliasElement add the defines alias to the parent element attribute.
- Version:
- 1.0 Aug 23, 2006
- 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
Add the xml attribute 'name' to ElementClassAttribute as attribute alias.Methods inherited from class org.x4o.xml.element.AbstractElement
addChild, doCharacters, doComment, doElementRun, doElementStart, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getElementType, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageSession, setParent
-
Constructor Details
-
AttributeAliasElement
public AttributeAliasElement()
-
-
Method Details
-
doElementEnd
Add the xml attribute 'name' to ElementClassAttribute as attribute alias.- Specified by:
doElementEnd
in interfaceElement
- Overrides:
doElementEnd
in classAbstractElement
- Throws:
ElementException
- When name attribute is not set or when parent element object is not ElementClassAttribute interface.- See Also:
-