Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

StartElement Event

Fired when a new element is encountered in the document.

Syntax

 virtual int FireStartElement(GoogleRequestStartElementEventParams *e);

 
typedef struct {
char* Element;
int reserved;
} GoogleRequestStartElementEventParams;

Remarks

The StartElement event is fired when a new element is found in the document.

The element name is provided through the Element parameter.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0