|
|||||||||
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
com.buildforge.services.common.api.xml.ArrayElement
public class ArrayElement
Field Summary |
---|
Fields inherited from class com.buildforge.services.common.api.xml.Element |
---|
parent |
Constructor Summary | |
---|---|
ArrayElement(Element parent,
java.lang.String key)
|
Method Summary | |
---|---|
void |
addChild(Element child)
Adds a child element to this element. |
ElementType |
getElementType()
Returns the type of element that this is. |
java.lang.Object[] |
getValue()
|
Methods inherited from class com.buildforge.services.common.api.xml.DataElement |
---|
getKey |
Methods inherited from class com.buildforge.services.common.api.xml.Element |
---|
corrupted |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayElement(Element parent, java.lang.String key)
Method Detail |
---|
public java.lang.Object[] getValue()
getValue
in class DataElement
public ElementType getElementType()
Element
getElementType
in class Element
public void addChild(Element child) throws org.xml.sax.SAXException
Element
addChild
in class DataElement
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |