Method: IXMLDOMProcessingInstruction#transformNode

Defined in:
sample/xml.rb

#transformNode(arg0) ⇒ Object

BSTR transformNode apply the stylesheet to the subtree

IXMLDOMNode arg0 --- stylesheet [IN]


4210
4211
4212
4213
4214
# File 'sample/xml.rb', line 4210

def transformNode(arg0)
  ret = _invoke(28, [arg0], [VT_BYREF|VT_DISPATCH])
  @lastargs = WIN32OLE::ARGV
  ret
end