User Guide

XML 1287
Properties inherited from class XMLNode
Properties inherited from class Object
Event summary
Constructor summary
attributes (XMLNode.attributes property), childNodes (XMLNode.childNodes
property), firstChild (XMLNode.firstChild property), lastChild
(XMLNode.lastChild property), localName (XMLNode.localName property),
namespaceURI (XMLNode.namespaceURI property), nextSibling
(XMLNode.nextSibling property), nodeName (XMLNode.nodeName property),
nodeType (XMLNode.nodeType property), nodeValue (XMLNode.nodeValue
property), parentNode (XMLNode.parentNode property), prefix (XMLNode.prefix
property), previousSibling (XMLNode.previousSibling property)
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onData =
function(src:Str
ing) {}
Invoked when XML text has been completely downloaded from the server,
or when an error occurs downloading XML text from a server.
onHTTPStatus =
function(httpSta
tus:Number) {}
Invoked when Flash Player receives an HTTP status code from the server.
onLoad =
function(success
:Boolean) {}
Invoked by Flash Player when an XML document is received from the
server.
Signature Description
XML(text:String) Creates a new XML object.