public abstract class DelegatingFeed extends ItemFeed
pipelineConfiguration, systemId
Constructor and Description |
---|
DelegatingFeed(ProxyOutputter proxy,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
append(Item item)
Supply one item towards the streamed input of the expression
|
ItemFeed |
getResult()
Get the result, that is, the ItemFeed to which the items in the result
of the expression should be supplied
|
append, close, dynamicError, endSelectedParentNode, getContext, getExpression, getTerminator, hasFailed, open, processItems, setExpression, setHasFailed, setTerminator, startSelectedParentNode
attribute, characters, comment, endDocument, endElement, getNextOutputter, namespace, open, processingInstruction, setUnparsedEntity, startContent, startDocument, startElement, startElement, usesTypeAnnotations
getConfiguration, getPipelineConfiguration, getStringReceiver, getSystemId, namespaces, setPipelineConfiguration, setSystemId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlesAppend
public DelegatingFeed(ProxyOutputter proxy, XPathContext context)
public ItemFeed getResult()
public void append(Item item) throws XPathException
ItemFeed
append
in interface Receiver
append
in class ItemFeed
item
- the item to be suppliedXPathException
- if the operation failsCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.