public static final class ForkAdjunct.FeedToEventBuffer extends ItemFeed
Constructor and Description |
---|
FeedToEventBuffer(EventBuffer buffer,
Feed notifyOnFailure,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Finish evaluating the expression.
|
EventBuffer |
getEventBuffer() |
Receiver |
getReceiver()
Get a receiver to which start and end events for documents and elements can be
written.
|
void |
open(Terminator terminator)
Start evaluating the expression.
|
void |
processItem(Item<?> item)
Supply one item towards the streamed input of the expression
|
void |
setHasFailed()
Mark this feed as having failed (that is, as having detected and reported
a dynamic error).
|
dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getResult, getTerminator, hasFailed, processItems, setExpression, setPipelineConfiguration, setTerminator, startSelectedParentNode
public FeedToEventBuffer(EventBuffer buffer, Feed notifyOnFailure, XPathContext context)
public Receiver getReceiver()
ItemFeed
getReceiver
in interface Feed
getReceiver
in class ItemFeed
public void open(Terminator terminator)
ItemFeed
public void processItem(Item<?> item) throws XPathException
ItemFeed
processItem
in interface Feed
processItem
in class ItemFeed
item
- the item to be suppliedXPathException
- May be raised if a dynamic error occurspublic void close() throws XPathException
ItemFeed
close
in interface Feed
close
in class ItemFeed
XPathException
- if a dynamic error occurspublic EventBuffer getEventBuffer()
public void setHasFailed()
ItemFeed
setHasFailed
in class ItemFeed
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.