com.FlashDynamix.data
class ProxyXml
Object
|
+--com.FlashDynamix.data.ProxyXml
class ProxyXml extends Object
Method Summary
public static create (
xml
)
Converts an XMLNode or XML class to an XML Proxy Class
Decodes a proxy XML Array into a standard Array important when needing to do Array methods like sortOn. This is a safe gaurd in case all the elements have not been accessed yet.
public static parse (
xml
)
Method Documentation
decode
public static function decode (
items: Array,
fields: Array): Void
fields: Array): Void
Decodes a proxy XML Array into a standard Array important when needing to do Array methods like sortOn. This is a safe gaurd in case all the elements have not been accessed yet.
- ProxyXml.as, Last Modified: 12/04/2007 9:01:32 PM