Method: Microsoft_XMLDOM_1_0#childNodes

Defined in:
sample/xml.rb

#childNodesObject

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