/[fenfire]/fenfire/org/fenfire/impl/SimpleNodeContent.java
ViewVC logotype

Diff of /fenfire/org/fenfire/impl/SimpleNodeContent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by tjl, Mon Apr 28 08:57:27 2003 UTC revision 1.10 by mudyc, Sat May 3 00:56:59 2003 UTC
# Line 24  import java.util.*; Line 24  import java.util.*;
24   */   */
25    
26  public class SimpleNodeContent implements NodeContent {  public class SimpleNodeContent implements NodeContent {
     public static boolean dbg = true;  
27  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
28      private static void pa(String s) { System.out.println("AlphContent: "+s); }      public static boolean dbg = false;
29        private static void pa(String s) { System.out.println("SimpleContent:: "+s); }
30      SpanReader spanReader;      SpanReader spanReader;
31    
32      javax.xml.parsers.SAXParser saxParser;      javax.xml.parsers.SAXParser saxParser;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26