ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java (file contents):
Revision 1.14 by tdb, Wed Mar 14 23:25:30 2001 UTC vs.
Revision 1.15 by tdb, Fri Mar 16 00:39:42 2001 UTC

# Line 20 | Line 20 | public class XMLPacketMaker {
20       * The current CVS revision of this class
21       */
22      public final String REVISION = "$Revision$";
23 +
24 +    /**
25 +     * A reference to the system saxParser factory
26 +     */
27 +    private final SAXParserFactory _factory = SAXParserFactory.newInstance();
28      
29   //---STATIC METHODS---
30  
# Line 88 | Line 93 | public class XMLPacketMaker {
93      private String _name = null;
94  
95   //---STATIC ATTRIBUTES---
91
92    /**
93     * A static reference to the system saxParser factory
94     */
95    private static SAXParserFactory _factory = SAXParserFactory.newInstance();
96  
97   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines