Class GeneralComparisonInequalityFeed

  • All Implemented Interfaces:
    javax.xml.transform.Result, Receiver

    public class GeneralComparisonInequalityFeed
    extends AtomicItemFeed
    This class is used when a streaming template requests a general comparison with one operand being pushed from the streamed input document, and the other being evaluated in pull mode; used when the operator is "!=" which means we only need to remember one value (the result is true as soon as we find two values that differ).