Methods
Included Modules
Attributes
| [R] | lastargs |
Instance Public methods
item()
Link
PTR item collection of nodes
I4 arg0 --- index [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 362 def item OLEProperty.new(self, 0, [VT_I4], [VT_I4, VT_BYREF|VT_DISPATCH]) end
length()
Link
I4 length number of nodes in the collection
Source: show
# File ext/win32ole/sample/xml.rb, line 353 def length() ret = _getproperty(74, [], []) @lastargs = WIN32OLE::ARGV ret end
nextNode()
Link
IXMLDOMNode nextNode get next node from iterator
Source: show
# File ext/win32ole/sample/xml.rb, line 368 def nextNode() ret = _invoke(76, [], []) @lastargs = WIN32OLE::ARGV ret end