|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_PROBLEMLISTENERDEFAULT_HEADER_GUARD)
19 #define XALAN_PROBLEMLISTENERDEFAULT_HEADER_GUARD
33 namespace XERCES_CPP_NAMESPACE
44 using xercesc::MemoryManager;
56 MemoryManager& theManager,
73 const Locator* locator,
90 const XalanDOMChar* uri,
92 XalanFileLoc charOffset);
108 const Locator* locator,
111 ProblemListenerBase::defaultFormat(
128 ProblemListenerBase::defaultFormat(
140 eClassification classification,
144 const XalanDOMChar* uri,
146 XalanFileLoc charOffset);
150 MemoryManager& m_memoryManager;
161 #endif // XALAN_PROBLEMLISTENERDEFAULT_HEADER_GUARD
static void defaultFormat(PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)
static void defaultFormat(PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
#define XALAN_XSLT_EXPORT
PrintWriter * getPrintWriter() const
This is the abstract class that the XSL processor uses when it has a problem of some kind,...
The implementation of the default error handling for Xalan.