Public Member Functions | |
ExecutionContext (MemoryManagerType &m_memoryManager) | |
virtual | ~ExecutionContext () |
virtual void | error (const XalanDOMString &msg, const XalanNode *sourceNode=0, const LocatorType *locator=0) const =0 |
Report an error and throw an exception. | |
virtual void | warn (const XalanDOMString &msg, const XalanNode *sourceNode=0, const LocatorType *locator=0) const =0 |
Report a warning. | |
virtual void | message (const XalanDOMString &msg, const XalanNode *sourceNode=0, const LocatorType *locator=0) const =0 |
Output a message. | |
MemoryManagerType & | getMemoryManager () |
Protected Attributes | |
MemoryManagerType & | m_memoryManager |
|
explicit |
|
virtual |
|
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 StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.
MemoryManagerType& ExecutionContext::getMemoryManager | ( | ) |
|
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 StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.
|
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 StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.
|
protected |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|