Package | mx.rpc.xml |
Class | public class SimpleXMLDecoder |
Inheritance | SimpleXMLDecoder ![]() |
Method | Defined By | ||
---|---|---|---|
Converts a tree of XMLNodes into a tree of ActionScript Objects.
| SimpleXMLDecoder | ||
[static]
| SimpleXMLDecoder | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
[static]
Converts an ActionScript object into a Number, Boolean, or String.
| SimpleXMLDecoder | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object |
decodeXML | () | method |
public function decodeXML(dataNode:XMLNode):Object
Converts a tree of XMLNodes into a tree of ActionScript Objects.
Parameters
dataNode:XMLNode |
Object |
getLocalName | () | method |
public static function getLocalName(xmlNode:XMLNode):String
Parameters
xmlNode:XMLNode |
String |
simpleType | () | method |
public static function simpleType(val:Object):Object
Converts an ActionScript object into a Number, Boolean, or String.
Parameters
val:Object |
Object |