Package com.saxonica.ee.stream.adjunct
Class ResultDocumentAdjunct.ResultDocumentFeed
- java.lang.Object
- 
- net.sf.saxon.event.Outputter
- 
- net.sf.saxon.event.ProxyOutputter
- 
- com.saxonica.ee.stream.feed.ItemFeed
- 
- com.saxonica.ee.stream.feed.ComplexNodeEventFeed
- 
- com.saxonica.ee.stream.adjunct.ResultDocumentAdjunct.ResultDocumentFeed
 
 
 
 
 
- 
- All Implemented Interfaces:
- javax.xml.transform.Result,- Receiver
 - Enclosing class:
- ResultDocumentAdjunct
 
 public static class ResultDocumentAdjunct.ResultDocumentFeed extends ComplexNodeEventFeed 
- 
- 
Field Summary- 
Fields inherited from class com.saxonica.ee.stream.feed.ComplexNodeEventFeednext
 - 
Fields inherited from class net.sf.saxon.event.OutputterpipelineConfiguration, systemId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ResultDocumentFeed(Expression exp, ItemFeed result, XPathContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessLeft(XPathContext context)In streaming mode, process the first half of the instruction (for example, to start a new document or element)protected voidprocessRight(XPathContext context)In streaming mode, process the right half of the instruction (for example, to end a new document or element)- 
Methods inherited from class com.saxonica.ee.stream.feed.ComplexNodeEventFeedappend, attribute, characters, close, comment, endDocument, endElement, endSelectedParentNode, namespace, open, processingInstruction, setComplexContentOutputter, startContent, startDocument, startElement, startElement, startSelectedParentNode
 - 
Methods inherited from class com.saxonica.ee.stream.feed.ItemFeedappend, dynamicError, getContext, getExpression, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setTerminator
 - 
Methods inherited from class net.sf.saxon.event.ProxyOutputtergetNextOutputter, open, setLocation, setUnparsedEntity, usesTypeAnnotations
 - 
Methods inherited from class net.sf.saxon.event.OutputtergetConfiguration, getPipelineConfiguration, getStringReceiver, getSystemId, namespaces, setPipelineConfiguration, setSystemId
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.sf.saxon.event.ReceiverhandlesAppend
 
- 
 
- 
- 
- 
Constructor Detail- 
ResultDocumentFeedpublic ResultDocumentFeed(Expression exp, ItemFeed result, XPathContext context) 
 
- 
 - 
Method Detail- 
processLeftprotected void processLeft(XPathContext context) throws XPathException In streaming mode, process the first half of the instruction (for example, to start a new document or element)- Specified by:
- processLeftin class- ComplexNodeEventFeed
- Parameters:
- context- The dynamic context
- Throws:
- XPathException- if a dynamic error occurs
 
 - 
processRightprotected void processRight(XPathContext context) throws XPathException In streaming mode, process the right half of the instruction (for example, to end a new document or element)- Specified by:
- processRightin class- ComplexNodeEventFeed
- Parameters:
- context- The dynamic context
- Throws:
- XPathException- if a dynamic error occurs
 
 
- 
 
-