Method: IXMLDOMElement#xml

Defined in:
sample/xml.rb

#xmlObject

BSTR xml return the XML source for the node and each of its descendants



1515
1516
1517
1518
1519
# File 'sample/xml.rb', line 1515

def xml()
  ret = _getproperty(27, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end