16 #if !defined(XALAN_TraceListenerDefault_HEADER_GUARD)
17 #define XALAN_TraceListenerDefault_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
48 bool traceTemplates =
false,
49 bool traceElements =
false,
50 bool traceGeneration =
false,
51 bool traceSelection =
false,
69 return m_traceTemplates;
81 return m_traceElements;
93 return m_traceGeneration;
99 m_traceGeneration = b;
105 return m_traceSelection;
111 m_traceSelection = b;
126 bool m_traceTemplates;
128 bool m_traceElements;
130 bool m_traceGeneration;
132 bool m_traceSelection;
139 XALAN_CPP_NAMESPACE_END
143 #endif //XALAN_TraceListenerDefault_HEADER_GUARD
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ElemTemplateElement.hpp:74
Definition: DOMSupport.hpp:39
void setTraceElements(bool b)
Definition: TraceListenerDefault.hpp:85
void setTraceSelection(bool b)
Definition: TraceListenerDefault.hpp:109
virtual void selected(const SelectionEvent &ev)=0
Method that is called just after the formatter listener is called.
This is the class for events generated by the XSL processor after it generates a new node in the resu...
Definition: GenerateEvent.hpp:50
#define XALAN_DEFAULT_MEMMGR
Definition: XalanMemoryManagement.hpp:402
bool getTraceElement() const
Definition: TraceListenerDefault.hpp:79
Definition: PrintWriter.hpp:35
Local implementation of NodeRefList.
Definition: NodeRefListBase.hpp:42
virtual void generated(const GenerateEvent &ev)=0
Method that is called just after the formatter listener is called.
virtual void trace(const TracerEvent &ev)=0
Method that is called when a trace event occurs.
bool getTraceSelection() const
Definition: TraceListenerDefault.hpp:103
Definition: TraceListener.hpp:34
This is the parent class of events generated for tracing the progress of the XSL processor.
Definition: TracerEvent.hpp:47
bool getTraceGeneration() const
Definition: TraceListenerDefault.hpp:91
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
Definition: TraceListenerDefault.hpp:42
bool getTraceTemplates() const
Definition: TraceListenerDefault.hpp:67
Definition: SelectionEvent.hpp:45
void setTraceTemplates(bool b)
Definition: TraceListenerDefault.hpp:73
void setTraceGeneration(bool b)
Definition: TraceListenerDefault.hpp:97