MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1315

Actionscript 2.0 language reference
Table of Contents

Advertisement

Constructor summary
Signature
XMLNode(type:Number,
value:String)
Method summary
Modifiers
Signature
appendChild(newChild
:XMLNode) : Void
cloneNode(deep:Boole
an) : XMLNode
getNamespaceForPrefi
x(prefix:String) :
String
getPrefixForNamespac
e(nsURI:String) :
String
hasChildNodes() :
Boolean
insertBefore(newChil
d:XMLNode,
insertPoint:XMLNode)
: Void
removeNode() : Void
toString() : String
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
Description
The XMLNode constructor lets you instantiate an XML node based
on a string specifying its contents and on a number representing its
node type.
Description
Appends the specified node to the XML object's child
list.
Constructs and returns a new XML node of the same
type, name, value, and attributes as the specified XML
object.
Returns the namespace URI that is associated with
the specified prefix for the node.
Returns the prefix that is associated with the specified
namespace URI for the node.
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.
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
XMLNode
1315

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents