Method: IXMLDOMElement#nextSibling
- Defined in:
- sample/xml.rb
#nextSibling ⇒ Object
IXMLDOMNode nextSibling right sibling of the node
1443 1444 1445 1446 1447 |
# File 'sample/xml.rb', line 1443 def nextSibling() ret = _getproperty(11, [], []) @lastargs = WIN32OLE::ARGV ret end |