Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Constants.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_CONSTANTS_HEADER_GUARD)
17 #define XALAN_CONSTANTS_HEADER_GUARD
18 
19 
20 
21 // Base include file. Must be first.
22 #include "XSLTDefinitions.hpp"
23 
24 
25 
27 
28 
29 
30 XALAN_CPP_NAMESPACE_BEGIN
31 
32 
33 
38 {
39 public:
40 
45  static void
46  initialize(MemoryManagerType& theManager);
47 
51  static void
52  terminate();
53 
58  // Result tree counting
92 
93  /*---------------------------------------------
94  * Literals for XSL attribute names.
95  */
147 
149 
150  // For space-att
153 
154  // For indent-result
156  static const XalanDOMString& ATTRVAL_NO;
157 
158  // Output stuff
170 
174 
176 
177  // Stuff for sorting
184 
185  // Stuff for xsl:decimal-format...
188 
190 
191  // Default whitespace separator string for StringTokenizer.
193 
194  // Value for default text rule
196 
198 
199  // For Stylesheet-prefix and result-prefix in xsl:namespace-alias
201 
202  // This is used for trace reporting.
204 };
205 
206 
207 
208 XALAN_CPP_NAMESPACE_END
209 
210 
211 
212 #endif // XALAN_CONSTANTS_HEADER_GUARD

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