Class ELIDAttributeHandler
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementConfigurator
org.x4o.xml.element.AbstractElementNamespaceAttribute
org.x4o.xml.lang.meta.ELIDAttributeHandler
- All Implemented Interfaces:
ElementConfigurator, ElementMetaBase, ElementNamespaceAttribute
Stores an ElementObject into the EL context.
- Version:
- 1.0 Aug 23, 2006
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoConfigElement(Element element) Gets called for configuring the given Element.Methods inherited from class AbstractElementNamespaceAttribute
addNextAttribute, getAttributeName, getNextAttributes, removeNextAttribute, setAttributeNameMethods inherited from class AbstractElementConfigurator
isConfigAction, setConfigActionMethods inherited from class AbstractElementMetaBase
getDescription, getId, setDescription, setIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementConfigurator
isConfigActionMethods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
ELIDAttributeHandler
public ELIDAttributeHandler()
-
-
Method Details
-
doConfigElement
Description copied from interface:ElementConfiguratorGets called for configuring the given Element.- Parameters:
element- The element to config.- Throws:
ElementConfiguratorException- Is thrown which error is done.- See Also:
-