|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.marre.xml.XmlAttribute
Represents an xml attribute.
Constructor Summary | |
XmlAttribute(java.lang.String type,
java.lang.String value)
Creates an XmlAttribute. |
Method Summary | |
java.lang.String |
getType()
Getter for type. |
java.lang.String |
getValue()
Getter for value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlAttribute(java.lang.String type, java.lang.String value)
type
- Typevalue
- ValueMethod Detail |
public java.lang.String getType()
public java.lang.String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |