The SimpleXMLDecoder class deserialize XML into a graph of ActionScript objects. Use this class when no schema information is available.

Static methods

staticgetLocalName(xmlNode:Xml):String

Returns the local name of an XMLNode.

Parameters:

xmlNode

The XMLNode.

Returns:

The local name of an XMLNode.

Methods

decodeXML(dataNode:Xml):Dynamic

Converts a tree of XMLNodes into a tree of ActionScript Objects.

Parameters:

dataNode

An XMLNode to be converted into a tree of ActionScript Objects.

Returns:

A tree of ActionScript Objects.