|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.saxonica.stream.feed.DecomposingFeed
public class DecomposingFeed
Appends the output of an ItemFeed to a SequenceReceiver
Constructor Summary | |
---|---|
DecomposingFeed(SequenceReceiver result)
|
Method Summary | |
---|---|
void |
append(Item item)
Supply an item to the feed |
void |
close()
Signal the end of the sequence of items |
PipelineConfiguration |
getPipelineConfiguration()
Get the pipeline configuration |
void |
open()
Signal the start of a sequence of items |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecomposingFeed(SequenceReceiver result)
Method Detail |
---|
public PipelineConfiguration getPipelineConfiguration()
getPipelineConfiguration
in interface Feed
public void open() throws XPathException
open
in interface Feed
XPathException
- to report any failurepublic void close() throws XPathException
close
in interface Feed
XPathException
- to report any failurepublic void append(Item item) throws XPathException
append
in interface Feed
item
- the item being fed
XPathException
- to report any failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |