Method: IXTLRuntime#nodeName

Defined in:
sample/xml.rb

#nodeNameObject

BSTR nodeName name of the node



5266
5267
5268
5269
5270
# File 'sample/xml.rb', line 5266

def nodeName()
  ret = _getproperty(2, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end