baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)
attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
appendData(arg0) Instance Public methods VOID appendData append string to value BSTR arg0 --- data [IN]
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
xml() Instance Public methods BSTR xml return the XML source for the node and each of its descendants
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]
transformNode(arg0) Instance Public methods BSTR transformNode apply the stylesheet to the subtree IXMLDOMNode arg0 --- stylesheet [IN]
text=(arg0) Instance Public methods VOID text text content of the node and subtree
text() Instance Public methods BSTR text text content of the node and subtree
substringData(arg0, arg1) Instance Public methods BSTR substringData retrieve substring of value I4 arg0 --- offset [IN] I4 arg1 --- count [IN]
Page 1877 of 2275