Flash Player 5.
my_xml
.hasChildNodes()
None.
A Boolean value.
Method; returns true
if the specified XML object has child nodes; otherwise, returns false
.
The following example uses the information from the XML object in a user-defined function.
if (rootNode.hasChildNodes()) { myfunc (rootNode.firstChild); }