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

Diff of /classpath/gnu/xml/xpath/FloorFunction.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 75  final class FloorFunction Line 76  final class FloorFunction
76      return new FloorFunction(arg.clone(context));      return new FloorFunction(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    {    {
86      return "floor(" + arg + ")";      return "floor(" + arg + ")";

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