Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesNamedNodeMapWrapper.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(XERCESNAMEDNODEMAPWRAPPER_HEADER_GUARD_1357924680)
17 #define XERCESNAMEDNODEMAPWRAPPER_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 DOMNamedNodeMapType* theXercesNamedNodeMap,
47  const XercesWrapperNavigator& theNavigator);
48 
49  virtual
51 
54 
80  virtual XalanNode*
81  setNamedItem(XalanNode* arg);
82 
94  virtual XalanNode*
95  item(unsigned int index) const;
96 
98 
100 
109  virtual XalanNode*
110  getNamedItem(const XalanDOMString& name) const;
111 
118  virtual unsigned int
119  getLength() const;
120 
122 
124 
140  virtual XalanNode*
141  removeNamedItem(const XalanDOMString& name);
142 
144 
146 
157  virtual XalanNode*
159  const XalanDOMString& namespaceURI,
160  const XalanDOMString& localName) const;
161 
183  virtual XalanNode*
185 
207  virtual XalanNode*
209  const XalanDOMString& namespaceURI,
210  const XalanDOMString& localName);
211 
213 
214 private:
215 
216  // Not implemented...
218 
220  operator=(const XercesNamedNodeMapWrapper& theRHS);
221 
222  bool
223  operator==(const XercesNamedNodeMapWrapper& theRHS) const;
224 
225 
226  const DOMNamedNodeMapType* const m_xercesNamedNodeMap;
227 
228  const XercesWrapperNavigator& m_navigator;
229 };
230 
231 
232 
233 XALAN_CPP_NAMESPACE_END
234 
235 
236 
237 #endif // !defined(XERCESNAMEDNODEMAPWRAPPER_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