/[classpath]/classpath/gnu/xml/transform/TemplateNode.java
ViewVC logotype

Diff of /classpath/gnu/xml/transform/TemplateNode.java

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

revision 1.2 by dog, Thu Jun 30 22:09:07 2005 UTC revision 1.3 by dog, Fri Jul 1 15:34:39 2005 UTC
# Line 75  abstract class TemplateNode Line 75  abstract class TemplateNode
75      if (stylesheet.debug)      if (stylesheet.debug)
76        {        {
77          System.err.println("Applying " + toString());          System.err.println("Applying " + toString());
78            System.err.println("\twith context=" + context + ", pos=" + pos +
79                               ", len=" + len);
80        }        }
81      doApply(stylesheet, mode, context, pos, len, parent, nextSibling);      doApply(stylesheet, mode, context, pos, len, parent, nextSibling);
82    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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