Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ExecutionContext Class Reference

#include <ExecutionContext.hpp>

Inheritance diagram for ExecutionContext

Inheritance graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

ExecutionContext::ExecutionContext ( ) [explicit]
 

virtual ExecutionContext::~ExecutionContext ( ) [virtual]
 


Member Function Documentation

void ExecutionContext::error ( const char * msg,
const XalanNode * sourceNode,
const Locator * locator ) const [pure virtual]
 

Tell the user of an error, and throw an exception.

Parameters:
msg   text of message to output
sourceNode   node in source where the error occurred. May be 0.
locator   A Locator to determine where the error occurred. May be 0.

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::error ( const char * msg,
const XalanNode * sourceNode = 0,
const XalanNode * styleNode = 0 ) const [pure virtual]
 

Tell the user of an error, and throw an exception.

Parameters:
msg   text of message to output
sourceNode   node in source where the error occurred
styleNode   node in stylesheet where the error occurred

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::error ( const XalanDOMString & msg,
const XalanNode * sourceNode,
const Locator * locator ) const [pure virtual]
 

Tell the user of an error, and throw an exception.

Parameters:
msg   text of message to output
sourceNode   node in source where the error occurred. May be 0.
locator   A Locator to determine where the error occurred. May be 0.

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::error ( const XalanDOMString & msg,
const XalanNode * sourceNode = 0,
const XalanNode * styleNode = 0 ) const [pure virtual]
 

Tell the user of an error, and throw an exception.

Parameters:
msg   text of message to output
sourceNode   node in source where the error occurred
styleNode   node in stylesheet where the error occurred

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::message ( const char * msg,
const XalanNode * sourceNode,
const Locator * locator ) const [pure virtual]
 

Output a message.

Parameters:
msg   text of message to output
sourceNode   node in source where the message occurred. May be 0.
locator   A Locator to determine where the message occurred. May be 0.

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::message ( const char * msg,
const XalanNode * sourceNode = 0,
const XalanNode * styleNode = 0 ) const [pure virtual]
 

Output a message.

Parameters:
msg   text of message to output
sourceNode   node in source where the message occurred
styleNode   node in stylesheet where the message occurred

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::message ( const XalanDOMString & msg,
const XalanNode * sourceNode,
const Locator * locator ) const [pure virtual]
 

Output a message.

Parameters:
msg   text of message to output
sourceNode   node in source where the message occurred. May be 0.
locator   A Locator to determine where the message occurred. May be 0.

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::message ( const XalanDOMString & msg,
const XalanNode * sourceNode = 0,
const XalanNode * styleNode = 0 ) const [pure virtual]
 

Output a message.

Parameters:
msg   text of message to output
sourceNode   node in source where error occurred
styleNode   node in stylesheet where error occurred

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::warn ( const char * msg,
const XalanNode * sourceNode,
const Locator * locator ) const [pure virtual]
 

Tell the user of a warning.

Parameters:
msg   text of message to output
sourceNode   node in source where the warning occurred. May be 0.
locator   A Locator to determine where the warning occurred. May be 0.

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::warn ( const char * msg,
const XalanNode * sourceNode = 0,
const XalanNode * styleNode = 0 ) const [pure virtual]
 

Tell the user of an warning, and probably throw an exception.

Parameters:
msg   text of message to output
sourceNode   node in source where the warning occurred
styleNode   node in stylesheet where the warning occurred

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::warn ( const XalanDOMString & msg,
const XalanNode * sourceNode,
const Locator * locator ) const [pure virtual]
 

Tell the user of a warning.

Parameters:
msg   text of message to output
sourceNode   node in source where the warning occurred. May be 0.
locator   A Locator to determine where the warning occurred. May be 0.

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.

void ExecutionContext::warn ( const XalanDOMString & msg,
const XalanNode * sourceNode = 0,
const XalanNode * styleNode = 0 ) const [pure virtual]
 

Tell the user of an warning.

Parameters:
msg   text of message to output
sourceNode   node in source where the warning occurred
styleNode   node in stylesheet where the warning occurred

Reimplemented in StylesheetExecutionContext, StylesheetExecutionContextDefault, XPathExecutionContext, and XPathExecutionContextDefault.


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.