Declaration: InsertChild (pNewData as XMLData)
Description
InsertChild inserts the new child before the current child (see also XMLData.GetFirstChild, XMLData.GetNextChild to set the current child).
Errors
1500 |
The XMLData object is no longer valid. |
|
1503 |
No iterator is initialized for this XMLData object. |
|
1505 |
Invalid XMLData kind was specified. |
|
1506 |
Invalid address for the return parameter was specified. |
|
1507 |
Element cannot have Children |
|
1512 |
Cyclic insertion - new data element is already part of document |
|
1514 |
Invalid XMLData kind was specified for this position. |
|
1900 |
Document must not be modified |