Method: IXMLDOMElement#selectNodes

Defined in:
sample/xml.rb

#selectNodes(arg0) ⇒ Object

IXMLDOMNodeList selectNodes execute query on the subtree

BSTR arg0 --- queryString [IN]


1658
1659
1660
1661
1662
# File 'sample/xml.rb', line 1658

def selectNodes(arg0)
  ret = _invoke(29, [arg0], [VT_BSTR])
  @lastargs = WIN32OLE::ARGV
  ret
end