Method: IXMLDOMElement#ownerDocument

Defined in:
sample/xml.rb

#ownerDocumentObject

IXMLDOMDocument ownerDocument document that contains the node



1459
1460
1461
1462
1463
# File 'sample/xml.rb', line 1459

def ownerDocument()
  ret = _getproperty(18, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end