Method: IXMLDOMDocumentType#xml

Defined in:
sample/xml.rb

#xmlObject

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



1186
1187
1188
1189
1190
# File 'sample/xml.rb', line 1186

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