X-Z > XML.parentNode
XML.parentNodeSyntax
myXML
.parentNode;
Arguments
None.
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.
Player
Flash 5 or later.