/[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.1 by mark, Thu Dec 23 22:38:44 2004 UTC revision 1.2 by dog, Thu Jun 30 22:09:07 2005 UTC
# Line 55  abstract class TemplateNode Line 55  abstract class TemplateNode
55    static final Comparator documentOrderComparator =    static final Comparator documentOrderComparator =
56      new DocumentOrderComparator();      new DocumentOrderComparator();
57    
58    final TemplateNode children;    TemplateNode children;
59    final TemplateNode next;    TemplateNode next;
   
   TemplateNode(TemplateNode children, TemplateNode next)  
   {  
     this.children = children;  
     this.next = next;  
   }  
60    
61    final void apply(Stylesheet stylesheet, QName mode,    final void apply(Stylesheet stylesheet, QName mode,
62                     Node context, int pos, int len,                     Node context, int pos, int len,

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

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