preserveWhiteSpace() Instance Public methods BOOL preserveWhiteSpace indicates whether the parser preserves whitespace
preserveWhiteSpace=(arg0) Instance Public methods VOID preserveWhiteSpace indicates whether the parser preserves whitespace
previousSibling() Instance Public methods IXMLDOMNode previousSibling left sibling of the node
readyState() Instance Public methods I4 readyState get the state of the XML document
removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]
replaceChild(arg0, arg1) Instance Public methods IXMLDOMNode replaceChild replace a child node IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
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]
Page 563 of 11844