systemId() Instance Public methods VARIANT systemId the system ID
specified() Instance Public methods BOOL specified indicates whether node is a default value
selectSingleNode(arg0) Instance Public methods IXMLDOMNode selectSingleNode execute query on the subtree BSTR arg0 --- queryString [IN]
selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]
replaceChild(arg0, arg1) Instance Public methods IXMLDOMNode replaceChild replace a child node IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]
publicId() Instance Public methods VARIANT publicId the public ID
previousSibling() Instance Public methods IXMLDOMNode previousSibling left sibling of the node
prefix() Instance Public methods BSTR prefix the prefix for the namespace applying to the node
parsed() Instance Public methods BOOL parsed has sub-tree been completely parsed
Page 1834 of 2275