Forum Discussion
SmartBear_Suppo
Alumni
17 years agoIf you have the parent element you can create en Element by using parent.getOwnerDocument().createElement(String elementName).
This element can then be given to the addChildElement method. To set the contents of the element, see the Element documentation.
Hope this helps!
Regards,
Dain
This element can then be given to the addChildElement method. To set the contents of the element, see the Element documentation.
Hope this helps!
Regards,
Dain