Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Default implementation of XML CData entities. More...
#include <ilog/xml.h>
Public Member Functions | |
virtual const char * | getData () const |
Retrieves the data. More... | |
virtual void | storeData (char *) |
Sets the data. More... | |
Public Member Functions inherited from IlXmlCDataI | |
virtual Type | getType () const |
Retrieves the type of this element. More... | |
virtual void | setData (const char *data) |
Sets the data. More... | |
Public Member Functions inherited from IlXmlNodeI | |
virtual ostream & | write (ostream &stream) const =0 |
Writes the XML code for this node. More... | |
Additional Inherited Members | |
Public Types inherited from IlXmlNodeI | |
enum | Type { Attribute, Element, Text, Comment, CData, PI, CharRef, EntityRef } |
The different types of XML nodes. More... | |
Default implementation of XML CData entities.
Library: ilog
This class implements the interface IlXmlCDataI
to provide the basic functionality of an XML CData node.
|
virtual |
Retrieves the data.
Implements IlXmlCDataI.
|
virtual |
Sets the data.
data | The new data of this PI. This string is not copied before it is stored. |
Implements IlXmlCDataI.
© 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.