public class CopyOfWatch extends ComposingWatch
Previously known as SubtreeCopyWatch
| Constructor and Description |
|---|
CopyOfWatch(Feed result,
Stack<XPathContext> contextStack) |
| Modifier and Type | Method and Description |
|---|---|
void |
endSelectedParentNode(int locationId)
Signal that the endElement event has occurred for the element whose startElement
event caused the Watch to be activated.
|
void |
notifySelectedLeafNode(FleetingNode node,
int locationId)
Signal that a node (other than an element) that matches the selection
has been found.
|
Receiver |
startSelectedParentNode(FleetingNode node,
int locationId)
Signal that an element has been found that matches the selection that this
Watch is looking for.
|
close, getContext, getContextStack, getResult, opengetAnchorNode, getNamespaceResolver, getPipelineConfiguration, getSelection, setAnchorNode, setNamespaceResolver, setPipelineConfiguration, setSelectionpublic CopyOfWatch(Feed result, Stack<XPathContext> contextStack)
public Receiver startSelectedParentNode(FleetingNode node, int 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)ValidationException - May be raised if the constraint implemented by this
Watch is violated @param locationIdXPathException - May be raised if a dynamic error occurspublic void notifySelectedLeafNode(FleetingNode node, int locationId) throws XPathException
notifySelectedLeafNode in interface WatchnotifySelectedLeafNode in class AbstractWatchnode - the node that was matched.locationId - XPathExceptionpublic void endSelectedParentNode(int locationId)
throws XPathException
locationId - the location of the elementValidationException - May be raised if the constraint implemented by this
Watch is violated @param locationIdXPathException - May be raised if a constraint implemented by this
Watch is violatedCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.