rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlXmlComment Class Reference

Default implementation of XML comments. More...

#include <ilog/xml.h>

Inheritance diagram for IlXmlComment:
IlXmlCommentI IlXmlNodeI

List of all members.

Public Member Functions

virtual const char * getComment () const
 Retrieves the comment content.
virtual void storeComment (char *)
 Sets the comment content.

Detailed Description

Default implementation of XML comments.

Library: ilog

This class implements the interface IlXmlCommentI to provide the basic functionality of an XML comment node.


Member Function Documentation

virtual const char* IlXmlComment::getComment (  )  const [virtual]

Retrieves the comment content.

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

Implements IlXmlCommentI.

virtual void IlXmlComment::storeComment ( char *  comment  )  [virtual]

Sets the comment content.

Parameters:
comment The new content of this comment. This string is not copied before it is stored.

Implements IlXmlCommentI.

 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.