public static final class ForkAdjunct.FeedToOutputter extends ItemFeed
Constructor and Description |
---|
FeedToOutputter(SequenceOutputter writer,
Feed notifyOnFailure,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Finish evaluating the expression.
|
SequenceReceiver |
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 FeedToOutputter(SequenceOutputter writer, Feed notifyOnFailure, XPathContext context)
public void open(Terminator terminator) throws XPathException
ItemFeed
open
in interface Feed
open
in class ItemFeed
terminator
- used to achieve early exitXPathException
- if a dynamic error occurspublic 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 SequenceReceiver getReceiver()
ItemFeed
getReceiver
in interface Feed
getReceiver
in class ItemFeed
public void setHasFailed()
ItemFeed
setHasFailed
in class ItemFeed
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.