IXMLDOMNodeList childNodes the collection of the node’s children
5698 5699 5700 5701 5702
# File 'sample/xml.rb', line 5698 def childNodes() ret = @dispatch._getproperty(7, [], []) @lastargs = WIN32OLE::ARGV ret end