MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 762

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

XML.ignoreWhite
Availability
Flash Player 5.
Usage
my_xml.ignoreWhite = boolean
XML.prototype.ignoreWhite = boolean
Parameters
A Boolean (
boolean
Description
Property; default setting is
discarded during the parsing process. Text nodes with leading or trailing white space are
unaffected.
Usage 1: You can set the
following code:
my_xml.ignoreWhite = true
Usage 2: You can set the default
following code:
XML.prototype.ignoreWhite = true
XML.insertBefore()
Availability
Flash Player 5.
Usage
my_xml.insertBefore(childNode, beforeNode)
Parameters
The node to be inserted.
childNode
The node before the insertion point for the
beforeNode
Returns
Nothing.
Description
Method; inserts a new child node into the XML object's child list, before the
If the
beforeNode
is not a child of
beforeNode
762
Chapter 12: ActionScript Dictionary
or
) value.
true
false
. When set to
false
property for individual XML objects, as in the
ignoreWhite
ignoreWhite
parameter is undefined or
, the insertion fails.
my_xml
, text nodes that contain only white space are
true
property for XML objects, as in the
childNode
, the node is added using
null
.
node.
beforeNode
appendChild()
. If

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents