- A
- B
- C
- D
- F
- H
- I
- L
- N
- O
- P
- R
- S
- T
- X
| [R] | lastargs |
IXMLDOMNode appendChild append a child node
IXMLDOMNode arg0 --- newChild [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3799 def appendChild(arg0) ret = _invoke(16, [arg0], [VT_BYREF|VT_DISPATCH]) @lastargs = WIN32OLE::ARGV ret end
VOID appendData append string to value
BSTR arg0 --- data [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3870 def appendData(arg0) ret = _invoke(112, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNamedNodeMap attributes the collection of the node's attributes
Source: show
# File ext/win32ole/sample/xml.rb, line 3609 def attributes() ret = _getproperty(12, [], []) @lastargs = WIN32OLE::ARGV ret end
BSTR baseName the base name of the node (nodename with the prefix stripped off)
Source: show
# File ext/win32ole/sample/xml.rb, line 3705 def baseName() ret = _getproperty(34, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNodeList childNodes the collection of the node's children
Source: show
# File ext/win32ole/sample/xml.rb, line 3569 def childNodes() ret = _getproperty(7, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode cloneNode
BOOL arg0 --- deep [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3814 def cloneNode(arg0) ret = _invoke(19, [arg0], [VT_BOOL]) @lastargs = WIN32OLE::ARGV ret end
BSTR data value of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3713 def data() ret = _getproperty(109, [], []) @lastargs = WIN32OLE::ARGV ret end
VOID data value of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3761 def data=(arg0) ret = _setproperty(109, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
VARIANT dataType the data type of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3665 def dataType() ret = _getproperty(26, [], []) @lastargs = WIN32OLE::ARGV ret end
VOID dataType the data type of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3753 def dataType=(arg0) ret = _setproperty(26, [arg0], [VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode definition pointer to the definition of the node in the DTD or schema
Source: show
# File ext/win32ole/sample/xml.rb, line 3649 def definition() ret = _getproperty(23, [], []) @lastargs = WIN32OLE::ARGV ret end
VOID deleteData delete string within the value
I4 arg0 --- offset [IN]
I4 arg1 --- count [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3890 def deleteData(arg0, arg1) ret = _invoke(114, [arg0, arg1], [VT_I4, VT_I4]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode firstChild first child of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3577 def firstChild() ret = _getproperty(8, [], []) @lastargs = WIN32OLE::ARGV ret end
BOOL hasChildNodes
Source: show
# File ext/win32ole/sample/xml.rb, line 3806 def hasChildNodes() ret = _invoke(17, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode insertBefore insert a child node
IXMLDOMNode arg0 --- newChild [IN]
VARIANT arg1 --- refChild [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3771 def insertBefore(arg0, arg1) ret = _invoke(13, [arg0, arg1], [VT_BYREF|VT_DISPATCH, VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end
VOID insertData insert string into value
I4 arg0 --- offset [IN]
BSTR arg1 --- data [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3880 def insertData(arg0, arg1) ret = _invoke(113, [arg0, arg1], [VT_I4, VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode lastChild first child of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3585 def lastChild() ret = _getproperty(9, [], []) @lastargs = WIN32OLE::ARGV ret end
I4 length number of characters in value
Source: show
# File ext/win32ole/sample/xml.rb, line 3721 def length() ret = _getproperty(110, [], []) @lastargs = WIN32OLE::ARGV ret end
BSTR namespaceURI the URI for the namespace applying to the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3689 def namespaceURI() ret = _getproperty(32, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode nextSibling right sibling of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3601 def nextSibling() ret = _getproperty(11, [], []) @lastargs = WIN32OLE::ARGV ret end
BSTR nodeName name of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3537 def nodeName() ret = _getproperty(2, [], []) @lastargs = WIN32OLE::ARGV ret end
DOMNodeType nodeType the node's type
Source: show
# File ext/win32ole/sample/xml.rb, line 3553 def nodeType() ret = _getproperty(4, [], []) @lastargs = WIN32OLE::ARGV ret end
BSTR nodeTypeString the type of node in string form
Source: show
# File ext/win32ole/sample/xml.rb, line 3625 def nodeTypeString() ret = _getproperty(21, [], []) @lastargs = WIN32OLE::ARGV ret end
VARIANT nodeTypedValue get the strongly typed value of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3657 def nodeTypedValue() ret = _getproperty(25, [], []) @lastargs = WIN32OLE::ARGV ret end
VOID nodeTypedValue get the strongly typed value of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3745 def nodeTypedValue=(arg0) ret = _setproperty(25, [arg0], [VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end
VARIANT nodeValue value stored in the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3545 def nodeValue() ret = _getproperty(3, [], []) @lastargs = WIN32OLE::ARGV ret end
VOID nodeValue value stored in the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3729 def nodeValue=(arg0) ret = _setproperty(3, [arg0], [VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMDocument ownerDocument document that contains the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3617 def ownerDocument() ret = _getproperty(18, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode parentNode parent of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3561 def parentNode() ret = _getproperty(6, [], []) @lastargs = WIN32OLE::ARGV ret end
BOOL parsed has sub-tree been completely parsed
Source: show
# File ext/win32ole/sample/xml.rb, line 3681 def parsed() ret = _getproperty(31, [], []) @lastargs = WIN32OLE::ARGV ret end
BSTR prefix the prefix for the namespace applying to the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3697 def prefix() ret = _getproperty(33, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode previousSibling left sibling of the node
Source: show
# File ext/win32ole/sample/xml.rb, line 3593 def previousSibling() ret = _getproperty(10, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode removeChild remove a child node
IXMLDOMNode arg0 --- childNode [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3790 def removeChild(arg0) ret = _invoke(15, [arg0], [VT_BYREF|VT_DISPATCH]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode replaceChild replace a child node
IXMLDOMNode arg0 --- newChild [IN]
IXMLDOMNode arg1 --- oldChild [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3781 def replaceChild(arg0, arg1) ret = _invoke(14, [arg0, arg1], [VT_BYREF|VT_DISPATCH, VT_BYREF|VT_DISPATCH]) @lastargs = WIN32OLE::ARGV ret end
VOID replaceData replace string within the value
I4 arg0 --- offset [IN]
I4 arg1 --- count [IN]
BSTR arg2 --- data [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3901 def replaceData(arg0, arg1, arg2) ret = _invoke(115, [arg0, arg1, arg2], [VT_I4, VT_I4, VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNodeList selectNodes execute query on the subtree
BSTR arg0 --- queryString [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3832 def selectNodes(arg0) ret = _invoke(29, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMNode selectSingleNode execute query on the subtree
BSTR arg0 --- queryString [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3841 def selectSingleNode(arg0) ret = _invoke(30, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
BOOL specified indicates whether node is a default value
Source: show
# File ext/win32ole/sample/xml.rb, line 3641 def specified() ret = _getproperty(22, [], []) @lastargs = WIN32OLE::ARGV ret end
IXMLDOMText splitText split the text node into two text nodes at the position specified
I4 arg0 --- offset [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3910 def splitText(arg0) ret = _invoke(123, [arg0], [VT_I4]) @lastargs = WIN32OLE::ARGV ret end
BSTR substringData retrieve substring of value
I4 arg0 --- offset [IN]
I4 arg1 --- count [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3861 def substringData(arg0, arg1) ret = _invoke(111, [arg0, arg1], [VT_I4, VT_I4]) @lastargs = WIN32OLE::ARGV ret end
BSTR text text content of the node and subtree
Source: show
# File ext/win32ole/sample/xml.rb, line 3633 def text() ret = _getproperty(24, [], []) @lastargs = WIN32OLE::ARGV ret end
VOID text text content of the node and subtree
Source: show
# File ext/win32ole/sample/xml.rb, line 3737 def text=(arg0) ret = _setproperty(24, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end
BSTR transformNode apply the stylesheet to the subtree
IXMLDOMNode arg0 --- stylesheet [IN]
Source: show
# File ext/win32ole/sample/xml.rb, line 3823 def transformNode(arg0) ret = _invoke(28, [arg0], [VT_BYREF|VT_DISPATCH]) @lastargs = WIN32OLE::ARGV ret end
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]
Source: show
# File ext/win32ole/sample/xml.rb, line 3851 def transformNodeToObject(arg0, arg1) ret = _invoke(35, [arg0, arg1], [VT_BYREF|VT_DISPATCH, VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end