public abstract class ComposingWatch extends AbstractWatch
Constructor and Description |
---|
ComposingWatch(Feed result,
Stack<XPathContext> contextStack) |
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.
|
XPathContext |
getContext()
Get the dynamic context (the top frame of the context stack)
|
Stack<XPathContext> |
getContextStack()
Get the context stack
|
Feed |
getResult() |
void |
open()
Open the watch.
|
getAnchorNode, getNamespaceResolver, getPipelineConfiguration, getSelection, notifySelectedLeafNode, setAnchorNode, setNamespaceResolver, setPipelineConfiguration, setSelection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endSelectedParentNode, startSelectedParentNode
public ComposingWatch(Feed result, Stack<XPathContext> contextStack)
public Feed getResult()
public XPathContext getContext()
public Stack<XPathContext> getContextStack()
public void open() throws XPathException
open
in interface Watch
open
in class AbstractWatch
XPathException
public void close() throws XPathException
close
in interface Watch
close
in class AbstractWatch
XPathException
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.