Package | mx.rpc.xml |
Class | public class SimpleXMLEncoder |
Inheritance | SimpleXMLEncoder Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
SimpleXMLEncoder(myXML:XMLDocument)
Constructor. | SimpleXMLEncoder | ||
Encodes an ActionScript object to XML using default serialization. | SimpleXMLEncoder | ||
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 | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
SimpleXMLEncoder | () | Constructor |
public function SimpleXMLEncoder(myXML:XMLDocument)
Constructor.
ParametersmyXML:XMLDocument — The XML object.
|
Method Detail
encodeValue | () | method |
public function encodeValue(obj:Object, qname:QName, parentNode:XMLNode):XMLNode
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Encodes an ActionScript object to XML using default serialization.
Parameters
obj:Object — The ActionScript object to encode.
| |
qname:QName — The qualified name of the child node.
| |
parentNode:XMLNode — An XMLNode under which to put the encoded
value.
|
XMLNode — The XMLNode object.
|
Fri Mar 19 2010, 02:45 AM -07:00