![]() ![]() | |
Flash Player 5.
my_xml.createElement(name)
name The tag name of the XML element being created.
An XML element.
Method; creates a new XML element with the name specified in the parameter. The new element initially has no parent, no children, and no siblings. The method returns a reference to the newly created XML object representing the element. This method and createTextNode() are the constructor methods for creating nodes for an XML object.
![]() ![]() | |