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, startSelectedParentNodepublic FeedToOutputter(SequenceOutputter writer, Feed notifyOnFailure, XPathContext context)
public void open(Terminator terminator) throws XPathException
ItemFeedopen in interface Feedopen in class ItemFeedterminator - used to achieve early exitXPathException - if a dynamic error occurspublic void processItem(Item item) throws XPathException
ItemFeedprocessItem in interface FeedprocessItem in class ItemFeeditem - the item to be suppliedXPathException - May be raised if a dynamic error occurspublic void close()
throws XPathException
ItemFeedclose in interface Feedclose in class ItemFeedXPathException - if a dynamic error occurspublic SequenceReceiver getReceiver()
ItemFeedgetReceiver in interface FeedgetReceiver in class ItemFeedpublic void setHasFailed()
ItemFeedsetHasFailed in class ItemFeedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.