Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesNamedNodeMapAttributeList.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(XERCESNAMEDNODEMAPATTRIBUTELIST_HEADER_GUARD_1357924680)
17 #define XERCESNAMEDNODEMAPATTRIBUTELIST_HEADER_GUARD_1357924680
18 
19 
20 
21 // Base include file. Must be first.
23 
24 
25 
26 #include <xercesc/sax/AttributeList.hpp>
27 
28 
29 
31 
32 
33 
34 XALAN_CPP_NAMESPACE_BEGIN
35 
36 
37 
38 class XALAN_XERCESPARSERLIAISON_EXPORT XercesNamedNodeMapAttributeList : public XERCES_CPP_NAMESPACE_QUALIFIER AttributeList
39 {
40 public:
41 
42  typedef XERCES_CPP_NAMESPACE_QUALIFIER AttributeList ParentType;
43 
44  explicit
46 
47  virtual
49 
50  // These are inherited from AttributeList
51  virtual unsigned int
52  getLength() const;
53 
54  virtual const XMLCh*
55  getName(const unsigned int index) const;
56 
57  virtual const XMLCh*
58  getType(const unsigned int index) const;
59 
60  virtual const XMLCh*
61  getValue(const unsigned int index) const;
62 
63  virtual const XMLCh*
64  getType(const XMLCh* const name) const;
65 
66  virtual const XMLCh*
67  getValue(const XMLCh* const name) const;
68 
69 private:
70  virtual const XMLCh*
71  getValue(const char* const name) const;
72 
73  // Not implemented...
75  operator=(const XercesNamedNodeMapAttributeList&);
76 
77  bool
79 
80 
81  // Data members...
82  const DOMNamedNodeMapType* const m_nodeMap;
83 
84  const XMLSizeType m_lastIndex;
85 
86  static const XMLCh s_typeString[];
87 };
88 
89 
90 
91 XALAN_CPP_NAMESPACE_END
92 
93 
94 
95 #endif // XERCESNAMEDNODEMAPATTRIBUTELIST_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