Method: IXMLDOMCDATASection#selectNodes

Defined in:
sample/xml.rb

#selectNodes(arg0) ⇒ Object

IXMLDOMNodeList selectNodes execute query on the subtree

BSTR arg0 --- queryString [IN]


3833
3834
3835
3836
3837
# File 'sample/xml.rb', line 3833

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