resolveExternals() Instance Public methods BOOL resolveExternals indicates whether the parser resolves references to external DTD/Entities/Schema
resolveExternals=(arg0) Instance Public methods VOID resolveExternals indicates whether the parser resolves references to external DTD/Entities/Schema
save(arg0) Instance Public methods VOID save save the document to a specified desination VARIANT arg0 --- desination [IN]
selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]
selectSingleNode(arg0) Instance Public methods IXMLDOMNode selectSingleNode execute query on the subtree BSTR arg0 --- queryString [IN]
specified() Instance Public methods BOOL specified indicates whether node is a default value
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]
Page 470 of 11844