Method XmlNode():removeChilds() Foundation
Removes child nodes with a given name.
:removeChilds( <cName> ) --> self
:removeChilds() returns the object executing the method.
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.
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.