Class NextAttributeElement
java.lang.Object
org.x4o.xml.element.AbstractElement
org.x4o.xml.eld.lang.NextAttributeElement
- All Implemented Interfaces:
Element
NextAttributeElement.
Parses the attributeName and adds it to the ElementClass
Parses the attributeName and adds it to the ElementClass
- Version:
- 1.0 Feb 19, 2007
- 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
This method is fired only once in the run phase.Methods inherited from class org.x4o.xml.element.AbstractElement
addChild, doCharacters, doComment, doElementEnd, doElementStart, doIgnorableWhitespace, getAllChilderen, getAttributes, getChilderen, getElementClass, getElementObject, getElementType, getLanguageSession, getParent, isTransformingTree, release, removeChild, setAttribute, setElementClass, setElementObject, setLanguageSession, setParent
-
Constructor Details
-
NextAttributeElement
public NextAttributeElement()
-
-
Method Details
-
doElementRun
Description copied from interface:Element
This method is fired only once in the run phase.- Specified by:
doElementRun
in interfaceElement
- Overrides:
doElementRun
in classAbstractElement
- Throws:
ElementException
- Can be thrown when structure is not correct.- See Also:
-