This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
Element Add(Element elm) |
Element Add(String elementName) |
Element Add(String elementName, String elementNamespace) |
Property | Description | |||
Method Name | Add | |||
Argument - elm | An existing element to add. The elm object is cloned before being added to the collection. | |||
Argument - elementName | A New element is created 'elementName' as its name. | |||
Argument - elementNamespace | A New element is created 'elementNamespace' as its namespace. | |||
Returns | The element that was created and added to the collection | |||
Description | Adds a new element to the collection | |||
Remarks | Causes the OnCollectionAdd to be fired before the class is added. Causes the OnCollectionAddComplete to be fired after the class is added. Causes the OnCollectionChange to be fired after the class is added. |