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

Diff of /classpath/gnu/xml/xpath/NotFunction.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:36 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 73  final class NotFunction Line 74  final class NotFunction
74      return new NotFunction(arg.clone(context));      return new NotFunction(arg.clone(context));
75    }    }
76    
77      public boolean references(QName var)
78      {
79        return arg.references(var);
80      }
81    
82    public String toString()    public String toString()
83    {    {
84      return "not(" + arg + ")";      return "not(" + 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