public abstract class HTMLTagAttributes extends java.lang.Object implements HTMLTagElement, java.io.Serializable
HTMLTagAttributes objects generate the following events:
| Constructor and Description | 
|---|
| HTMLTagAttributes()Constructs a default HTMLTagAttributes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPropertyChangeListener(java.beans.PropertyChangeListener listener)Adds a PropertyChangeListener. | 
| java.util.Properties | getAttributes()Returns the attribute properties object. | 
| java.lang.String | getAttributeString()Returns the attribute string. | 
| void | removePropertyChangeListener(java.beans.PropertyChangeListener listener)Removes the PropertyChangeListener from the internal list. | 
| void | setAttributes(java.util.Properties attributes)Set the additional HTML tag attributes. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFOTag, getTagpublic HTMLTagAttributes()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The PropertyChangeListener.removePropertyChangeListener(java.beans.PropertyChangeListener)public java.util.Properties getAttributes()
public java.lang.String getAttributeString()
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The PropertyChangeListener.addPropertyChangeListener(java.beans.PropertyChangeListener)public void setAttributes(java.util.Properties attributes)
attributes - The attributes.