Method: IXMLDOMCDATASection#childNodes

Defined in:
sample/xml.rb

#childNodesObject

IXMLDOMNodeList childNodes the collection of the node’s children



3569
3570
3571
3572
3573
# File 'sample/xml.rb', line 3569

def childNodes()
  ret = _getproperty(7, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end