url() Instance Public methods BSTR url get the URL for the loaded XML document
validateOnParse() Instance Public methods BOOL validateOnParse indicates whether the parser performs validation
validateOnParse=(arg0) Instance Public methods VOID validateOnParse indicates whether the parser performs validation
xml() Instance Public methods BSTR xml return the XML source for the node and each of its descendants
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)
childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children
cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]
dataType() Instance Public methods VARIANT dataType the data type of the node
Page 471 of 11844