Getting Started

Tag Reference

Object Reference
asHiddenFields
asURLString
asXML
collectFields
collectFieldsFrom..
copy
dump
empty
erase
loadFromCookie
storeToCookie

Case Study

Download

Mailing List

Other Links

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>   










SourceForge.net Logo