Altova Authentic 2024 Browser Edition

XMLData.AppendChild

Home Prev Top Next

See also

 

Declaration: AppendChild(pNewData as XMLData)

 

Description

AppendChild appends pNewData as last child to the XMLData object. See also "Using XMLData".

 

Example

 

 Dim objCurrentParent

 Dim objNewChild

 

 Set objNewChild = objPlugIn.CreateChild(spyXMLDataElement)

 Set objCurrentParent = objPlugIn.XMLRoot

 

 objCurrentParent.AppendChild objNewChild

 

 Set objNewChild = Nothing

 

© 2017-2023 Altova GmbH