Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.8

Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

XObjectResultTreeFragProxy.hpp

Go to the documentation of this file.
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(XOBJECTRESULTTREEFRAGPROXY_HEADER_GUARD_1357924680)
00017 #define XOBJECTRESULTTREEFRAGPROXY_HEADER_GUARD_1357924680
00018 
00019 
00020 
00021 // Base include file.  Must be first.
00022 #include <xalanc/XPath/XPathDefinitions.hpp>
00023 
00024 
00025 
00026 #include <xalanc/XPath/XObjectResultTreeFragProxyBase.hpp>
00027 #include <xalanc/XPath/XObjectResultTreeFragProxyText.hpp>
00028 
00029 
00030 
00031 
00032 XALAN_CPP_NAMESPACE_BEGIN
00033 
00034 
00035 
00036 class XALAN_XPATH_EXPORT XObjectResultTreeFragProxy : public XObjectResultTreeFragProxyBase
00037 {
00038 public:
00039 
00040     XObjectResultTreeFragProxy(const XObject&   value);
00041 
00042     virtual
00043     ~XObjectResultTreeFragProxy();
00044 
00045 
00046     // These interfaces are inherited from XalanDocumentFragment...
00047 
00048     virtual XalanNode*
00049     getFirstChild() const;
00050 
00051     virtual XalanNode*
00052     getLastChild() const;
00053 
00054 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
00055     virtual XalanNode*
00056 #else
00057     virtual XObjectResultTreeFragProxy*
00058 #endif
00059     cloneNode(bool deep) const;
00060 
00061     virtual bool
00062     hasChildNodes() const;
00063 
00064 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
00065     virtual XalanDocumentFragment*
00066 #else
00067     virtual XObjectResultTreeFragProxy*
00068 #endif
00069     clone(bool  deep) const;
00070 
00071 private:
00072 
00073     // Not implemented...
00074     XObjectResultTreeFragProxy(const XObjectResultTreeFragProxy&    theSource);
00075 
00076     XObjectResultTreeFragProxy&
00077     operator=(const XObjectResultTreeFragProxy& theRHS);
00078 
00079     bool
00080     operator==(const XObjectResultTreeFragProxy&    theRHS);
00081 
00082 
00083     // Data members...
00084     mutable XObjectResultTreeFragProxyText  m_proxy;
00085 };
00086 
00087 
00088 
00089 XALAN_CPP_NAMESPACE_END
00090 
00091 
00092 
00093 #endif  // XOBJECTRESULTTREEFRAGPROXY_HEADER_GUARD_1357924680

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.8
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.