sjg.xml
Class Attribute

java.lang.Object
  extended by sjg.xml.Attribute

public class Attribute
extends java.lang.Object

An xml attribute.


Method Summary
 int getIntValue()
          Returns the value of this attribute as an integer - may throw an error if value is not an integer.
 java.lang.String getName()
          Returns the name of this attribute.
 java.lang.String getValue()
          Returns the value of this attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this attribute.


getIntValue

public int getIntValue()
Returns the value of this attribute as an integer - may throw an error if value is not an integer.


getName

public java.lang.String getName()
Returns the name of this attribute.