Package net.sf.saxon.expr.instruct
Class Bindery.FailureValue
- java.lang.Object
-
- net.sf.saxon.value.ObjectValue<XPathException>
-
- net.sf.saxon.expr.instruct.Bindery.FailureValue
-
- All Implemented Interfaces:
GroundedValue
,Item
,Sequence
,AnyExternalObject
- 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 Summary
Constructors Constructor Description FailureValue(XPathException err)
-
Method Summary
-
Methods inherited from class net.sf.saxon.value.ObjectValue
atomize, displayTypeName, effectiveBooleanValue, equals, getGenre, getInterface, getItemType, getObject, getUnicodeStringValue, getWrappedObject, hashCode, toShortString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, concatenate, containsNode, materialize
-
Methods inherited from interface net.sf.saxon.om.Item
getLength, getStringValue, head, isStreamed, itemAt, iterate, reduce, subsequence
-
Methods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
-
-
-
Constructor Detail
-
FailureValue
public FailureValue(XPathException err)
-
-