Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
A Model class. More...
#include <ilviews/dataccess/gadgets/htmlrep.h>
Public Member Functions | |
IliXMLStreamModel () | |
The constructor. | |
virtual void | closeInputStream (IL_STDPREF istream *) |
Closes a stream to import. | |
virtual void | closeOutputStream (IL_STDPREF ostream *) |
Closes a stream to export. | |
virtual IL_STDPREF istream * | openInputStream (IlBoolean notify=IlTrue) |
Opens a stream to import. | |
virtual IL_STDPREF ostream * | openOutputStream (IlBoolean notify=IlTrue) |
Opens a stream to export. |
A Model class.
Library: dbgadget
The class defines the common interface of the models which are used to access a stream. These models are used by the IliXML
objects.
virtual void IliXMLStreamModel::closeInputStream | ( | IL_STDPREF istream * | ) | [virtual] |
Closes a stream to import.
stream | The stream. |
virtual void IliXMLStreamModel::closeOutputStream | ( | IL_STDPREF ostream * | ) | [virtual] |
Closes a stream to export.
stream | The stream. |
virtual IL_STDPREF istream* IliXMLStreamModel::openInputStream | ( | IlBoolean | notify = IlTrue |
) | [virtual] |
Opens a stream to import.
notify | If IlTrue , the stream is used to import a notification, otherwise to import a definition. |
virtual IL_STDPREF ostream* IliXMLStreamModel::openOutputStream | ( | IlBoolean | notify = IlTrue |
) | [virtual] |
Opens a stream to export.
notify | If IlTrue , the stream is used to export a notification, otherwise to export a definition. |
© 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.