Class MemoFunction.NodeSurrogate

java.lang.Object
net.sf.saxon.value.ObjectValue<Function<NodeInfo,Boolean>>
net.sf.saxon.expr.instruct.MemoFunction.NodeSurrogate
All Implemented Interfaces:
GroundedValue, Item, Sequence, AnyExternalObject
Enclosing class:
MemoFunction

public static class MemoFunction.NodeSurrogate extends ObjectValue<Function<NodeInfo,Boolean>>
A NodeSurrogate is a value that represents a node; it encapsulates a Java function that can be called to test whether a particular node is the one that it represents.
  • Constructor Details

    • NodeSurrogate

      protected NodeSurrogate(NodeInfo node)