Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALAN_TraceListenerDefault_HEADER_GUARD)
19 #define XALAN_TraceListenerDefault_HEADER_GUARD
35 XALAN_CPP_NAMESPACE_BEGIN
54 MemoryManager& theManager,
55 bool traceTemplates =
false,
56 bool traceElements =
false,
57 bool traceGeneration =
false,
58 bool traceSelection =
false);
63 MemoryManager& theManager,
64 bool traceTemplates =
false,
65 bool traceElements =
false,
66 bool traceGeneration =
false,
67 bool traceSelection =
false);
84 return m_traceTemplates;
96 return m_traceElements;
108 return m_traceGeneration;
114 m_traceGeneration = b;
120 return m_traceSelection;
126 m_traceSelection = b;
143 bool m_traceTemplates;
145 bool m_traceElements;
147 bool m_traceGeneration;
149 bool m_traceSelection;
151 MemoryManager& m_memoryManager;
156 XALAN_CPP_NAMESPACE_END
160 #endif //XALAN_TraceListenerDefault_HEADER_GUARD
bool getTraceGeneration() const
bool getTraceTemplates() const
void setTraceElements(bool b)
This is the parent class of events generated for tracing the progress of the XSL processor.
bool getTraceElement() const
This is the class for events generated by the XSL processor after it generates a new node in the resu...
#define XALAN_XSLT_EXPORT
void setTraceSelection(bool b)
void setTraceTemplates(bool b)
virtual void generated(const GenerateEvent &ev)=0
Method that is called just after the formatter listener is called.
bool getTraceSelection() const
virtual void trace(const TracerEvent &ev)=0
Method that is called when a trace event occurs.
Local implementation of NodeRefList.
virtual void selected(const SelectionEvent &ev)=0
Method that is called just after the formatter listener is called.
void setTraceGeneration(bool b)
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.
|
|