Symbian3/SDK/Source/GUID-61056CE2-97BF-5D32-8AC5-E625FBC7D0EC.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    24 create a DOM tree from an empty document. There are many functions in the
    24 create a DOM tree from an empty document. There are many functions in the
    25 DOM Engine API that add nodes to a tree: refer to the reference documentation
    25 DOM Engine API that add nodes to a tree: refer to the reference documentation
    26 of the <xref href="GUID-5748D958-9480-3358-A399-6B92293B86D9.dita"><apiname>TXmlEngElement</apiname></xref> class for a comprehensive
    26 of the <xref href="GUID-5748D958-9480-3358-A399-6B92293B86D9.dita"><apiname>TXmlEngElement</apiname></xref> class for a comprehensive
    27 list. </p> <fig id="GUID-31E4FB65-7C28-513B-B8C0-5B057DC64A50">
    27 list. </p> <fig id="GUID-31E4FB65-7C28-513B-B8C0-5B057DC64A50">
    28 <title>              Creating a DOM tree            </title>
    28 <title>              Creating a DOM tree            </title>
    29 <image href="GUID-3E0E2E54-CD8A-5BAF-A87B-BF51FD8890D6_d0e431518_href.png" placement="inline"/>
    29 <image href="GUID-3E0E2E54-CD8A-5BAF-A87B-BF51FD8890D6_d0e431356_href.png" placement="inline"/>
    30 </fig> </context>
    30 </fig> </context>
    31 <steps id="GUID-DEA52036-E11C-5913-984B-663DD68D02DB">
    31 <steps id="GUID-DEA52036-E11C-5913-984B-663DD68D02DB">
    32 <step id="GUID-E65A2FF6-2918-540B-97DB-C07500A6CB08"><cmd/>
    32 <step id="GUID-E65A2FF6-2918-540B-97DB-C07500A6CB08"><cmd/>
    33 <info>Create an instance of <xref href="GUID-5748D958-9480-3358-A399-6B92293B86D9.dita"><apiname>RXmlEngDocument</apiname></xref>. </info>
    33 <info>Create an instance of <xref href="GUID-5748D958-9480-3358-A399-6B92293B86D9.dita"><apiname>RXmlEngDocument</apiname></xref>. </info>
    34 <stepxmp><codeblock id="GUID-B36F5C00-6974-54EC-939A-34BF05F5C04A" xml:space="preserve">RXmlEngDocument myDoc;</codeblock> </stepxmp>
    34 <stepxmp><codeblock id="GUID-B36F5C00-6974-54EC-939A-34BF05F5C04A" xml:space="preserve">RXmlEngDocument myDoc;</codeblock> </stepxmp>