Package net.sf.saxon.expr.elab
Interface UpdateEvaluator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface implemented by XQuery Update expressions, to evaluate an update expression by
adding update primitives to a supplied pending update list.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerUpdates
(XPathContext context, PendingUpdateList updates) Add update primitives to a pending update list
-
Method Details
-
registerUpdates
Add update primitives to a pending update list- Parameters:
context
- The XPath evaluation contextupdates
- The pending update list- Throws:
XPathException
- in the event of a dynamic error
-