ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/XMLFormatter.java
(Generate patch)

Comparing projects/cms/source/host/java/XMLFormatter.java (file contents):
Revision 1.1 by ab11, Mon Nov 27 19:44:00 2000 UTC vs.
Revision 1.2 by ab11, Thu Dec 7 18:25:53 2000 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines