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, setPipelineConfigurationpublic ForkingWatch(WatchManager watchManager, Watch[] children, Feed[] buffers, Feed destination) throws XPathException
XPathExceptionpublic 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)
Watchanchor - The anchor node within which the watch is scopedpublic FleetingParentNode getAnchorNode()
public void open(Terminator terminator) throws XPathException
AbstractWatchopen in interface Watchopen in class AbstractWatchXPathException - May be raised if a dynamic error occurspublic void processItem(Item item) throws XPathException
AbstractWatchprocessItem in interface WatchprocessItem in class AbstractWatchitem - the node that was matched.XPathException - May be raised if a dynamic error occurspublic void close()
           throws XPathException
AbstractWatchclose in interface Watchclose in class AbstractWatchXPathException - May be raised if a dynamic error occurspublic SequenceReceiver getReceiver()
getReceiver in class AbstractWatchpublic Receiver startSelectedParentNode(FleetingParentNode node, Location locationId) throws XPathException
Watchnode - 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
WatchlocationId - 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.