wwXML::CreateObjectXML

Low Level Output Method

Creates XML output for the actual object. Object is created with the following structure:

<object name="lcname">
   <property1/>
   <property2/>
</object>
o.CreateObjectXML(loObject, lcName, lnIndent)

Parameters

loObject
The object to be exported as XML

lcName
The name of the object (<object name = "lcName">)

lnIndent
Indentation level in tabs.


See also:

Class wwXML (High Level Methods)

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