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 TypeMethodDescriptionvoid
doConfigElement
(Element element) Gets called for configuring the given Element.Methods inherited from class org.x4o.xml.element.AbstractElementNamespaceAttribute
addNextAttribute, getAttributeName, getNextAttributes, removeNextAttribute, setAttributeName
Methods inherited from class org.x4o.xml.element.AbstractElementConfigurator
isConfigAction, setConfigAction
Methods inherited from class org.x4o.xml.element.AbstractElementMetaBase
getDescription, getId, setDescription, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.x4o.xml.element.ElementConfigurator
isConfigAction
Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
ELIDAttributeHandler
public ELIDAttributeHandler()
-
-
Method Details
-
doConfigElement
Description copied from interface:ElementConfigurator
Gets called for configuring the given Element.- Parameters:
element
- The element to config.- Throws:
ElementConfiguratorException
- Is thrown which error is done.- See Also:
-