Module | IXMLDOMNode |
In: |
ext/win32ole/sample/xml.rb
|
Core DOM node interface
lastargs | [R] |
IXMLDOMNode insertBefore insert a child node
IXMLDOMNode arg0 --- newChild [IN] VARIANT arg1 --- refChild [IN]
IXMLDOMNode replaceChild replace a child node
IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
IXMLDOMNodeList selectNodes execute query on the subtree
BSTR arg0 --- queryString [IN]
IXMLDOMNode selectSingleNode execute query on the subtree
BSTR arg0 --- queryString [IN]
BSTR transformNode apply the stylesheet to the subtree
IXMLDOMNode arg0 --- stylesheet [IN]
VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream
IXMLDOMNode arg0 --- stylesheet [IN] VARIANT arg1 --- outputObject [IN]
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.