com.jclark.xsl.expr
Class NotEqualsRelation
java.lang.Object
com.jclark.xsl.expr.Relation
com.jclark.xsl.expr.NotEqualsRelation
- class NotEqualsRelation
- extends Relation
Method Summary |
(package private) boolean |
relate(boolean b1,
boolean b2)
|
(package private) boolean |
relate(boolean b,
NodeIterator iter)
|
(package private) 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 |
NotEqualsRelation
NotEqualsRelation()
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
boolean relate(double d1,
double d2)
- Specified by:
relate
in class Relation
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