Accessibility
 
Home > Products > Flash > Support > ActionScript Dictionary
Flash Icon Macromedia Flash Support Center - ActionScript dictionary
XML.nodeName

Availability
Flash Player 5.

Usage

 myXML  .nodeName 

Description
Property; takes or returns the node name of the XML object. If the XML object is an XML element ( nodeType == 1), nodeName is the name of the tag representing the node in the XML file. For example, TITLE is the nodeName of an HTML TITLE tag. If the XML object is a text node ( nodeType == 3), the nodeName is null .

See also
XML.nodeType

To Table of Contents Back to Previous document Forward to next document