|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.beesoft.gaia.util.XmlElement
public final class XmlElement
Instances of this class represent XML element properties (tag, attributes,
...). They are used by XmlReader
.
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getElementAttributes()
Returns the map of the element attributes. |
XmlElement |
getParentElement()
Returns the parent element of this element. |
java.lang.String |
getTag()
Returns the tag of the XML element |
java.lang.Object |
getUserObject()
Returns the user object set in this element (or null, if no object was set). |
void |
setUserObject(java.lang.Object object)
Sets the user object for this element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTag()
public XmlElement getParentElement()
public java.util.Map<java.lang.String,java.lang.String> getElementAttributes()
public void setUserObject(java.lang.Object object)
object
- - a user object to setpublic java.lang.Object getUserObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |