loadXML(arg0)
BOOL loadXML load the document from a string
BSTR arg0 --- bstrXML [IN]
# File ext/win32ole/sample/xml.rb, line 6826 def loadXML(arg0) ret = @dispatch._invoke(63, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end