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
- Enclosing class:
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
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
Constructor Summary
ConstructorsConstructorDescriptionPositive
(WatchManager watchManager, Expression exp, ItemFeed result, XPathContext context) -
Method Summary
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, spreadStartElement
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 Details
-
Positive
-
-
Method Details
-
isPositive
protected boolean isPositive()- Specified by:
isPositive
in classBooleanFnFeed
-