- 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]
VOID appendData append string to value
BSTR arg0 --- data [IN]
IXMLDOMNamedNodeMap attributes the collection of the node's attributes
BSTR baseName the base name of the node (nodename with the prefix stripped off)
IXMLDOMNodeList childNodes the collection of the node's children
IXMLDOMNode cloneNode
BOOL arg0 --- deep [IN]
BSTR data value of the node
VOID data value of the node
VARIANT dataType the data type of the node
VOID dataType the data type of the node
IXMLDOMNode definition pointer to the definition of the node in the DTD or schema
VOID deleteData delete string within the value
I4 arg0 --- offset [IN]
I4 arg1 --- count [IN]
IXMLDOMNode firstChild first child of the node
BOOL hasChildNodes
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 lastChild first child of the node
I4 length number of characters in value
IXMLDOMNode nextSibling right sibling of the node
BSTR nodeName name of the node
DOMNodeType nodeType the node's type
BSTR nodeTypeString the type of node in string form
VARIANT nodeTypedValue get the strongly typed value of the node
VOID nodeTypedValue get the strongly typed value of the node
VARIANT nodeValue value stored in the node
VOID nodeValue value stored in the node
IXMLDOMDocument ownerDocument document that contains the node
IXMLDOMNode parentNode parent of the node
BOOL parsed has sub-tree been completely parsed
BSTR prefix the prefix for the namespace applying to the node
IXMLDOMNode previousSibling left sibling of the node
IXMLDOMNode removeChild remove a child node
IXMLDOMNode arg0 --- childNode [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]
BOOL specified indicates whether node is a default value
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 text text content of the node and subtree
VOID text text content of the node and subtree
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]