Saxon.Api

 

 

Saxon.Api

Interface Predicate<T>


public interface Predicate<T>

Interface defining the predicate function, to be implementated by the caller

Method Summary

 bool matches(T value)

Test whether a given item, at a given position in the sequence, matches the filter

 

Method Detail

matches

public bool matches(T value)

Test whether a given item, at a given position in the sequence, matches the filter

Parameters:

value - the value to be matched

Returns:

true if a match is found, false otherwise.