public abstract class XFAspectTestAbstract extends java.lang.Object implements XFAspectTestInterface
| Modifier and Type | Method and Description |
|---|---|
boolean |
equivaletValues(net.sf.saxon.s9api.XdmValue fact1,
net.sf.saxon.s9api.XdmValue fact2)
Two facts have equivalent values for a given aspect if the aspect test for that aspect evaluates to true.
|
abstract int |
getAspect()
Access to the constant defined in the CommonAspectRule class indicating the aspect this instance works with.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbResultsCacheable, getCacheVal1, getCacheVal2public boolean equivaletValues(net.sf.saxon.s9api.XdmValue fact1,
net.sf.saxon.s9api.XdmValue fact2)
XFAspectTestInterfaceThis interface MUST be implemented by classes dealing with different aspects
equivaletValues in interface XFAspectTestInterfacefact1 - This one of the facts to comparefact2 - This is the fact to compare topublic abstract int getAspect()