Package com.saxonica.ee.stream.adjunct
Class DocumentInstrAdjunct
- java.lang.Object
-
- com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
- com.saxonica.ee.stream.adjunct.ParentConstructorAdjunct
-
- com.saxonica.ee.stream.adjunct.DocumentInstrAdjunct
-
- All Implemented Interfaces:
FeedMaker
public class DocumentInstrAdjunct extends ParentConstructorAdjunct implements FeedMaker
Evaluate an xsl:document instruction in streaming code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DocumentInstrAdjunct.DocumentInstrFeed
-
Constructor Summary
Constructors Constructor Description DocumentInstrAdjunct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemFeed
makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context)
-
Methods inherited from class com.saxonica.ee.stream.adjunct.StreamingAdjunct
computeStreamability, emptyAdjunctMap, findConsumingArg, genId, getConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, getWatchMaker, makeStreamingAdjunct, setConfiguration, setExpression, toStreamingPattern
-
-
-
-
Method Detail
-
makeItemFeed
public ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException
- Specified by:
makeItemFeed
in interfaceFeedMaker
- Throws:
XPathException
-
-