Method: IXMLDOMDocument#baseName

Defined in:
sample/xml.rb

#baseNameObject

BSTR baseName the base name of the node (nodename with the prefix stripped off)



643
644
645
646
647
# File 'sample/xml.rb', line 643

def baseName()
  ret = _getproperty(34, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end