EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Page 1315

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
XMLNode 1315
Constructor summary
Method summary
Methods inherited from class Object
Signature Description
XMLNode(type:Number,
value:String)
The XMLNode constructor lets you instantiate an XML node based
on a string specifying its contents and on a number representing its
node type.
Modifiers Signature Description
appendChild(newChild
:XMLNode) : Void
Appends the specified node to the XML object's child
list.
cloneNode(deep:Boole
an) : XMLNode
Constructs and returns a new XML node of the same
type, name, value, and attributes as the specified XML
object.
getNamespaceForPrefi
x(prefix:String) :
String
Returns the namespace URI that is associated with
the specified prefix for the node.
getPrefixForNamespac
e(nsURI:String) :
String
Returns the prefix that is associated with the specified
namespace URI for the node.
hasChildNodes() :
Boolean
Specifies whether or not the XML object has child
nodes.
insertBefore(newChil
d:XMLNode,
insertPoint:XMLNode)
: Void
Inserts a newChild node into the XML object's child
list, before the insertPoint node.
removeNode() : Void Removes the specified XML object from its parent.
toString() : String 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.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)

Table of Contents

Related product manuals