|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.buildforge.services.common.api.xml.Element
com.buildforge.services.common.api.xml.DataElement
public abstract class DataElement
Field Summary |
---|
Fields inherited from class com.buildforge.services.common.api.xml.Element |
---|
parent |
Constructor Summary | |
---|---|
DataElement(Element parent,
java.lang.String key,
java.lang.Object value)
|
Method Summary | |
---|---|
void |
addChild(Element child)
Adds a child element to this element. |
java.lang.String |
getKey()
|
java.lang.Object |
getValue()
|
Methods inherited from class com.buildforge.services.common.api.xml.Element |
---|
corrupted, getElementType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataElement(Element parent, java.lang.String key, java.lang.Object value)
Method Detail |
---|
public java.lang.String getKey()
public java.lang.Object getValue()
public void addChild(Element child) throws org.xml.sax.SAXException
Element
addChild
in class Element
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |