Method: IXMLDOMElement#ownerDocument
- Defined in:
- sample/xml.rb
#ownerDocument ⇒ Object
IXMLDOMDocument ownerDocument document that contains the node
1458 1459 1460 1461 1462 |
# File 'sample/xml.rb', line 1458 def ownerDocument() ret = _getproperty(18, [], []) @lastargs = WIN32OLE::ARGV ret end |