Method: IXMLDOMElement#childNodes
- Defined in:
- sample/xml.rb
#childNodes ⇒ Object
IXMLDOMNodeList childNodes the collection of the node’s children
1411 1412 1413 1414 1415 |
# File 'sample/xml.rb', line 1411 def childNodes() ret = _getproperty(7, [], []) @lastargs = WIN32OLE::ARGV ret end |