Method: IXMLDOMElement#selectSingleNode

Defined in:
sample/xml.rb

#selectSingleNode(arg0) ⇒ Object

IXMLDOMNode selectSingleNode execute query on the subtree

BSTR arg0 --- queryString [IN]


1667
1668
1669
1670
1671
# File 'sample/xml.rb', line 1667

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