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.4 by ab11, Fri Dec 8 12:21:11 2000 UTC vs.
Revision 1.5 by ab11, Fri Dec 8 12:24:00 2000 UTC

# Line 61 | Line 61 | class XMLFormatter {
61          hostInfo = null;
62      }        
63  
64    /**
65    * Public Constructor for the class
66    * Takes a second parameter containing the root attributes.
67    */
68    public XMLFormatter(String rootInfo, String rootAttributes){
69        myStack = new Stack();
70        xmlData = new String();
71        xmlData = "<"+rootInfo+" "+rootAttributes+">";
72        hostInfo = rootInfo;
73    }
74
64   //---PUBLIC METHODS---
65  
66     /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines