/[classpath]/classpath/gnu/xml/xpath/CeilingFunction.java
ViewVC logotype

Diff of /classpath/gnu/xml/xpath/CeilingFunction.java

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

revision 1.2 by mark, Sat Jul 2 20:32:22 2005 UTC revision 1.3 by dog, Sat Jul 9 20:38:35 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package gnu.xml.xpath;  package gnu.xml.xpath;
39    
40  import java.util.List;  import java.util.List;
41    import javax.xml.namespace.QName;
42  import org.w3c.dom.Node;  import org.w3c.dom.Node;
43    
44  /**  /**
# Line 74  final class CeilingFunction Line 75  final class CeilingFunction
75    {    {
76      return new CeilingFunction(arg.clone(context));      return new CeilingFunction(arg.clone(context));
77    }    }
78    
79      public boolean references(QName var)
80      {
81        return arg.references(var);
82      }
83        
84    public String toString()    public String toString()
85    {    {

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