Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesNamedNodeMapBridge.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(XERCESNAMEDNODEMAPBRIDGE_HEADER_GUARD_1357924680)
17 #define XERCESNAMEDNODEMAPBRIDGE_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
24 
25 #if XERCES_VERSION_MAJOR >= 2
26 #include <xercesc/dom/deprecated/DOM_NamedNodeMap.hpp>
27 #else
28 #include <xercesc/dom/DOM_NamedNodeMap.hpp>
29 #endif
30 
31 
32 
34 
35 
36 
37 XALAN_CPP_NAMESPACE_BEGIN
38 
39 
40 
42 class XercesNodeBridge;
43 
44 
51 {
52 public:
53 
54  typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_NamedNodeMap DOM_NamedNodeMapType;
55 
57  const DOM_NamedNodeMapType& theXercesNamedNodeMap,
58  const XercesBridgeNavigator& theNavigator);
59 
60  virtual
62 
65 
91  virtual XalanNode*
92  setNamedItem(XalanNode* arg);
93 
105  virtual XalanNode*
106  item(unsigned int index) const;
107 
109 
111 
120  virtual XalanNode*
121  getNamedItem(const XalanDOMString& name) const;
122 
129  virtual unsigned int
130  getLength() const;
131 
133 
135 
151  virtual XalanNode*
152  removeNamedItem(const XalanDOMString& name);
153 
155 
157 
168  virtual XalanNode*
170  const XalanDOMString& namespaceURI,
171  const XalanDOMString& localName) const;
172 
194  virtual XalanNode*
196 
218  virtual XalanNode*
220  const XalanDOMString& namespaceURI,
221  const XalanDOMString& localName);
222 
224 
225 private:
226 
227  // Not implemented...
229 
231  operator=(const XercesNamedNodeMapBridge& theRHS);
232 
233  bool
234  operator==(const XercesNamedNodeMapBridge& theRHS) const;
235 
236 
237  // $$$ ToDo: Eventually, this will not need to be mutable.
238  mutable DOM_NamedNodeMapType m_xercesNamedNodeMap;
239 
240  const XercesBridgeNavigator& m_navigator;
241 };
242 
243 
244 
245 XALAN_CPP_NAMESPACE_END
246 
247 
248 
249 #endif // !defined(XERCESNAMEDNODEMAPBRIDGE_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