XML
719
Methods inherited from class XMLNode
Methods inherited from class Object
addRequestHeader (XML.addRequestHeader
method)
public addRequestHeader(header:
Object
, headerValue:
String
) : Void
Adds or changes HTTP request headers (such as
Content-Type
or
SOAPAction
) sent with
POST
actions. In the first usage, you pass two strings to the method:
header
and
headerValue
. In the second usage, you pass an array of strings, alternating header names and
header values.
parseXML
(value:
String
) :
Void
Parses the XML text specified in the
value
parameter, and populates the specified XML
object with the resulting XML tree.
send
(url:
String
,
[target:
String
],
method:
String
) :
Boolean
Encodes the specified XML object into an
XML document, and sends it to the specified
URL using the
POST
method in a browser.
sendAndLoad
(url:
String
,
resultXML:
XML
) :
Void
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.
appendChild (XMLNode.appendChild method)
,
cloneNode (XMLNode.cloneNode
method)
,
hasChildNodes (XMLNode.hasChildNodes method)
,
insertBefore
(XMLNode.insertBefore method)
,
removeNode (XMLNode.removeNode method)
,
toString (XMLNode.toString method)
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)
Modifiers
Signature
Description
Summary of Contents for FLASHLITE2 ACTIONSCRIPT-LANGUAGE
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...