XML.parentNode

Availability

Flash Player 5.

Usage

my_xml.parentNode

Description

Property (read-only); references the parent node of the specified XML object, or returns null if the node has no parent. This is a read-only property and cannot be used to manipulate child nodes; use appendChild(), insertBefore(), and removeNode() to manipulate children.