Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

TracerEvent.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 1999-2004 The Apache Software Foundation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #if !defined(XALAN_TracerEvent_HEADER_GUARD)
17 #define XALAN_TracerEvent_HEADER_GUARD
18 
19 
20 
21 // Base include file. Must be first.
23 
24 
25 
26 // $$$ ToDo: This is necessary while XalanDOMString is a typedef.
28 
29 
30 
31 XALAN_CPP_NAMESPACE_BEGIN
32 
33 
34 
35 class XalanNode;
36 class XalanNodeList;
37 class XalanQName;
40 
41 
42 
48 {
49 public:
50 
59  const StylesheetExecutionContext& executionContext,
60  const ElemTemplateElement& styleNode);
61 
62  virtual
63  ~TracerEvent();
64 
74  static XalanDOMString&
75  printNode(const XalanNode& n, XalanDOMString& theResult);
76 
86  static XalanDOMString&
87  printNodeList(const XalanNodeList& l, XalanDOMString& theResult);
88 
93 
98 
99 private:
100 
101  // not implemented
102  TracerEvent& operator=(const TracerEvent &);
103 
104 };
105 
106 
107 
108 XALAN_CPP_NAMESPACE_END
109 
110 
111 
112 #endif //XALAN_TracerEvent_HEADER_GUARD
Definition: XalanNode.hpp:44
Definition: XalanNodeList.hpp:42
Definition: ElemTemplateElement.hpp:74
Definition: StylesheetExecutionContext.hpp:104
const StylesheetExecutionContext & m_executionContext
The XSLT processor instance.
Definition: TracerEvent.hpp:92
This is the parent class of events generated for tracing the progress of the XSL processor.
Definition: TracerEvent.hpp:47
const ElemTemplateElement & m_styleNode
The node in the style tree where the event occurs.
Definition: TracerEvent.hpp:97
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
Definition: XalanDOMString.hpp:42
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68

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