Object::asXML
Summary:
This method will generate and XML string representing the object. Does not
generate a WDDX packet, instead, it uses the class name and attribute names
to build a XML string. See example below.
Parameters:
Parameter |
Description |
Default |
Required |
none |
Returns:
Name |
Value |
asXML.xml |
String value containing the XML generated |
Example:
<cf_cfoInvokeMethod method="aPerson.asXML">
<cfoutput>#asXML.xml#</cfoutput>
|