com.jclark.xsl.expr
Class Relation

java.lang.Object
  extended by com.jclark.xsl.expr.Relation
Direct Known Subclasses:
EqualsRelation, NotEqualsRelation, NumericRelation

abstract class Relation
extends java.lang.Object


Constructor Summary
Relation()
           
 
Method Summary
(package private) abstract  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) abstract  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

Relation

Relation()
Method Detail

relate

abstract boolean relate(java.lang.String s1,
                        java.lang.String s2)

relate

abstract boolean relate(boolean b1,
                        boolean b2)

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

relateAtomic

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