Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.8

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

XObjectResultTreeFragProxyText.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(XOBJECTRESULTTREEFRAGPROXYTEXT_HEADER_GUARD_1357924680) 00017 #define XOBJECTRESULTTREEFRAGPROXYTEXT_HEADER_GUARD_1357924680 00018 00019 00020 00021 #include <xalanc/XPath/XPathDefinitions.hpp> 00022 00023 00024 00025 #include <xalanc/XalanDOM/XalanText.hpp> 00026 00027 00028 00029 XALAN_CPP_NAMESPACE_BEGIN 00030 00031 00032 00033 class XObject; 00034 00035 00036 00037 class XALAN_XPATH_EXPORT XObjectResultTreeFragProxyText : public XalanText 00038 { 00039 public: 00040 00044 static void 00045 initialize(); 00046 00050 static void 00051 terminate(); 00052 00058 XObjectResultTreeFragProxyText(const XObject& theXObject); 00059 00060 virtual 00061 ~XObjectResultTreeFragProxyText(); 00062 00063 00067 virtual const XalanDOMString& 00068 getNodeName() const; 00069 00073 virtual const XalanDOMString& 00074 getNodeValue() const; 00075 00079 virtual NodeType 00080 getNodeType() const; 00081 00091 virtual XalanNode* 00092 getParentNode() const; 00093 00107 virtual const XalanNodeList* 00108 getChildNodes() const; 00109 00115 virtual XalanNode* 00116 getFirstChild() const; 00117 00123 virtual XalanNode* 00124 getLastChild() const; 00125 00131 virtual XalanNode* 00132 getPreviousSibling() const; 00133 00139 virtual XalanNode* 00140 getNextSibling() const; 00141 00146 virtual const XalanNamedNodeMap* 00147 getAttributes() const; 00148 00158 virtual XalanDocument* 00159 getOwnerDocument() const; 00160 00162 00164 00183 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE) 00184 virtual XalanNode* 00185 #else 00186 virtual XObjectResultTreeFragProxyText* 00187 #endif 00188 cloneNode(bool deep) const; 00189 00191 00193 00210 virtual XalanNode* 00211 insertBefore( 00212 XalanNode* newChild, 00213 XalanNode* refChild); 00214 00228 virtual XalanNode* 00229 replaceChild( 00230 XalanNode* newChild, 00231 XalanNode* oldChild); 00232 00240 virtual XalanNode* 00241 removeChild(XalanNode* oldChild); 00242 00254 virtual XalanNode* 00255 appendChild(XalanNode* newChild); 00256 00258 00260 00268 virtual bool 00269 hasChildNodes() const; 00270 00271 00273 00275 00276 00290 virtual void 00291 setNodeValue(const XalanDOMString& nodeValue); 00292 00294 00296 00313 virtual void 00314 normalize(); 00315 00329 virtual bool 00330 isSupported( 00331 const XalanDOMString& feature, 00332 const XalanDOMString& version) const; 00333 00347 virtual const XalanDOMString& 00348 getNamespaceURI() const; 00349 00354 virtual const XalanDOMString& 00355 getPrefix() const; 00356 00364 virtual const XalanDOMString& 00365 getLocalName() const; 00366 00396 virtual void 00397 setPrefix(const XalanDOMString& prefix); 00398 00399 virtual bool 00400 isIndexed() const; 00401 00402 virtual IndexType 00403 getIndex() const; 00404 00406 00407 // These interfaces are inherited from XalanCDATASection... 00408 00427 virtual const XalanDOMString& 00428 getData() const; 00429 00437 virtual unsigned int 00438 getLength() const; 00439 00455 virtual XalanDOMString 00456 substringData( 00457 unsigned int offset, 00458 unsigned int count) const; 00459 00461 00472 virtual void 00473 appendData(const XalanDOMString& arg); 00474 00485 virtual void 00486 insertData( 00487 unsigned int offset, 00488 const XalanDOMString& arg); 00489 00506 virtual void 00507 deleteData( 00508 unsigned int offset, 00509 unsigned int count); 00510 00529 virtual void 00530 replaceData( 00531 unsigned int offset, 00532 unsigned int count, 00533 const XalanDOMString& arg); 00534 00536 00538 00540 00558 virtual XalanText* 00559 splitText(unsigned int offset); 00560 00562 00563 virtual bool 00564 isIgnorableWhitespace() const; 00565 00566 00567 private: 00568 00569 // Not implemented... 00570 XObjectResultTreeFragProxyText& 00571 operator=(const XObjectResultTreeFragProxyText& theSource); 00572 00573 bool 00574 operator==(const XObjectResultTreeFragProxyText& theRHS) const; 00575 00576 00577 // Data members... 00578 const XObject& m_value; 00579 00580 static const XalanDOMString& s_nameString; 00581 }; 00582 00583 00584 00585 XALAN_CPP_NAMESPACE_END 00586 00587 00588 00589 #endif // XOBJECTRESULTTREEFRAGPROXYTEXT_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.