|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.xml.XmlParser.Attribute
public static class XmlParser.Attribute
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 |
---|
public XmlParser.Attribute(java.lang.String n, java.lang.String v)
n
- attribute namev
- attribute valueMethod Detail |
---|
public java.lang.String getName()
public void setValue(java.lang.String value)
value
- the attrivute value.public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |