Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanSourceTreeElementANS.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(XALANSOURCETREEELEMENTANS_HEADER_GUARD_1357924680)
17 #define XALANSOURCETREEELEMENTANS_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
24 
26 
27 
28 
29 XALAN_CPP_NAMESPACE_BEGIN
30 
31 
32 
34 {
35 public:
36 
53  MemoryManagerType& theManager,
54  const XalanDOMString& theTagName,
55  const XalanDOMString& theLocalName,
56  const XalanDOMString& theNamespaceURI,
57  const XalanDOMString& thePrefix,
58  XalanSourceTreeDocument* theOwnerDocument,
59  XalanSourceTreeAttr** theAttributes,
60  AttributesCountType theAttributeCount,
61  XalanNode* theParentNode = 0,
62  XalanNode* thePreviousSibling = 0,
63  XalanNode* theNextSibling = 0,
64  IndexType theIndex = 0);
65 
66  virtual
68 
69 
70 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
71  virtual XalanNode*
72 #else
74 #endif
75  cloneNode(bool deep) const;
76 
77  virtual const XalanDOMString&
78  getNamespaceURI() const;
79 
80  virtual const XalanDOMString&
81  getPrefix() const;
82 
83  virtual const XalanDOMString&
84  getLocalName() const;
85 
86 protected:
87 
89  MemoryManagerType& theManager,
90  const XalanSourceTreeElementANS& theSource,
91  bool deep);
92 
94  MemoryManagerType& theManager,
95  const XalanSourceTreeElementA& theSource,
96  bool deep);
97 
98 private:
99 
100  // Not implemented...
102  operator=(const XalanSourceTreeElementANS& theSource);
103 
104  bool
105  operator==(const XalanSourceTreeElementANS& theRHS) const;
106 
107 
108  // Data members...
109  const XalanDOMString& m_localName;
110 
111  const XalanDOMString& m_prefix;
112 
113  const XalanDOMString& m_namespaceURI;
114 };
115 
116 
117 
118 XALAN_CPP_NAMESPACE_END
119 
120 
121 
122 #endif // !defined(XALANSOURCETREEELEMENTANS_HEADER_GUARD_1357924680)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanNode.hpp:44
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XalanSourceTreeElementANS.hpp:33
virtual const XalanDOMString & getLocalName() const
Returns the local part of the qualified name of this node.
#define XALAN_XALANSOURCETREE_EXPORT
Definition: XalanSourceTreeDefinitions.hpp:33
Definition: XalanSourceTreeAttr.hpp:50
unsigned long AttributesCountType
Definition: XalanSourceTreeElementA.hpp:41
virtual XalanSourceTreeElementA * cloneNode(bool deep) const
Returns a duplicate of this node.
virtual const XalanDOMString & getNamespaceURI() const
Get the namespace URI of this node, or null if it is unspecified.
Definition: XalanDOMString.hpp:42
unsigned long IndexType
Definition: XalanNode.hpp:70
Definition: XalanSourceTreeDocument.hpp:73
virtual const XalanDOMString & getPrefix() const
Get the namespace prefix of this node, or null if it is unspecified.
Definition: XalanSourceTreeElementA.hpp:37

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