rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

Classes | Enumerations
htmlrep.h File Reference
#include <ilviews/macros.h>
#include <fstream.h>
#include <ilviews/base/view.h>
#include <ilog/xml.h>
#include <ilviews/dataccess/reposit.h>
#include <ilviews/dataccess/gadgets/dsusage.h>
#include <ilviews/dataccess/gadgets/gdtmodel.h>

Classes

class  IliHTMLReporter
 Gadget class. More...
 
class  IliXML
 A Model class. More...
 
class  IliXMLDocumentModel
 A Model class. More...
 
class  IliXMLExportModel
 A Model class. More...
 
class  IliXMLImportModel
 A Model class. More...
 
class  IliXMLModel
 A Model class. More...
 
class  IliXMLStreamModel
 A Model class. More...
 

Enumerations

enum  IliHTMLModelName {
  IliHTMLModelTableClassicName, IliHTMLModelFormClassicName, IliHTMLModelTableName, IliHTMLModelFormName,
  IliHTMLModelFormDynamicName
}
 This enumerated type defines the different models of the IliHTMLReporter. More...
 
enum  IliXMLModelType { IliXMLExportModelType, IliXMLImportModelType, IliXMLStreamModelType }
 This enumerated type defines the XML model type. More...
 
enum  IliXMLNotification { IliXMLInsertNotification, IliXMLChangeNotification, IliXMLDeleteNotification }
 This enumerated type defines the XML notification type. More...
 

Detailed Description

[library dbgadget ilviews/dataccess/gadgets/htmlrep.h] Declarations about HTML and XML.

Enumeration Type Documentation

This enumerated type defines the different models of the IliHTMLReporter.

Enumerator
IliHTMLModelTableClassicName 

The data are written into a table. The background of the table is gray and the foreground is black.

IliHTMLModelFormClassicName 

Each row of the data source is written into a form. The background of the form is gray and the foreground is black.

IliHTMLModelTableName 

The data are written into a table. The background of the table is white and the foreground is blue.

IliHTMLModelFormName 

Each row of the data source is written into a form. The background of the form is white and the foreground is blue.

IliHTMLModelFormDynamicName 

Each row of the data source is written into a form. The form has a navigator.

This enumerated type defines the XML model type.

Enumerator
IliXMLExportModelType 

Indicates that the model is used to export.

IliXMLImportModelType 

Indicates that the model is used to import.

IliXMLStreamModelType 

Indicates that the model is used to access to streams.

This enumerated type defines the XML notification type.

Enumerator
IliXMLInsertNotification 

Indicates that a row has been inserted.

IliXMLChangeNotification 

Indicates that a row has been changed.

IliXMLDeleteNotification 

Indicates that a row has been deleted.


© Copyright 2014, 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.