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 Element
Element.ElementType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the xml attribute 'name' to ElementClassAttribute as attribute alias.Methods inherited from class 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:
doElementEndin interfaceElement- Overrides:
doElementEndin classAbstractElement- Throws:
ElementException- When name attribute is not set or when parent element object is not ElementClassAttribute interface.- See Also:
-