|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.dmonix.xml.html.HTMLAttribute
Base class for all attribute type classes.
Copyright: Copyright (c) 2004
Company: dmonix.org
| Nested Class Summary | |
class |
HTMLAttribute.ClassAttribute
Represents the CLASS attribute
Company: dmonix.org |
class |
HTMLAttribute.HrefAttribute
Represents the HREF attribute
Company: dmonix.org |
| Field Summary | |
protected java.lang.String |
attributeName
|
protected java.lang.String |
attributeValue
|
| Constructor Summary | |
HTMLAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
|
|
| Method Summary | |
java.lang.String |
getAttributeName()
Returns the name of the attribute. |
java.lang.String |
getAttributeValue()
Returns the value of the attribute. |
java.lang.String |
toString()
Returns the string attributeName="attributeValue" |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String attributeName
protected java.lang.String attributeValue
| Constructor Detail |
public HTMLAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
| Method Detail |
public java.lang.String getAttributeName()
public java.lang.String getAttributeValue()
public java.lang.String toString()
attributeName="attributeValue"
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||