Class AbstractElementNamespaceAttribute
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementConfigurator
org.x4o.xml.element.AbstractElementNamespaceAttribute
- All Implemented Interfaces:
ElementConfigurator
,ElementMetaBase
,ElementNamespaceAttribute
- Direct Known Subclasses:
ELIDAttributeHandler
public abstract class AbstractElementNamespaceAttribute
extends AbstractElementConfigurator
implements ElementNamespaceAttribute
An AbstractElementNamespaceAttribute.
- Version:
- 1.0 Aug 10, 2006
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNextAttribute
(String attribute) Adds an NextAttribute.Gets the attribute name this attribute handler handles.Get all next attributes.void
removeNextAttribute
(String attribute) Removes an next attribute.void
setAttributeName
(String attributeName) Sets the attribute name this attribute handler handles.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
doConfigElement, isConfigAction
Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
AbstractElementNamespaceAttribute
public AbstractElementNamespaceAttribute()
-
-
Method Details
-
addNextAttribute
Description copied from interface:ElementNamespaceAttribute
Adds an NextAttribute. There next attributes will defines the order in which the ElementNamespaceAttribute are executed.- Specified by:
addNextAttribute
in interfaceElementNamespaceAttribute
- Parameters:
attribute
- Add attribute which be will processed after this one.- See Also:
-
removeNextAttribute
Description copied from interface:ElementNamespaceAttribute
Removes an next attribute.- Specified by:
removeNextAttribute
in interfaceElementNamespaceAttribute
- Parameters:
attribute
- Removes this next attribute.- See Also:
-
getNextAttributes
Description copied from interface:ElementNamespaceAttribute
Get all next attributes.- Specified by:
getNextAttributes
in interfaceElementNamespaceAttribute
- Returns:
- Returns the list of all next attributes.
- See Also:
-
getAttributeName
Description copied from interface:ElementNamespaceAttribute
Gets the attribute name this attribute handler handles.- Specified by:
getAttributeName
in interfaceElementNamespaceAttribute
- Returns:
- Returns the attributes name of this attribute handler.
- See Also:
-
setAttributeName
Description copied from interface:ElementNamespaceAttribute
Sets the attribute name this attribute handler handles.- Specified by:
setAttributeName
in interfaceElementNamespaceAttribute
- Parameters:
attributeName
- The attribute to handle.- See Also:
-