ExecutionContext::ExecutionContext | ( | MemoryManagerType & | m_memoryManager | ) | [explicit] |
virtual ExecutionContext::~ExecutionContext | ( | ) | [virtual] |
virtual void ExecutionContext::error | ( | const XalanDOMString & | msg, |
const XalanNode * | sourceNode = 0 , |
||
const LocatorType * | locator = 0 |
||
) | const [pure virtual] |
Report an error and throw an exception.
msg | The text of the message. |
sourceNode | The source node where the error occurred. May be 0. |
locator | A Locator to determine where the error occurred. May be 0. |
Implemented in XPathExecutionContext, XPathExecutionContextDefault, StylesheetExecutionContext, and StylesheetExecutionContextDefault.
MemoryManagerType& ExecutionContext::getMemoryManager | ( | ) |
virtual void ExecutionContext::message | ( | const XalanDOMString & | msg, |
const XalanNode * | sourceNode = 0 , |
||
const LocatorType * | locator = 0 |
||
) | const [pure virtual] |
Output a message.
msg | The text of the message. |
sourceNode | The source node where the message occurred. May be 0. |
locator | A Locator to determine where the message occurred. May be 0. |
Implemented in XPathExecutionContext, XPathExecutionContextDefault, StylesheetExecutionContext, and StylesheetExecutionContextDefault.
virtual void ExecutionContext::warn | ( | const XalanDOMString & | msg, |
const XalanNode * | sourceNode = 0 , |
||
const LocatorType * | locator = 0 |
||
) | const [pure virtual] |
Report a warning.
msg | The text of the message. |
sourceNode | The source node where the warning occurred. May be 0. |
locator | A Locator to determine where the warning occurred. May be 0. |
Implemented in XPathExecutionContext, XPathExecutionContextDefault, StylesheetExecutionContext, and StylesheetExecutionContextDefault.
MemoryManagerType& ExecutionContext::m_memoryManager [protected] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|