IDL Programming > Objects > File Format Object Classes > IDLffXMLSAX::IgnorableWhitespace

IDLffXMLSAX::IgnorableWhitespace

Syntax | Arguments | Keywords | Version History

The IDLffXMLSAX::IgnorableWhitespace procedure method is called when the parser detects whitespace that separates elements in an element content model.

Syntax

Obj->[IDLffXMLSAX::]IgnorableWhitespace, Chars

Arguments

Chars

A string containing the whitespace detected by the parser. Whitespace can consist of spaces, tabs, or newline characters in any combination.

Keywords

None

Version History

5.6

Introduced