Method: IXMLDOMText#firstChild

Defined in:
sample/xml.rb

#firstChildObject

IXMLDOMNode firstChild first child of the node



2434
2435
2436
2437
2438
# File 'sample/xml.rb', line 2434

def firstChild()
  ret = _getproperty(8, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end