Interface ElementNamespaceAttribute

All Superinterfaces:
ElementConfigurator, ElementMetaBase
All Known Implementing Classes:
AbstractElementNamespaceAttribute, ELIDAttributeHandler

public interface ElementNamespaceAttribute extends ElementConfigurator
Handlers attributes for xml attributes of all elements processed.
Version:
1.0 Aug 20, 2005
Author:
Willem Cazander
  • Method Details

    • getAttributeName

      String getAttributeName()
      Gets the attribute name this attribute handler handles.
      Returns:
      Returns the attributes name of this attribute handler.
    • setAttributeName

      void setAttributeName(String attributeName)
      Sets the attribute name this attribute handler handles.
      Parameters:
      attributeName - The attribute to handle.
    • addNextAttribute

      void addNextAttribute(String attribute)
      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

      void removeNextAttribute(String attribute)
      Removes an next attribute.
      Parameters:
      attribute - Removes this next attribute.
    • getNextAttributes

      List<String> getNextAttributes()
      Get all next attributes.
      Returns:
      Returns the list of all next attributes.