Method: Microsoft_XMLDOM_1_0#validateOnParse

Defined in:
sample/xml.rb

#validateOnParseObject

BOOL validateOnParse indicates whether the parser performs validation



5898
5899
5900
5901
5902
# File 'sample/xml.rb', line 5898

def validateOnParse()
  ret = @dispatch._getproperty(65, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end