com.jclark.xsl.expr
Class NumericRelation

java.lang.Object
  extended bycom.jclark.xsl.expr.Relation
      extended bycom.jclark.xsl.expr.NumericRelation
Direct Known Subclasses:
GreaterThanEqualsRelation, GreaterThanRelation

abstract class NumericRelation
extends Relation


Constructor Summary
(package private) NumericRelation()
           
 
Method Summary
(package private)  boolean relate(boolean b1, boolean b2)
           
(package private)  boolean relate(boolean b, NodeIterator iter)
           
(package private) abstract  boolean relate(double d1, double d2)
           
(package private)  boolean relate(double d, NodeIterator iter)
           
(package private)  boolean relate(NodeIterator iter, boolean b)
           
(package private)  boolean relate(NodeIterator iter, double d)
           
(package private)  boolean relate(NodeIterator iter1, NodeIterator iter2)
           
(package private)  boolean relate(NodeIterator iter, java.lang.String s)
           
(package private)  boolean relate(java.lang.String s, NodeIterator iter)
           
(package private)  boolean relate(java.lang.String s1, java.lang.String s2)
           
(package private)  boolean relate(Variant obj1, Variant obj2)
           
(package private)  boolean relateAtomic(Variant obj1, Variant obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericRelation

NumericRelation()
Method Detail

relateAtomic

boolean relateAtomic(Variant obj1,
                     Variant obj2)
               throws XSLException
Overrides:
relateAtomic in class Relation
Throws:
XSLException

relate

boolean relate(java.lang.String s1,
               java.lang.String s2)
Specified by:
relate in class Relation

relate

boolean relate(boolean b1,
               boolean b2)
Specified by:
relate in class Relation

relate

abstract boolean relate(double d1,
                        double d2)

relate

boolean relate(NodeIterator iter1,
               NodeIterator iter2)
         throws XSLException
Throws:
XSLException

relate

boolean relate(NodeIterator iter,
               boolean b)
         throws XSLException
Throws:
XSLException

relate

boolean relate(NodeIterator iter,
               double d)
         throws XSLException
Throws:
XSLException

relate

boolean relate(NodeIterator iter,
               java.lang.String s)
         throws XSLException
Throws:
XSLException

relate

boolean relate(boolean b,
               NodeIterator iter)
         throws XSLException
Throws:
XSLException

relate

boolean relate(double d,
               NodeIterator iter)
         throws XSLException
Throws:
XSLException

relate

boolean relate(java.lang.String s,
               NodeIterator iter)
         throws XSLException
Throws:
XSLException

relate

boolean relate(Variant obj1,
               Variant obj2)
         throws XSLException
Throws:
XSLException