public class ForkingWatch extends AbstractWatch
Constructor and Description |
---|
ForkingWatch(WatchManager watchManager,
Watch[] children,
Feed[] buffers,
Feed destination) |
Modifier and Type | Method and Description |
---|---|
void |
close()
The close() method is called immediately before the Watch is destroyed, that is,
when the element whose declaration scopes the constraint implemented by this
Watch goes out of scope.
|
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.
|
SequenceReceiver |
getReceiver()
Get a receiver to which start and end events for documents and elements can be
written.
|
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 |
open(Terminator terminator)
Open the watch.
|
void |
processItem(Item item)
Signal that a node (other than an element) that matches the selection
has been found.
|
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.
|
getNamespaceResolver, getPipelineConfiguration, setNamespaceResolver, setPipelineConfiguration
public ForkingWatch(WatchManager watchManager, Watch[] children, Feed[] buffers, Feed destination) throws XPathException
XPathException
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)
Watch
anchor
- The anchor node within which the watch is scopedpublic FleetingParentNode getAnchorNode()
public void open(Terminator terminator) throws XPathException
AbstractWatch
open
in interface Watch
open
in class AbstractWatch
XPathException
- May be raised if a dynamic error occurspublic void processItem(Item item) throws XPathException
AbstractWatch
processItem
in interface Watch
processItem
in class AbstractWatch
item
- the node that was matched.XPathException
- May be raised if a dynamic error occurspublic void close() throws XPathException
AbstractWatch
close
in interface Watch
close
in class AbstractWatch
XPathException
- May be raised if a dynamic error occurspublic SequenceReceiver getReceiver()
getReceiver
in class AbstractWatch
public Receiver startSelectedParentNode(FleetingParentNode node, Location locationId) throws XPathException
Watch
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
Watch
locationId
- the location of the elementXPathException
- May be raised if a constraint implemented by this
Watch is violatedCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.