public static class ContentHandlerProxy.ContentHandlerProxyTraceListener extends java.lang.Object implements TraceListener
| Constructor and Description |
|---|
ContentHandlerProxyTraceListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Method called at the end of execution, that is, when the run-time execution ends
|
void |
endCurrentItem(Item currentItem)
Method that is called when an instruction has finished processing a new current item
and is ready to select a new current item or revert to the previous current item.
|
java.util.Stack |
getContextItemStack()
Get the context item stack
|
void |
open(Controller controller)
Method called at the start of execution, that is, when the run-time transformation starts
|
void |
setOutputDestination(Logger stream)
Method called to supply the destination for output
|
void |
startCurrentItem(Item currentItem)
Method that is called by an instruction that changes the current item
in the source document: that is, xsl:for-each, xsl:apply-templates, xsl:for-each-group.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendRuleSearch, enter, leave, startRuleSearchpublic void setOutputDestination(Logger stream)
TraceListenersetOutputDestination in interface TraceListenerstream - a Logger to which any output produced by the TraceListener should be writtenpublic java.util.Stack getContextItemStack()
public void open(Controller controller)
open in interface TraceListenercontroller - identifies the transformation controller, and provides the listener with
access to context and configuration informationpublic void close()
close in interface TraceListenerpublic void startCurrentItem(Item currentItem)
startCurrentItem in interface TraceListenercurrentItem - the new current item. Item objects are not mutable; it is safe to retain
a reference to the Item for later use.public void endCurrentItem(Item currentItem)
endCurrentItem in interface TraceListenercurrentItem - the item that was current, whose processing is now complete. This will represent
the same underlying item as the corresponding startCurrentItem() call, though it will
not necessarily be the same actual object.Copyright (c) 2004-2021 Saxonica Limited. All rights reserved.