|
Zen API
|
| kStatus kXml_CopyItem | ( | kXml | xml, |
| kXmlItem | parent, | ||
| kXmlItem | before, | ||
| kXml | srcXml, | ||
| kXmlItem | srcItem, | ||
| kXmlItem * | item | ||
| ) |
Copies a node from another XML document to this document, inserting a new node at the specified location.
| xml | Destination XML document. |
| parent | Destination parent element. |
| before | Destination sibling element (kNULL appends to end of parent's child list). |
| srcXml | Source XML document. |
| srcItem | Source XML element. |
| item | Destination for the copied item handle. |