public class MotionlessFeed extends ItemFeed
| Constructor and Description |
|---|
MotionlessFeed(Expression expression,
Feed result,
XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
endSelectedParentNode(Location locationId)
Signal that the endElement event has occurred for the element whose startElement
event caused the Watch to be activated.
|
void |
processItem(Item<?> item)
Supply one item towards the streamed input of the expression
|
Receiver |
startSelectedParentNode(FleetingParentNode node,
Location locationId)
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
|
close, dynamicError, getContext, getExpression, getPipelineConfiguration, getReceiver, getResult, getTerminator, hasFailed, open, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminatorpublic MotionlessFeed(Expression expression, Feed result, XPathContext context)
public Receiver startSelectedParentNode(FleetingParentNode node, Location locationId) throws XPathException
startSelectedParentNode in interface FeedstartSelectedParentNode in class ItemFeednode - the element or document node whose start event has been matchedlocationId - the location associated with the element or document node (may be
the location of the instruction that created it)XPathException - May be raised if a dynamic error occurspublic void processItem(Item<?> item) throws XPathException
processItem in interface FeedprocessItem in class ItemFeeditem - the item to be suppliedXPathException - May be raised if a dynamic error occurspublic void endSelectedParentNode(Location locationId) throws XPathException
ItemFeedendSelectedParentNode in interface FeedendSelectedParentNode in class ItemFeedlocationId - the location of the elementXPathException - May be raised if a constraint implemented by this
Watch is violatedCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.