Xalan-C++ API Reference 1.12.0
|
This is the parent class of events generated for tracing the progress of the XSL processor. More...
#include <xalanc/XSLT/TracerEvent.hpp>
Public Member Functions | |
TracerEvent (const StylesheetExecutionContext &executionContext, const ElemTemplateElement &styleNode) | |
Construct a tracer event. | |
virtual | ~TracerEvent () |
Static Public Member Functions | |
static XalanDOMString & | printNode (const XalanNode &n, XalanDOMString &theResult) |
Returns a string representation of the node. | |
static XalanDOMString & | printNodeList (const XalanNodeList &l, XalanDOMString &theResult) |
Returns a string representation of the node list. | |
Public Attributes | |
const StylesheetExecutionContext & | m_executionContext |
The XSLT processor instance. | |
const ElemTemplateElement & | m_styleNode |
The node in the style tree where the event occurs. | |
This is the parent class of events generated for tracing the progress of the XSL processor.
Definition at line 49 of file TracerEvent.hpp.
xalanc::TracerEvent::TracerEvent | ( | const StylesheetExecutionContext & | executionContext, |
const ElemTemplateElement & | styleNode | ||
) |
Construct a tracer event.
executionContext | XSLT processor instance |
sourceNode | current context node |
styleNode | node in the style tree where the event occurs |
|
virtual |
|
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."
n | any DOM node |
|
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."
l | any DOM node list |
const StylesheetExecutionContext& xalanc::TracerEvent::m_executionContext |
The XSLT processor instance.
Definition at line 94 of file TracerEvent.hpp.
const ElemTemplateElement& xalanc::TracerEvent::m_styleNode |
The node in the style tree where the event occurs.
Definition at line 99 of file TracerEvent.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by