#include <ExecutionContext.hpp>
Inherits ProblemListenerBase.
Inherited by XPathExecutionContext.

Definition at line 57 of file ExecutionContext.hpp.
| ExecutionContext::ExecutionContext | ( | MemoryManager & | theMemoryManager | ) |
| virtual ExecutionContext::~ExecutionContext | ( | ) | [virtual] |
| MemoryManager& ExecutionContext::getExceptionMemoryManager | ( | ) | const [inline] |
Definition at line 106 of file ExecutionContext.hpp.
| MemoryManager& ExecutionContext::getMemoryManager | ( | ) | const [inline] |
Definition at line 100 of file ExecutionContext.hpp.
| bool ExecutionContext::hasPreserveOrStripSpaceConditions | ( | ) | const [inline] |
Definition at line 84 of file ExecutionContext.hpp.
| virtual void ExecutionContext::problem | ( | eSource | source, | |
| eClassification | classification, | |||
| const XalanDOMString & | msg, | |||
| const XalanNode * | sourceNode | |||
| ) | [pure virtual] |
Function that is called when a problem event occurs.
This version assumes location information is already formatted into the message.
| source | either eXMLPARSER, eXSLPROCESSOR, or eXPATH | |
| classification | either eMESSAGE, eERROR or eWARNING | |
| msg | string message explaining the problem. |
Implements ProblemListenerBase.
Implemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.
| virtual void ExecutionContext::problem | ( | eSource | source, | |
| eClassification | classification, | |||
| const XalanDOMString & | msg, | |||
| const Locator * | locator, | |||
| const XalanNode * | sourceNode | |||
| ) | [pure virtual] |
Function that is called when a problem event occurs.
| source | Either eXMLParser, eXSLProcessor, or eXPATH. | |
| classification | Either eMessage, eWarning, or eError. | |
| locator | The current Locator instance for the stylesheet. Maybe be a null pointer. | |
| sourceNode | The current source node, if any. | |
| msg | The error message. |
Implements ProblemListenerBase.
Implemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.
| virtual bool ExecutionContext::shouldStripSourceNode | ( | const XalanText & | node | ) | [pure virtual] |
Determine if a text node should be stripped from the source tree, as if it weren't there.
| textNode | text node from the source tree |
Implemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.
bool ExecutionContext::m_hasPreserveOrStripConditions [protected] |
Definition at line 115 of file ExecutionContext.hpp.
MemoryManager& ExecutionContext::m_memoryManager [protected] |
Definition at line 113 of file ExecutionContext.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|