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
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
reset() Instance Public methods VOID reset reset the position of iterator
nextNode() Instance Public methods IXMLDOMNode nextNode get next node from iterator
length() Instance Public methods I4 length number of nodes in the collection
item() Instance Public methods PTR item collection of nodes I4 arg0 --- index [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]
Page 1837 of 2275