nodeType()
DOMNodeType nodeType the node’s type
# File ext/win32ole/sample/xml.rb, line 4634 def nodeType() ret = _getproperty(4, [], []) @lastargs = WIN32OLE::ARGV ret end