Class Bindery.FailureValue

java.lang.Object
net.sf.saxon.value.ObjectValue<XPathException>
net.sf.saxon.expr.instruct.Bindery.FailureValue
All Implemented Interfaces:
Iterable<MapItem>, GroundedValue<MapItem>, Item<MapItem>, Sequence<MapItem>, ExternalObject<XPathException>
Enclosing class:
Bindery

public static class Bindery.FailureValue extends ObjectValue<XPathException>
A value that can be saved in a global variable to indicate that evaluation failed, and that subsequent attempts at evaluation should also fail
  • Constructor Details