{ "type": "class", | |
"qname": "mx.rpc.xml.SimpleXMLDecoder", | |
"baseClassname": "" | |
, | |
"description": "The SimpleXMLDecoder class deserialize XML into a graph of ActionScript objects. Use this class when no schema information is available.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "decodeXML", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Converts a tree of XMLNodes into a tree of ActionScript Objects.", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["dataNode An XMLNode to be converted into a tree of ActionScript Objects."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "return", | |
"values": ["A tree of ActionScript Objects."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "Object", | |
"params": [{ "name": "dataNode", "type": "XML"}]} | |
, | |
{ "type": "method", | |
"qname": "getLocalName", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Returns the local name of an XMLNode.", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["xmlNode The XMLNode."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "return", | |
"values": ["The local name of an XMLNode."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "String", | |
"params": [{ "name": "xml", "type": "XML"}]} | |
] | |
} |