Method: IXMLDOMElement#nodeType
- Defined in:
- sample/xml.rb
#nodeType ⇒ Object
DOMNodeType nodeType the node’s type
1395 1396 1397 1398 1399 |
# File 'sample/xml.rb', line 1395 def nodeType() ret = _getproperty(4, [], []) @lastargs = WIN32OLE::ARGV ret end |