transformNodeToObject(arg0, arg1) Instance Public methods 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]
xml() Instance Public methods BSTR xml return the XML source for the node and each of its descendants
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
appendData(arg0) Instance Public methods VOID appendData append string to value BSTR arg0 --- data [IN]
attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)
childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children
cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]
data() Instance Public methods BSTR data value of the node
data=(arg0) Instance Public methods VOID data value of the node
Page 460 of 11844