|    | |
|  | |
|  | |
|  | |
Flash Player 5.
my_xml.nodeName
Property; 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. 
|  | |
|  | |
|  | |
|    | |