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 TypeMethodDescriptionvoidaddNextAttribute(String attribute) Adds an NextAttribute.Gets the attribute name this attribute handler handles.Get all next attributes.voidremoveNextAttribute(String attribute) Removes an next attribute.voidsetAttributeName(String attributeName) Sets the attribute name this attribute handler handles.Methods inherited from interface ElementConfigurator
doConfigElement, isConfigActionMethods inherited from interface 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
-