Package com.saxonica.ee.stream.adjunct
Class BooleanFnFeed.Negative
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.Negative
- Enclosing class:
BooleanFnFeed
Feed implementation for the fn:not 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, systemIdFields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING -
Constructor Summary
ConstructorsConstructorDescriptionNegative(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, startElementMethods inherited from class com.saxonica.ee.stream.feed.ItemFeed
append, dynamicError, endSelectedParentNode, getContext, getExpression, getResultFeed, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setTerminator, startSelectedParentNodeMethods inherited from class net.sf.saxon.event.ProxyOutputter
getNextOutputter, open, processingInstruction, setUnparsedEntity, startContent, startElement, usesTypeAnnotationsMethods inherited from class net.sf.saxon.event.Outputter
getConfiguration, getPipelineConfiguration, getStringReceiver, getSystemId, namespaces, setPipelineConfiguration, setSystemId, spreadStartElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.event.Receiver
handlesAppend
-
Constructor Details
-
Negative
-
-
Method Details
-
isPositive
protected boolean isPositive()- Specified by:
isPositivein classBooleanFnFeed
-