|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.garret.xmlme.XMLAttribute
Class representing XML attribute
Method Summary | |
int |
getIntValue()
Get integer value of attribute |
java.lang.String |
getName()
Get attribute name |
java.lang.String |
getValue()
Get attribute value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getIntValue()
XMLException
- if value of attribute is not valid integer numberpublic java.lang.String getName()
public java.lang.String getValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |