wwxml::CreateObjectStructureXML

Low Level Output Method

Creates XML output for the object structure with type information from an existing Fox object. Creates the following structure:

<objectstructure name="class">
   <property1/>
   <property2/>
</objectstructure>
o.CreateObjectStructureXML(loObject, lcName, lnIndent)

Parameters

loObject
The object to export to XML

lcName
Name of the object (<object name="lcname">)

lnIndent
Indentation level in tabs.


See also:

Class wwXML (High Level Methods)

© West Wind Technologies, 2023 • Updated: 03/16/99
Comment or report problem with topic