IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

ANSI (Cross Platform)
virtual int FireIgnorableWhitespace(XMLIgnorableWhitespaceEventParams *e);
typedef struct {
const char *Text; int reserved; } XMLIgnorableWhitespaceEventParams; Unicode (Windows) virtual INT FireIgnorableWhitespace(XMLIgnorableWhitespaceEventParams *e);
typedef struct {
LPCWSTR Text; INT reserved; } XMLIgnorableWhitespaceEventParams;
- (void)onIgnorableWhitespace:(NSString*)text;
#define EID_XML_IGNORABLEWHITESPACE 7

virtual INT IPWORKS_CALL FireIgnorableWhitespace(LPSTR &lpszText);

Remarks

The ignorable whitespace section is provided by the Text parameter.

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