MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 765

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

Advertisement

XML.nodeName
Availability
Flash Player 5.
Usage
my_xml.nodeName
Description
Property; the node name of the XML object. If the XML object is an XML element
(
== 1),
nodeType
example,
TITLE
(
== 3), the nodeName is
nodeType
See also
XML.nodeType
XML.nodeType
Availability
Flash Player 5.
Usage
my_xml.nodeType
Description
Property (read-only); takes or returns a
text node.
See also
XML.nodeValue
XML.nodeValue
Availability
Flash Player 5.
Usage
my_xml.nodeValue
Description
Property; the node value of the XML object. If the XML object is a text node, the
and the
nodeValue
is 1), it has a
null nodeValue
See also
XML.nodeType
is the name of the tag representing the node in the XML file. For
nodeName
is the nodeName of an HTML
null
is the text of the node. If the XML object is an XML element (node type
and is read-only.
tag. If the XML object is a text node
TITLE
.
value, where 1 is an XML element and 3 is a
nodeType
is 3,
nodeType
XML.nodeValue
765

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?

Subscribe to Our Youtube Channel

Table of Contents