Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | Static Public Member Functions | Public Attributes
TracerEvent Class Reference

This is the parent class of events generated for tracing the progress of the XSL processor. More...

List of all members.

Public Member Functions

Static Public Member Functions

Public Attributes


Detailed Description

This is the parent class of events generated for tracing the progress of the XSL processor.


Constructor & Destructor Documentation

TracerEvent::TracerEvent ( const StylesheetExecutionContext executionContext,
const ElemTemplateElement styleNode 
)

Construct a tracer event.

Parameters:
executionContextXSLT processor instance
sourceNodecurrent context node
styleNodenode in the style tree where the event occurs
virtual TracerEvent::~TracerEvent ( ) [virtual]

Member Function Documentation

static XalanDOMString& TracerEvent::printNode ( const XalanNode n,
XalanDOMString theResult 
) [static]

Returns a string representation of the node.

The string returned for elements will contain the element name and any attributes enclosed in angle brackets. The string returned for attributes will be of form, "name=value."

Parameters:
nany DOM node
Returns:
string representation of the given node
static XalanDOMString& TracerEvent::printNodeList ( const XalanNodeList l,
XalanDOMString theResult 
) [static]

Returns a string representation of the node list.

The string will contain the list of nodes inside square braces. Elements will contain the element name and any attributes enclosed in angle brackets. Attributes will be of form, "name=value."

Parameters:
lany DOM node list
Returns:
string representation of the given node list

Member Data Documentation

The XSLT processor instance.

The node in the style tree where the event occurs.


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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo