Method: IXMLDOMProcessingInstruction#firstChild

Defined in:
sample/xml.rb

#firstChildObject

IXMLDOMNode firstChild first child of the node



3964
3965
3966
3967
3968
# File 'sample/xml.rb', line 3964

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