Module | IXMLDOMText |
In: |
ext/win32ole/sample/xml.rb
|
lastargs | [R] |
VOID deleteData delete string within the value
I4 arg0 --- offset [IN] I4 arg1 --- count [IN]
IXMLDOMNode insertBefore insert a child node
IXMLDOMNode arg0 --- newChild [IN] VARIANT arg1 --- refChild [IN]
VOID insertData insert string into value
I4 arg0 --- offset [IN] BSTR arg1 --- data [IN]
IXMLDOMNode replaceChild replace a child node
IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
VOID replaceData replace string within the value
I4 arg0 --- offset [IN] I4 arg1 --- count [IN] BSTR arg2 --- data [IN]
IXMLDOMNodeList selectNodes execute query on the subtree
BSTR arg0 --- queryString [IN]
IXMLDOMNode selectSingleNode execute query on the subtree
BSTR arg0 --- queryString [IN]
IXMLDOMText splitText split the text node into two text nodes at the position specified
I4 arg0 --- offset [IN]
BSTR substringData retrieve substring of value
I4 arg0 --- offset [IN] I4 arg1 --- count [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.