Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesNodeListWrapper.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(XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680)
17 #define XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
24 
26 
27 
28 
30 
31 
32 
33 XALAN_CPP_NAMESPACE_BEGIN
34 
35 
36 
38 
39 
40 
42 {
43 public:
44 
46  const DOMNodeListType* theXercesNodeList,
47  const XercesWrapperNavigator& theNavigator);
48 
50 
51  virtual
53 
54  bool
55  operator==(const XercesNodeListWrapper& theRHS) const
56  {
57  return m_xercesNodeList == theRHS.m_xercesNodeList ? true : false;
58  }
59 
73  virtual XalanNode*
74  item(unsigned int index) const;
75 
81  virtual unsigned int
82  getLength() const;
83 
84 private:
85 
86  // Not implemented...
88  operator=(const XercesNodeListWrapper& theRHS);
89 
90 
91  // Data members...
92  const DOMNodeListType* m_xercesNodeList;
93 
94  const XercesWrapperNavigator& m_navigator;
95 };
96 
97 
98 
99 XALAN_CPP_NAMESPACE_END
100 
101 
102 
103 #endif // !defined(XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680)
Definition: XalanNode.hpp:44
Definition: XalanNodeList.hpp:42
Definition: XercesNodeListWrapper.hpp:41
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
XalanNodeList & operator=(const XalanNodeList &theSource)
XERCES_CPP_NAMESPACE_QUALIFIER DOMNodeList DOMNodeListType
Definition: XercesWrapperTypes.hpp:66
virtual XalanNode * item(unsigned int index) const =0
Returns the indexth item in the collection.
bool operator==(const XercesNodeListWrapper &theRHS) const
Definition: XercesNodeListWrapper.hpp:55
Definition: XercesWrapperNavigator.hpp:53
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