doctype()
IXMLDOMDocumentType doctype node corresponding to the DOCTYPE
# File ext/win32ole/sample/xml.rb, line 6449 def doctype() ret = @dispatch._getproperty(38, [], []) @lastargs = WIN32OLE::ARGV ret end