Interface ElementNamespaceAttribute
- All Superinterfaces:
ElementConfigurator
,ElementMetaBase
- All Known Implementing Classes:
AbstractElementNamespaceAttribute
,ELIDAttributeHandler
Handlers attributes for xml attributes of all elements processed.
- Version:
- 1.0 Aug 20, 2005
- Author:
- Willem Cazander
-
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 interface org.x4o.xml.element.ElementConfigurator
doConfigElement, isConfigAction
Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Method Details
-
getAttributeName
String getAttributeName()Gets the attribute name this attribute handler handles.- Returns:
- Returns the attributes name of this attribute handler.
-
setAttributeName
Sets the attribute name this attribute handler handles.- Parameters:
attributeName
- The attribute to handle.
-
addNextAttribute
Adds an NextAttribute. There next attributes will defines the order in which the ElementNamespaceAttribute are executed.- Parameters:
attribute
- Add attribute which be will processed after this one.
-
removeNextAttribute
Removes an next attribute.- Parameters:
attribute
- Removes this next attribute.
-
getNextAttributes
-