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 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 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
doConfigElement, isConfigActionMethods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
AbstractElementNamespaceAttribute
public AbstractElementNamespaceAttribute()
-
-
Method Details
-
addNextAttribute
Description copied from interface:ElementNamespaceAttributeAdds an NextAttribute. There next attributes will defines the order in which the ElementNamespaceAttribute are executed.- Specified by:
addNextAttributein interfaceElementNamespaceAttribute- Parameters:
attribute- Add attribute which be will processed after this one.- See Also:
-
removeNextAttribute
Description copied from interface:ElementNamespaceAttributeRemoves an next attribute.- Specified by:
removeNextAttributein interfaceElementNamespaceAttribute- Parameters:
attribute- Removes this next attribute.- See Also:
-
getNextAttributes
Description copied from interface:ElementNamespaceAttributeGet all next attributes.- Specified by:
getNextAttributesin interfaceElementNamespaceAttribute- Returns:
- Returns the list of all next attributes.
- See Also:
-
getAttributeName
Description copied from interface:ElementNamespaceAttributeGets the attribute name this attribute handler handles.- Specified by:
getAttributeNamein interfaceElementNamespaceAttribute- Returns:
- Returns the attributes name of this attribute handler.
- See Also:
-
setAttributeName
Description copied from interface:ElementNamespaceAttributeSets the attribute name this attribute handler handles.- Specified by:
setAttributeNamein interfaceElementNamespaceAttribute- Parameters:
attributeName- The attribute to handle.- See Also:
-