Method: IXMLDOMElement#setAttributeNode
- Defined in:
- sample/xml.rb
#setAttributeNode(arg0) ⇒ Object
IXMLDOMAttribute setAttributeNode set the specified attribute on the element
IXMLDOMAttribute arg0 --- DOMAttribute [IN]
1723 1724 1725 1726 1727 |
# File 'sample/xml.rb', line 1723 def setAttributeNode(arg0) ret = _invoke(103, [arg0], [VT_BYREF|VT_DISPATCH]) @lastargs = WIN32OLE::ARGV ret end |