public class StringValueWatch extends ComposingWatch
Constructor and Description |
---|
StringValueWatch(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, open
getAnchorNode, getNamespaceResolver, getPipelineConfiguration, getSelection, setAnchorNode, setNamespaceResolver, setPipelineConfiguration, setSelection
public StringValueWatch(Feed result, Stack<XPathContext> contextStack)
public Receiver startSelectedParentNode(FleetingNode node, int locationId) throws XPathException
node
- the element that was foundlocationId
- information about the location in the stylesheetXPathException
- May be raised if the constraint implemented by this
Watch is violatedpublic void endSelectedParentNode(int locationId) throws XPathException
locationId
- information about the location in the stylesheetValidationException
- 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 violatedpublic void notifySelectedLeafNode(FleetingNode node, int locationId) throws XPathException
notifySelectedLeafNode
in interface Watch
notifySelectedLeafNode
in class AbstractWatch
node
- the node that was matched.locationId
- information about the location in the stylesheetXPathException
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.