| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nokia.ant.listener.internaldata.XMLRenderer
public class XMLRenderer
| Constructor Summary | |
|---|---|
| XMLRenderer(BuildNode root,
            org.dom4j.Document database,
            java.util.Hashtable<java.lang.String,java.lang.String> properties) | |
| Method Summary | |
|---|---|
| protected  void | createExecutionTree(org.dom4j.Element statistics)Creating the execution tree section. | 
| protected  void | createProperties(org.dom4j.Element statistics)Creating the property section. | 
| protected  void | createTarget(DataNode node,
             org.dom4j.Element targets)Generating target only for TargetNode type of node | 
| protected  void | createTargets(org.dom4j.Element statistics)Creating the targets section. | 
| protected  void | createTask(DataNode node,
           org.dom4j.Element targets)Generating target only for TargetNode type of node | 
| protected  void | createTasks(org.dom4j.Element statistics)Creating the task section. | 
| protected  void | createTree(DataNode node,
           org.dom4j.Element tree)Creating execution tree recursively, visiting the DataNodes. | 
| protected  void | insertDatabase(org.dom4j.Element statistics) | 
|  java.lang.String | toString()Rendering the build node into XML string. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public XMLRenderer(BuildNode root,
                   org.dom4j.Document database,
                   java.util.Hashtable<java.lang.String,java.lang.String> properties)
| Method Detail | 
|---|
protected void createTarget(DataNode node,
                            org.dom4j.Element targets)
node - targets - protected void createTargets(org.dom4j.Element statistics)
statistics - 
protected void createTask(DataNode node,
                          org.dom4j.Element targets)
node - targets - protected void createTasks(org.dom4j.Element statistics)
statistics - 
protected void createTree(DataNode node,
                          org.dom4j.Element tree)
node - tree - protected void createExecutionTree(org.dom4j.Element statistics)
statistics - protected void createProperties(org.dom4j.Element statistics)
statistics - protected void insertDatabase(org.dom4j.Element statistics)
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||