Appendchild (Xmlnode.appendchild Method) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Method summary
Modifiers
Signature
appendChild(newChild:XMLNode) :
cloneNode(deep:Boolean) :
hasChildNodes() :
insertBefore(newChild:XMLNode,
insertPoint:XMLNode) :
removeNode() :
toString() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

appendChild (XMLNode.appendChild method)

public appendChild(newChild:XMLNode) : Void
Appends the specified node to the XML object's child list. This method operates directly on
the node referenced by the
the node to be appended already exists in another tree structure, appending the node to the
new location will remove it from its current location. If the
node that already exists in another XML tree structure, the appended child node is placed in
the new tree structure after it is removed from its existing parent node.
Availability: ActionScript 1.0; Flash Lite 2.0
740
ActionScript classes
Boolean
Void
Void
String
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
parameter; it does not append a copy of the node. If
childNode
Description
Appends the specified node to the
Void
XML object's child list.
Constructs and returns a new XML
XMLNode
node of the same type, name, value,
and attributes as the specified XML
object.
Specifies whether or not the XML
object has child nodes.
Inserts a newChild node into the
XML object's child list, before the
insertPoint node.
Removes the specified XML object
from its parent.
Evaluates the specified XML object,
constructs a textual representation
of the XML structure, including the
node, children, and attributes, and
returns the result as a string.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
method),
childNode
toString
valueOf
parameter refers to a

Advertisement

Table of Contents
loading

Table of Contents