public class StreamWatch extends AbstractWatch
Constructor and Description |
---|
StreamWatch(Inversion action,
WatchManager watchManager,
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.
|
FleetingParentNode |
getAnchorNode()
Get the anchor node for the watch.
|
boolean |
matchesNode(FleetingNode node,
XPathContext context)
Determine whether the watch matches a given node
|
boolean |
matchesNodesOfKind(UType kind)
Ask whether the Watch is capable of matching nodes of a particular kind
|
void |
setAnchorNode(FleetingParentNode anchor)
Set the anchor node for the watch.
|
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, getNamespaceResolver, getPipelineConfiguration, getReceiver, open, processItem, setNamespaceResolver, setPipelineConfiguration
public StreamWatch(Inversion action, WatchManager watchManager, XPathContext context)
public boolean matchesNode(FleetingNode node, XPathContext context) throws XPathException
node
- the node to be testedcontext
- the XPath dynamic contextXPathException
- if a dynamic error occurspublic boolean matchesNodesOfKind(UType kind)
kind
- the node kindpublic void setAnchorNode(FleetingParentNode anchor)
anchor
- The anchor node within which the watch is scopedpublic FleetingParentNode getAnchorNode()
public Receiver startSelectedParentNode(FleetingParentNode node, Location locationId) throws XPathException
node
- 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 endSelectedParentNode(Location locationId) throws XPathException
locationId
- the location of the elementXPathException
- May be raised if a constraint implemented by this
Watch is violatedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.