public interface Watch
PatternWatch
in which this is decided by matching an XSLT-like patternT, but not all
watches make the decision in this way.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.
|
NamespaceResolver |
getNamespaceResolver()
Get the namespace resolver in use by the Watch
|
PipelineConfiguration |
getPipelineConfiguration()
Get the pipeline configuration in use
|
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 a document or element node) that matches the selection
has been found.
|
void |
setAnchorNode(FleetingParentNode anchor)
Set the anchor node for the watch.
|
void |
setNamespaceResolver(NamespaceResolver resolver)
Set a NamespaceResolver for use by the Watch
|
void |
setPipelineConfiguration(PipelineConfiguration pipe)
Set the pipeline configuration in use
|
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.
|
boolean matchesNode(FleetingNode node, XPathContext context) throws XPathException
node
- the node to be testedcontext
- the XPath dynamic contextXPathException
- if a dynamic error occursboolean matchesNodesOfKind(UType kind)
kind
- the node kind as a UTypevoid setPipelineConfiguration(PipelineConfiguration pipe)
pipe
- the pipeline Configuration in usePipelineConfiguration getPipelineConfiguration()
void setNamespaceResolver(NamespaceResolver resolver)
resolver
- the namespace resolver to be usedNamespaceResolver getNamespaceResolver()
void setAnchorNode(FleetingParentNode anchor)
anchor
- The anchor node within which the watch is scopedFleetingParentNode getAnchorNode()
void open(Terminator terminator) throws XPathException
terminator
- XPathException
- May be raised if a dynamic error occursReceiver 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 occursvoid endSelectedParentNode(Location locationId) throws XPathException
locationId
- the location of the elementXPathException
- May be raised if a constraint implemented by this
Watch is violatedvoid processItem(Item item) throws XPathException
item
- the node that was matched.XPathException
- May be raised if a dynamic error occursvoid close() throws XPathException
XPathException
- May be raised if a dynamic error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.