|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a single attribute as a name-value pair. For example,
<p id="foo" class="rh">
has two pairs: ("id", "foo") and
("class", "rh").
Method Summary | |
String |
getName()
Returns the attribute name. |
String |
getValue()
Returns the attribute value. |
Method Detail |
public String getName()
public String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |