| # | Line 38 | Line 38 | public class XMLPacketParser extends HandlerBase { | |
|---|---|---|
| 38 | //=========================================================== | |
| 39 | ||
| 40 | public void startDocument () throws SAXException { | |
| 41 | < | // No purpose currently. | 
| 41 | > | System.out.println("XMLPacketParser - Starting parse process..."); | 
| 42 | } | |
| 43 | ||
| 44 | public void endDocument () throws SAXException { | |
| 45 | < | // No purpose currently. | 
| 45 | > | System.out.println("XMLPacketParser - I just finished parsing an XML String."); | 
| 46 | } | |
| 47 | ||
| 48 | // Add each tag's attribute to the XMLPacket. | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |