|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ipdr.xml.XMLElement
org.ipdr.xml.CompositeXMLElement
public class CompositeXMLElement
The CompositeXMLElement is a structure to hold a Composite XML Element. It contains a list of XML Elements, the child elements of the Composite Element.
| Field Summary | |
|---|---|
protected java.util.ArrayList |
listXMLElements_
To store List of XML Elements. |
| Fields inherited from class org.ipdr.xml.XMLElement |
|---|
attributes_, name_, rawName_, value_ |
| Constructor Summary | |
|---|---|
CompositeXMLElement()
|
|
| Method Summary | |
|---|---|
boolean |
addXMLElement(XMLElement element)
Method to add a XML Element into the list. |
java.util.ArrayList |
getListXMLElements()
Method to add get all XML Elements from the list. |
| Methods inherited from class org.ipdr.xml.XMLElement |
|---|
getAttributes, getName, getRawName, getValue, setAttributes, setName, setRawName, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList listXMLElements_
| Constructor Detail |
|---|
public CompositeXMLElement()
| Method Detail |
|---|
public boolean addXMLElement(XMLElement element)
element - XML Element to addpublic java.util.ArrayList getListXMLElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||