|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.msponer.android.yac.xml.WorkItemElementEntrySerializer
public class WorkItemElementEntrySerializer
Serializer for work item element entries. Takes the element entry root, visits all child elements and generates XML data.
Constructor Summary | |
---|---|
protected |
WorkItemElementEntrySerializer()
Hidden constructor. |
Method Summary | |
---|---|
static org.jdom.Element |
serialize(WorkItemElementEntry workItemElementEntryRoot)
Starts the serialize process. |
static void |
traversal(org.jdom.Element father,
List<WorkItemElementEntry> childList)
Visits the given list of entries and adds the content to the XML data element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WorkItemElementEntrySerializer()
Method Detail |
---|
public static org.jdom.Element serialize(WorkItemElementEntry workItemElementEntryRoot)
workItemElementEntryRoot
- The work item element entry root.
public static void traversal(org.jdom.Element father, List<WorkItemElementEntry> childList)
father
- The XML father element.childList
- The entry list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |