Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.6

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

ExecutionContext Class Reference

Inheritance diagram for ExecutionContext:

XPathExecutionContext StylesheetExecutionContext XPathExecutionContextDefault StylesheetExecutionContextDefault List of all members.

Public Member Functions


Constructor & Destructor Documentation

ExecutionContext::ExecutionContext  )  [explicit]
 

virtual ExecutionContext::~ExecutionContext  )  [virtual]
 


Member Function Documentation

virtual void ExecutionContext::error const char *  msg,
const XalanNode sourceNode = 0,
const LocatorType locator = 0
const [pure virtual]
 

Report an error and throw an exception.

Parameters:
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.

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.

Parameters:
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.

virtual void ExecutionContext::message const char *  msg,
const XalanNode sourceNode = 0,
const LocatorType locator = 0
const [pure virtual]
 

Output a message.

Parameters:
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::message const XalanDOMString msg,
const XalanNode sourceNode = 0,
const LocatorType locator = 0
const [pure virtual]
 

Output a message.

Parameters:
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 char *  msg,
const XalanNode sourceNode = 0,
const LocatorType locator = 0
const [pure virtual]
 

Report a warning.

Parameters:
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.

virtual void ExecutionContext::warn const XalanDOMString msg,
const XalanNode sourceNode = 0,
const LocatorType locator = 0
const [pure virtual]
 

Report a warning.

Parameters:
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.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.