org.apache.ecs
Interface AttributeRegistry
- All Known Implementing Classes:
- Element
- public abstract interface AttributeRegistry
Interface for Elements that need to implement an Attribute Registry.
- Version:
- $Id: AttributeRegistry.java,v 1.1.1.1 1999/04/20 01:18:57 jonbolt Exp $
- Author:
- Stephan Nagy, Jon S. Stevens
addAttribute
public void addAttribute(java.lang.String name,
java.lang.Object element)
removeAttribute
public void removeAttribute(java.lang.String name)
hasAttribute
public boolean hasAttribute(java.lang.String name)