/[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.2.1 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Feb 16 01:11:41 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.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26