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

StartElement Event

Fired when a new element is encountered in the document.

Syntax

public void fireStartElement(GooglerequestStartElementEvent event);

public class GooglerequestStartElementEvent {
  public String element;
}

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