Method XmlNode():removeChilds() Foundation
Removes child nodes with a given name.
Syntax
:removeChilds( <cName> ) --> self
Parameters
<cName>
A character string with the name of the child nodes which are to be removed. The node name must be specified as a local name, that is, as the node name without a namespace qualifier.
Return
:removeChilds() returns the object executing the method.
Description
The method :removeChilds() removes all child nodes with a given name. If only a specific child node is to be removed, the method :removeChild() may be used instead.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.