rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IliXMLImportModel Class Reference

A Model class. More...

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

Inheritance diagram for IliXMLImportModel:
IliXMLDocumentModel IliXMLModel IliModel

List of all members.

Public Member Functions

 IliXMLImportModel ()
 The constructor.
virtual void importDefinition (IL_STDPREF istream &from)
 Imports a definition from an input stream.
virtual void importNotification (IL_STDPREF istream &from)
 Imports a notification from an input stream.

Detailed Description

A Model class.

Library: dbgadget

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

See also:
IliXML, IliModel, IliXMLDocumentModel.

Member Function Documentation

virtual void IliXMLImportModel::importDefinition ( IL_STDPREF istream &  from  )  [virtual]

Imports a definition from an input stream.

By default, the model import the data and the columns properties. But the model does not create or delete columns from the data source. If you want a model which does these features, you must create you own model class.

Parameters:
from The input stream.
virtual void IliXMLImportModel::importNotification ( IL_STDPREF istream &  from  )  [virtual]

Imports a notification from an input stream.

Parameters:
from The input stream.
 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.