Package com.saxonica.ee.stream.adjunct
Class BooleanFnFeed.Positive
- java.lang.Object
-
- net.sf.saxon.event.Outputter
-
- net.sf.saxon.event.ProxyOutputter
-
- com.saxonica.ee.stream.feed.ItemFeed
-
- com.saxonica.ee.stream.adjunct.BooleanFnFeed
-
- com.saxonica.ee.stream.adjunct.BooleanFnFeed.Positive
-
- All Implemented Interfaces:
javax.xml.transform.Result
,Receiver
- Enclosing class:
- BooleanFnFeed
public static class BooleanFnFeed.Positive extends BooleanFnFeed
Feed implementation for the fn:boolean function
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.saxonica.ee.stream.adjunct.BooleanFnFeed
BooleanFnFeed.Negative, BooleanFnFeed.Positive
-
-
Field Summary
-
Fields inherited from class net.sf.saxon.event.Outputter
pipelineConfiguration, systemId
-
-
Constructor Summary
Constructors Constructor Description Positive(WatchManager watchManager, Expression exp, ItemFeed result, XPathContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isPositive()
-
Methods inherited from class com.saxonica.ee.stream.adjunct.BooleanFnFeed
append, attribute, characters, close, comment, endDocument, endElement, namespace, open, startDocument, startElement
-
Methods inherited from class com.saxonica.ee.stream.feed.ItemFeed
append, dynamicError, endSelectedParentNode, getContext, getExpression, getResultFeed, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setTerminator, startSelectedParentNode
-
Methods inherited from class net.sf.saxon.event.ProxyOutputter
getNextOutputter, open, processingInstruction, setUnparsedEntity, startContent, startElement, usesTypeAnnotations
-
Methods inherited from class net.sf.saxon.event.Outputter
getConfiguration, getPipelineConfiguration, getStringReceiver, getSystemId, namespaces, setPipelineConfiguration, setSystemId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.event.Receiver
handlesAppend
-
-
-
-
Constructor Detail
-
Positive
public Positive(WatchManager watchManager, Expression exp, ItemFeed result, XPathContext context)
-
-
Method Detail
-
isPositive
protected boolean isPositive()
- Specified by:
isPositive
in classBooleanFnFeed
-
-