org.garret.xmlme
Class XMLAttribute

java.lang.Object
  extended byorg.garret.xmlme.XMLAttribute

public class XMLAttribute
extends java.lang.Object

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

getIntValue

public int getIntValue()
Get integer value of attribute

Returns:
attribute integer value
Throws:
XMLException - if value of attribute is not valid integer number

getName

public java.lang.String getName()
Get attribute name

Returns:
name of the attribute

getValue

public java.lang.String getValue()
Get attribute value

Returns:
value of the attribute