MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 168

Server-side actionscript language reference
Table of Contents

Advertisement

Method summary for the XML class
Method
XML.addRequestHeader()
XML.appendChild()
XML.cloneNode()
XML.createElement()
XML.createTextNode()
XML.getBytesLoaded()
XML.getBytesTotal()
XML.getNamespaceForPrefix()
XML.getPrefixForNamespace()
XML.hasChildNodes()
XML.insertBefore()
XML.load()
XML.parseXML()
XML.removeNode()
XML.send()
XML.sendAndLoad()
XML.toString()
168
Server-Side ActionScript Language Reference
Description
Adds or changes HTTP headers for
Appends a node to the end of the specified object's child
list.
Clones the specified node, and optionally, recursively
clones all children.
Creates a new XML element.
Creates a new XML text node.
Returns the number of bytes loaded for the specified XML
document.
Returns the size of the XML document, in bytes.
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.
Returns
if the specified node has child nodes;
true
otherwise, returns
false
Inserts a node in front of an existing node in the specified
node's child list.
Loads a document (specified by the XML object) from a
URL.
Parses an XML document into the specified XML object
tree.
Removes the specified node from its parent.
Sends the specified XML object to a URL.
Sends the specified XML object to a URL, and loads the
server response into another XML object.
Converts the specified node and any children to XML text.
operations.
POST
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents