Modifiers
Signature
parseXML(value:String) :
send(url:String,
[target:String],
method:String) :
sendAndLoad(url:String,
resultXML:XML) :
Methods inherited from class XMLNode
appendChild (XMLNode.appendChild
method),
hasChildNodes (XMLNode.hasChildNodes
(XMLNode.insertBefore
toString (XMLNode.toString method)
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
addRequestHeader (XML.addRequestHeader
method)
public addRequestHeader(header:Object, headerValue:String) : Void
Adds or changes HTTP request headers (such as
actions. In the first usage, you pass two strings to the method:
POST
. In the second usage, you pass an array of strings, alternating header names and
headerValue
header values.
Void
Boolean
Void
method),
method),
removeNode (XMLNode.removeNode
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Description
Parses the XML text specified in the value
parameter, and populates the specified XML
object with the resulting XML tree.
Encodes the specified XML object into an
XML document, and sends it to the specified
URL using the POST method in a browser.
Encodes the specified XML object into an
XML document, sends it to the specified URL
using the POST method, downloads the
server's response, and loads it into the
resultXMLobject specified in the
parameters.
cloneNode (XMLNode.cloneNode
method),
insertBefore
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
or
Content-Type
method),
valueOf
) sent with
SOAPAction
and
header
XML
719
Need help?
Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?