public abstract static class AbsorptionFeed.PendingItem
extends java.lang.Object
Constructor and Description |
---|
PendingItem(int sequenceNr) |
Modifier and Type | Method and Description |
---|---|
abstract Sequence |
deliver()
On completion of this streamed node, that is, when the relevant end tag is reached,
compute the result of processing this node and return this result
|
abstract Receiver |
getGatherer()
Get a receiver which will be notified of all events in the streamed input between the start event
for this node and the corresponding end event.
|
int |
getSequenceNr()
Get the sequence number of this item within a set of items representing nested nodes
|
abstract void |
rollback()
Reset the data relating to this node if a dynamic error occurs while processing the
input stream.
|
public int getSequenceNr()
public abstract Receiver getGatherer() throws XPathException
XPathException
- if a dynamic error is detectedpublic abstract Sequence deliver() throws XPathException
XPathException
- if the processing fails with a dynamic errorpublic abstract void rollback()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.