00001 /* 00002 * Copyright 1999-2004 The Apache Software Foundation. 00003 * 00004 * Licensed under the Apache License, Version 2.0 (the "License"); 00005 * you may not use this file except in compliance with the License. 00006 * You may obtain a copy of the License at 00007 * 00008 * http://www.apache.org/licenses/LICENSE-2.0 00009 * 00010 * Unless required by applicable law or agreed to in writing, software 00011 * distributed under the License is distributed on an "AS IS" BASIS, 00012 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00013 * See the License for the specific language governing permissions and 00014 * limitations under the License. 00015 */ 00016 #if !defined(XALANSOURCETREEELEMENTANS_HEADER_GUARD_1357924680) 00017 #define XALANSOURCETREEELEMENTANS_HEADER_GUARD_1357924680 00018 00019 00020 00021 #include <xalanc/XalanSourceTree/XalanSourceTreeDefinitions.hpp> 00022 00023 00024 00025 #include <xalanc/XalanSourceTree/XalanSourceTreeElementA.hpp> 00026 00027 00028 00029 XALAN_CPP_NAMESPACE_BEGIN 00030 00031 00032 00033 class XALAN_XALANSOURCETREE_EXPORT XalanSourceTreeElementANS : public XalanSourceTreeElementA 00034 { 00035 public: 00036 00052 XalanSourceTreeElementANS( 00053 MemoryManagerType& theManager, 00054 const XalanDOMString& theTagName, 00055 const XalanDOMString& theLocalName, 00056 const XalanDOMString& theNamespaceURI, 00057 const XalanDOMString& thePrefix, 00058 XalanSourceTreeDocument* theOwnerDocument, 00059 XalanSourceTreeAttr** theAttributes, 00060 AttributesCountType theAttributeCount, 00061 XalanNode* theParentNode = 0, 00062 XalanNode* thePreviousSibling = 0, 00063 XalanNode* theNextSibling = 0, 00064 IndexType theIndex = 0); 00065 00066 virtual 00067 ~XalanSourceTreeElementANS(); 00068 00069 00070 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE) 00071 virtual XalanNode* 00072 #else 00073 virtual XalanSourceTreeElementANS* 00074 #endif 00075 cloneNode(bool deep) const; 00076 00077 virtual const XalanDOMString& 00078 getNamespaceURI() const; 00079 00080 virtual const XalanDOMString& 00081 getPrefix() const; 00082 00083 virtual const XalanDOMString& 00084 getLocalName() const; 00085 00086 protected: 00087 00088 XalanSourceTreeElementANS( 00089 MemoryManagerType& theManager, 00090 const XalanSourceTreeElementANS& theSource, 00091 bool deep); 00092 00093 XalanSourceTreeElementANS( 00094 MemoryManagerType& theManager, 00095 const XalanSourceTreeElementA& theSource, 00096 bool deep); 00097 00098 private: 00099 00100 // Not implemented... 00101 XalanSourceTreeElementANS& 00102 operator=(const XalanSourceTreeElementANS& theSource); 00103 00104 bool 00105 operator==(const XalanSourceTreeElementANS& theRHS) const; 00106 00107 00108 // Data members... 00109 const XalanDOMString& m_localName; 00110 00111 const XalanDOMString& m_prefix; 00112 00113 const XalanDOMString& m_namespaceURI; 00114 }; 00115 00116 00117 00118 XALAN_CPP_NAMESPACE_END 00119 00120 00121 00122 #endif // !defined(XALANSOURCETREEELEMENTANS_HEADER_GUARD_1357924680)
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|