childNodes()
IXMLDOMNodeList childNodes the collection of the node’s children
# File ext/win32ole/sample/xml.rb, line 5298 def childNodes() ret = _getproperty(7, [], []) @lastargs = WIN32OLE::ARGV ret end