Altova Authentic 2024 Browser Edition

Declaración AppendChild(pNewData as XMLData)

 

Descripción

AppendChild anexa pNewData como último elemento secundario en el objeto XMLData. Consulte también Usar XMLData.

 

Ejemplo

 Dim objCurrentParent

 Dim objNewChild

 

 Set objNewChild = objPlugIn.CreateChild(spyXMLDataElement)

 Set objCurrentParent = objPlugIn.XMLRoot

 

 objCurrentParent.AppendChild objNewChild

 

 Set objNewChild = Nothing

 

© 2017-2023 Altova GmbH