Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XTokenStringAdapter.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(XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680)
17 #define XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680
18 
19 
20 
21 // Base header file. Must be first.
23 
24 
25 
27 
28 
29 
30 // Base class header file.
32 
33 
34 
35 XALAN_CPP_NAMESPACE_BEGIN
36 
37 
38 
39 class XToken;
40 
41 
42 
44 {
45 public:
46 
52  XTokenStringAdapter(const XToken& theToken,
53  MemoryManagerType& theManager);
54 
56  MemoryManagerType& theManager);
57 
58  virtual
60 
61  // These methods are inherited from XObject ...
62 
63  virtual double
64  num() const;
65 
66  virtual const XalanDOMString&
67  str() const;
68 
69  virtual void
70  str(
71  FormatterListener& formatterListener,
72  MemberFunctionPtr function) const;
73 
74  virtual void
75  str(XalanDOMString& theBuffer) const;
76 
77  virtual double
78  stringLength() const;
79 
80 protected:
81 
82  virtual eObjectType
83  getRealType() const;
84 
85 private:
86  // Not implemented
89 
90  // XToken instance that we're adapting...
91  const XToken& m_value;
92 };
93 
94 
95 
96 XALAN_CPP_NAMESPACE_END
97 
98 
99 
100 #endif // XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680

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