equal
deleted
inserted
replaced
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_d0e671390_href.png" placement="inline"/> |
29 <image href="GUID-3E0E2E54-CD8A-5BAF-A87B-BF51FD8890D6_d0e690462_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> |