rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlXmlText Class Reference

Default implementation of XML texts. More...

#include <ilog/xml.h>

Inheritance diagram for IlXmlText:
IlXmlTextI IlXmlNodeI

List of all members.

Public Member Functions

virtual void appendText (const char *text)
 Appends text to the content.
virtual const char * getText () const
 Retrieves the text content.
virtual void storeText (char *)
 Sets the text content.

Detailed Description

Default implementation of XML texts.

Library: ilog

This class implements the interface IlXmlTextI to provide the basic functionality of an XML text node.


Member Function Documentation

virtual void IlXmlText::appendText ( const char *  text  )  [virtual]

Appends text to the content.

Parameters:
text The text that is appended to the current content.

Implements IlXmlTextI.

virtual const char* IlXmlText::getText (  )  const [virtual]

Retrieves the text content.

Returns:
The comment content. The user must not modify or delete the returned string.

Implements IlXmlTextI.

virtual void IlXmlText::storeText ( char *  text  )  [virtual]

Sets the text content.

Parameters:
text The new text of this node. This string is not copied before it is stored.

Implements IlXmlTextI.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.