text() Instance Public methods BSTR text text content of the node and subtree
text=(arg0) Instance Public methods VOID text text content of the node and subtree
transformNode(arg0) Instance Public methods BSTR transformNode apply the stylesheet to the subtree IXMLDOMNode arg0 --- stylesheet [IN]
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
item() Instance Public methods PTR item collection of nodes I4 arg0 --- index [IN]
length() Instance Public methods I4 length number of nodes in the collection
nextNode() Instance Public methods IXMLDOMNode nextNode get next node from iterator
reset() Instance Public methods VOID reset reset the position of iterator
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
Page 495 of 11844