| # | Line 74 | Line 74 | class XMLFormatter { | |
|---|---|---|
| 74 | } | |
| 75 | ||
| 76 | /** | |
| 77 | + | * addString, adds a string into the XML packet no further processing is carried out |
| 78 | + | */ |
| 79 | + | public void addString(String name){ |
| 80 | + | xmlData += name; |
| 81 | + | } |
| 82 | + | |
| 83 | + | |
| 84 | + | /** |
| 85 | * closeNest will close the currently opened nest (by writing </nest name> to | |
| 86 | * the xml string. | |
| 87 | * If already at the root nest then this command is ignored | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |