ownerDocument()
IXMLDOMDocument ownerDocument document that contains the node
# File ext/win32ole/sample/xml.rb, line 4332 def ownerDocument() ret = _getproperty(18, [], []) @lastargs = WIN32OLE::ARGV ret end