XMLConnector.ignoreWhite

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

componentInstance.ignoreWhite

Description

Property; a Boolean value. When this parameter is set to true, the text nodes that contain only white space are discarded during the parsing process. Text nodes with leading or trailing white space are unaffected. The default setting is false.

Example

The following code sets the ignoreWhite property to true:

myXMLConnector.ignoreWhite = true;