Method: IXTLRuntime#previousSibling
- Defined in:
- sample/xml.rb
#previousSibling ⇒ Object
IXMLDOMNode previousSibling left sibling of the node
5323 5324 5325 5326 5327 |
# File 'sample/xml.rb', line 5323 def previousSibling() ret = _getproperty(10, [], []) @lastargs = WIN32OLE::ARGV ret end |