Method: IXMLDOMNodeList#length
- Defined in:
- sample/xml.rb
#length ⇒ Object
I4 length number of nodes in the collection
354 355 356 357 358 |
# File 'sample/xml.rb', line 354 def length() ret = _getproperty(74, [], []) @lastargs = WIN32OLE::ARGV ret end |