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

Diff of /classpath/gnu/xml/xpath/Predicate.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 Feb 10 17:21:25 2005 UTC
# Line 63  class Predicate Line 63  class Predicate
63          // Same as [position() = x]          // Same as [position() = x]
64          return ((Double) ret).intValue() == pos;          return ((Double) ret).intValue() == pos;
65        }        }
66      return expr._boolean(node, expr.evaluate(node, pos, len));      return Expr._boolean(node, expr.evaluate(node, pos, len));
67    }    }
68    
69    public Test clone(Object context)    public Test clone(Object context)

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