Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Classes | Public Member Functions | List of all members
TraceListener Class Referenceabstract

#include <TraceListener.hpp>

Inherited by TraceListenerDefault.

Classes

struct  TraceListenerGenerateFunctor
 
struct  TraceListenerSelectFunctor
 
struct  TraceListenerTraceFunctor
 

Public Member Functions

 TraceListener ()
 
virtual ~TraceListener ()
 
virtual void trace (const TracerEvent &ev)=0
 Method that is called when a trace event occurs. More...
 
virtual void selected (const SelectionEvent &ev)=0
 Method that is called just after the formatter listener is called. More...
 
virtual void generated (const GenerateEvent &ev)=0
 Method that is called just after the formatter listener is called. More...
 

Detailed Description

Definition at line 36 of file TraceListener.hpp.

Constructor & Destructor Documentation

◆ TraceListener()

TraceListener::TraceListener ( )

◆ ~TraceListener()

virtual TraceListener::~TraceListener ( )
virtual

Member Function Documentation

◆ generated()

virtual void TraceListener::generated ( const GenerateEvent ev)
pure virtual

Method that is called just after the formatter listener is called.

Parameters
evgenerate event

Implemented in TraceListenerDefault.

◆ selected()

virtual void TraceListener::selected ( const SelectionEvent ev)
pure virtual

Method that is called just after the formatter listener is called.

Parameters
evgenerate event

Implemented in TraceListenerDefault.

◆ trace()

virtual void TraceListener::trace ( const TracerEvent ev)
pure virtual

Method that is called when a trace event occurs.

The method is blocking. It must return before processing continues.

Parameters
evtrace event

Implemented in TraceListenerDefault.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo