Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The SimpleXMLDecoder class deserialize XML into a graph of ActionScript objects.
Use this class when no schema information is available.
public function decodeXML(dataNode:XMLNode):Object
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Converts a tree of XMLNodes into a tree of ActionScript Objects.
Parameters
| dataNode:XMLNode — An XMLNode to be converted into a tree of ActionScript Objects.
|
Returns | Object — A tree of ActionScript Objects.
|
public static function getLocalName(xmlNode:XMLNode):String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the local name of an XMLNode.
Parameters
Returns | String — The local name of an XMLNode.
|
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00