Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanNodeListDummy.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(XALANNODELISTDUMMY_HEADER_GUARD_1357924680)
17 #define XALANNODELISTDUMMY_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
24 
26 
27 
28 
29 XALAN_CPP_NAMESPACE_BEGIN
30 
31 
32 
33 class XalanNode;
34 
35 
36 
37 /*
38  * <meta name="usage" content="experimental"/>
39  *
40  * Helper class for implementing the DOM NodeList interface.
41  *
42  * This class is experimental and subject to change!!
43  */
44 
46 {
47 public:
48 
50 
51  virtual
53 
55  operator=(const XalanNodeListDummy& /* theSource */)
56  {
57  return *this;
58  }
59 
60  virtual XalanNode*
61  item(unsigned int index) const;
62 
63  virtual unsigned int
64  getLength() const;
65 
66 private:
67 };
68 
69 
70 
71 XALAN_CPP_NAMESPACE_END
72 
73 
74 
75 #endif // !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
Definition: XalanNode.hpp:44
Definition: XalanNodeList.hpp:42
Definition: XalanNodeListDummy.hpp:45
#define XALAN_DOM_EXPORT
Definition: XalanDOMDefinitions.hpp:35
XalanNodeListDummy & operator=(const XalanNodeListDummy &)
Definition: XalanNodeListDummy.hpp:55
virtual XalanNode * item(unsigned int index) const =0
Returns the indexth item in the collection.
virtual unsigned int getLength() const =0
Returns the number of nodes in the list.

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