ActionScript 2.0 Components Language Reference |
|
|
|
| XMLConnector component > XMLConnector.ignoreWhite | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
componentInstance.ignoreWhite
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.
The following code sets the ignoreWhite property to true:
myXMLConnector.ignoreWhite = true;
|
|
|
|