#include <xalanc/PlatformSupport/ExecutionContext.hpp>
|
enum | eSource {
eXMLPARSER = 0
, eXMLParser = 0
, eXSLPROCESSOR = 1
, eXSLTProcessor = 1
,
eXPATH = 2
, eXPath = 2
, eSourceCount
} |
|
enum | eClassification {
eMESSAGE = 0
, eMessage = 0
, eWARNING = 1
, eWarning = 1
,
eERROR = 2
, eError = 2
, eClassificationCount
} |
|
typedef eSource | eProblemSource |
|
static void | defaultFormat (PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode) |
| Function to format a problem call to a PrintWriter instance.
|
|
static void | defaultFormat (PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode) |
| Function to format a problem call to a PrintWriter instance.
|
|
static const XalanMessages::Codes | s_messageCodes [eSourceCount][eClassificationCount] |
|
Definition at line 60 of file ExecutionContext.hpp.
◆ ExecutionContext()
xalanc::ExecutionContext::ExecutionContext |
( |
MemoryManager & |
theMemoryManager | ) |
|
◆ ~ExecutionContext()
virtual xalanc::ExecutionContext::~ExecutionContext |
( |
| ) |
|
|
virtual |
◆ getExceptionMemoryManager()
MemoryManager & xalanc::ExecutionContext::getExceptionMemoryManager |
( |
| ) |
const |
|
inline |
◆ getMemoryManager()
MemoryManager & xalanc::ExecutionContext::getMemoryManager |
( |
| ) |
const |
|
inline |
◆ hasPreserveOrStripSpaceConditions()
bool xalanc::ExecutionContext::hasPreserveOrStripSpaceConditions |
( |
| ) |
const |
|
inline |
◆ problem() [1/2]
◆ problem() [2/2]
◆ shouldStripSourceNode()
◆ m_hasPreserveOrStripConditions
bool xalanc::ExecutionContext::m_hasPreserveOrStripConditions |
|
protected |
◆ m_memoryManager
MemoryManager& xalanc::ExecutionContext::m_memoryManager |
|
protected |
The documentation for this class was generated from the following file: