Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XObjectResultTreeFragProxyText.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(XOBJECTRESULTTREEFRAGPROXYTEXT_HEADER_GUARD_1357924680)
17 #define XOBJECTRESULTTREEFRAGPROXYTEXT_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
25 
26 
28 
29 
30 
31 XALAN_CPP_NAMESPACE_BEGIN
32 
33 
34 
35 class XObject;
36 
37 
38 
40 {
41 public:
42 
46  static void
47  initialize(MemoryManagerType& theManager);
48 
52  static void
53  terminate();
54 
60  XObjectResultTreeFragProxyText(const XObject& theXObject,
61  MemoryManagerType& theManager);
62 
63  virtual
65 
68  {
69  return m_MemoryManager;
70  }
74  virtual const XalanDOMString&
75  getNodeName() const;
76 
80  virtual const XalanDOMString&
81  getNodeValue() const;
82 
86  virtual NodeType
87  getNodeType() const;
88 
98  virtual XalanNode*
99  getParentNode() const;
100 
114  virtual const XalanNodeList*
115  getChildNodes() const;
116 
122  virtual XalanNode*
123  getFirstChild() const;
124 
130  virtual XalanNode*
131  getLastChild() const;
132 
138  virtual XalanNode*
139  getPreviousSibling() const;
140 
146  virtual XalanNode*
147  getNextSibling() const;
148 
153  virtual const XalanNamedNodeMap*
154  getAttributes() const;
155 
165  virtual XalanDocument*
166  getOwnerDocument() const;
167 
169 
171 
190 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
191  virtual XalanNode*
192 #else
194 #endif
195  cloneNode(bool deep) const;
196 
198 
200 
217  virtual XalanNode*
218  insertBefore(
219  XalanNode* newChild,
220  XalanNode* refChild);
221 
235  virtual XalanNode*
236  replaceChild(
237  XalanNode* newChild,
238  XalanNode* oldChild);
239 
247  virtual XalanNode*
248  removeChild(XalanNode* oldChild);
249 
261  virtual XalanNode*
262  appendChild(XalanNode* newChild);
263 
265 
267 
275  virtual bool
276  hasChildNodes() const;
277 
278 
280 
282 
283 
297  virtual void
298  setNodeValue(const XalanDOMString& nodeValue);
299 
301 
303 
320  virtual void
321  normalize();
322 
336  virtual bool
337  isSupported(
338  const XalanDOMString& feature,
339  const XalanDOMString& version) const;
340 
354  virtual const XalanDOMString&
355  getNamespaceURI() const;
356 
361  virtual const XalanDOMString&
362  getPrefix() const;
363 
371  virtual const XalanDOMString&
372  getLocalName() const;
373 
403  virtual void
404  setPrefix(const XalanDOMString& prefix);
405 
406  virtual bool
407  isIndexed() const;
408 
409  virtual IndexType
410  getIndex() const;
411 
413 
414  // These interfaces are inherited from XalanCDATASection...
415 
434  virtual const XalanDOMString&
435  getData() const;
436 
444  virtual unsigned int
445  getLength() const;
446 
462  virtual XalanDOMString&
464  unsigned int offset,
465  unsigned int count,
466  XalanDOMString& theResult) const;
467 
469 
480  virtual void
481  appendData(const XalanDOMString& arg);
482 
493  virtual void
494  insertData(
495  unsigned int offset,
496  const XalanDOMString& arg);
497 
514  virtual void
515  deleteData(
516  unsigned int offset,
517  unsigned int count);
518 
537  virtual void
538  replaceData(
539  unsigned int offset,
540  unsigned int count,
541  const XalanDOMString& arg);
542 
544 
546 
548 
566  virtual XalanText*
567  splitText(unsigned int offset);
568 
570 
571  virtual bool
572  isIgnorableWhitespace() const;
573 
574 
575 private:
576 
577  // Not implemented...
579  operator=(const XObjectResultTreeFragProxyText& theSource);
580 
581  bool
582  operator==(const XObjectResultTreeFragProxyText& theRHS) const;
583 
584 
585  // Data members...
586  const XObject& m_value;
587 
588  MemoryManagerType& m_MemoryManager;
589  static const XalanDOMString& s_nameString;
590 };
591 
592 
593 
594 XALAN_CPP_NAMESPACE_END
595 
596 
597 
598 #endif // XOBJECTRESULTTREEFRAGPROXYTEXT_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