ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/XMLReader/XMLPacketParser.java
(Generate patch)

Comparing experimental/server/XMLReader/XMLPacketParser.java (file contents):
Revision 1.1 by pjm2, Fri Nov 17 11:07:32 2000 UTC vs.
Revision 1.2 by pjm2, Fri Nov 17 12:16:39 2000 UTC

# 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines