# | Line 35 | Line 35 | public class XMLPacketMaker extends HandlerBase { | |
---|---|---|
35 | private String indentString = " "; // Amount to indent | |
36 | private int indentLevel = 0; | |
37 | ||
38 | + | // For storing the tag heirarchy. |
39 | private ArrayList tagList = new ArrayList(); | |
40 | ||
41 | //=========================================================== |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |