U-X > XML.parentNode |
![]() ![]() ![]() |
XML.parentNode
Availability
Flash Player 5.
Usage
myXML
.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 the methods appendChild
, insertBefore
, and removeNode
to manipulate children.
![]() ![]() ![]() |