net.sf.magicproject.xml
Class XmlParser.Attribute

java.lang.Object
  extended by net.sf.magicproject.xml.XmlParser.Attribute
Enclosing class:
XmlParser

public static class XmlParser.Attribute
extends java.lang.Object

XML Attribute.


Constructor Summary
XmlParser.Attribute(java.lang.String n, java.lang.String v)
          Create a new instance of this class.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
          Set the attribute value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParser.Attribute

public XmlParser.Attribute(java.lang.String n,
                           java.lang.String v)
Create a new instance of this class.

Parameters:
n - attribute name
v - attribute value
Method Detail

getName

public java.lang.String getName()
Returns:
name

setValue

public void setValue(java.lang.String value)
Set the attribute value.

Parameters:
value - the attrivute value.

getValue

public java.lang.String getValue()
Returns:
value


Copyright © 2003-2007 Magic-Project. All Rights Reserved.