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

Diff of /classpath/gnu/xml/xpath/LastFunction.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 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package gnu.xml.xpath;  package gnu.xml.xpath;
39    
40    import javax.xml.namespace.QName;
41  import org.w3c.dom.Node;  import org.w3c.dom.Node;
42    
43  /**  /**
# Line 59  final class LastFunction Line 60  final class LastFunction
60      return new LastFunction();      return new LastFunction();
61    }    }
62    
63      public boolean references(QName var)
64      {
65        return false;
66      }
67    
68    public String toString()    public String toString()
69    {    {
70      return "last()";      return "last()";

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