|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The STX processor calls this interface when it matches a source node,
selects a set of source nodes, or generates a result node.
To react on trace events you have to register your own object on the
TransformerImpl
with the help of the
TraceManager
TransformerImpl.getTraceManager()
.
Method Summary | |
void |
endResultCDATA()
Called for emitter end CDATA event. |
void |
endResultDocument()
Called for emitter end document event. |
void |
endResultElement(SAXEvent saxevent)
Called for emitter end element event. |
void |
endSourceDocument()
Called at end of processing. |
void |
endSourceElement(SAXEvent saxevent)
Called when a end element event of the source was received. |
void |
enterInstructionNode(AbstractInstruction inst,
SAXEvent event)
Called when an element of the stylesheet gets processed. |
void |
leaveInstructionNode(AbstractInstruction inst,
SAXEvent event)
Called after an element of the stylesheet got processed. |
void |
resultComment(SAXEvent saxevent)
Called for emitter comment event. |
void |
resultPI(SAXEvent saxevent)
Called for emitter PI event. |
void |
resultText(SAXEvent saxevent)
Called for emitter text event. |
void |
sourceComment(SAXEvent saxevent)
Called when a comment of the source was received. |
void |
sourceMapping(SAXEvent saxevent)
Called when a ns mapping of the source was received. |
void |
sourcePI(SAXEvent saxevent)
Called when a PI event of the source was received. |
void |
sourceText(SAXEvent saxevent)
Called when a text event of the source was received. |
void |
startResultCDATA()
Called for emitter start CDATA event. |
void |
startResultDocument()
Called for emitter start document event. |
void |
startResultElement(SAXEvent saxevent)
Called for emitter start element event. |
void |
startSourceDocument()
Called at the start of processing. |
void |
startSourceElement(SAXEvent saxevent)
Called when a start element event of the source was received. |
Method Detail |
public void startSourceDocument()
public void endSourceDocument()
public void startSourceElement(SAXEvent saxevent)
public void endSourceElement(SAXEvent saxevent)
public void sourceText(SAXEvent saxevent)
public void sourcePI(SAXEvent saxevent)
public void sourceMapping(SAXEvent saxevent)
public void sourceComment(SAXEvent saxevent)
public void enterInstructionNode(AbstractInstruction inst, SAXEvent event)
public void leaveInstructionNode(AbstractInstruction inst, SAXEvent event)
public void startResultDocument()
public void endResultDocument()
public void startResultElement(SAXEvent saxevent)
public void endResultElement(SAXEvent saxevent)
public void resultText(SAXEvent saxevent)
public void resultPI(SAXEvent saxevent)
public void resultComment(SAXEvent saxevent)
public void startResultCDATA()
public void endResultCDATA()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |