SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

FormatElement Event

Reports the XML element that is currently being processed.

Syntax

typedef struct {
  String StartTagWhitespace;
  String EndTagWhitespace;
  int Level;
  String Path;
  bool HasChildElements;
} TsbxSOAPQuickSignerFormatElementEventParams;

typedef void __fastcall (__closure *TsbxSOAPQuickSignerFormatElementEvent)(System::TObject* Sender, TsbxSOAPQuickSignerFormatElementEventParams *e);

__property TsbxSOAPQuickSignerFormatElementEvent OnFormatElement = { read=FOnFormatElement, write=FOnFormatElement };

Remarks

Path and Level specify the path to the XML element being processed and its nesting level, respectively.

HasChildElements specify if processed XML element has child elements.

Among other purposes, this event may be used to add whitespace formatting before or after a particular element in the signature.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]