rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IliXMLExportModel Class Reference

A Model class. More...

#include <ilviews/dataccess/gadgets/htmlrep.h>

Inheritance diagram for IliXMLExportModel:
IliXMLDocumentModel IliXMLModel IliModel

List of all members.

Public Member Functions

virtual void exportDefinition (IL_STDPREF ostream &to)
 Exports a definition to an output stream.
virtual void exportNotification (IL_STDPREF ostream &to, IliXMLNotification no, const IliModelHookInfo &info)
 Exports a notification to an output stream.

Detailed Description

A Model class.

Library: dbgadget

The class defines the common interface of the models which are used to export XML document. These models are used by the IliXML objects.

See also:
IliXML, IliModel, IliXMLDocumentModel.

Member Function Documentation

virtual void IliXMLExportModel::exportDefinition ( IL_STDPREF ostream &  to  )  [virtual]

Exports a definition to an output stream.

By default, a definition contains the data source schema and all data of the data source.

Parameters:
to The output stream.
virtual void IliXMLExportModel::exportNotification ( IL_STDPREF ostream &  to,
IliXMLNotification  no,
const IliModelHookInfo info 
) [virtual]

Exports a notification to an output stream.

Parameters:
to The output stream.
no The notification type:

  • IliXMLInsertNotification
  • IliXMLChangeNotification
  • IliXMLDeleteNotification
info Informations about notification.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© 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.