Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Interface for XML comments. More...
#include <ilog/xml.h>
Public Member Functions | |
virtual const char * | getComment () const =0 |
Retrieves the comment content. More... | |
virtual Type | getType () const |
Retrieves the type of this element. More... | |
virtual void | setComment (const char *comment) |
Sets the comment content. More... | |
virtual void | storeComment (char *comment)=0 |
Sets the comment content. More... | |
Public Member Functions inherited from IlXmlNodeI | |
virtual std::ostream & | write (std::ostream &stream) const =0 |
Writes the XML code for this node. More... | |
Additional Inherited Members | |
Public Types inherited from IlXmlNodeI |
Interface for XML comments.
Library: ilog
This class is an interface that describes an XML comment node.
|
pure virtual |
Retrieves the comment content.
Implemented in IlXmlComment.
|
virtual |
|
virtual |
Sets the comment content.
comment | The new content of this comment. The default implementation calls storeTag with a copy of the string comment. |
|
pure virtual |
Sets the comment content.
comment | The new content of this comment. This string is not copied before it is stored. |
Implemented in IlXmlComment.
© Copyright 2016, 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.