Soap.WSDLBind.IWSDLDocument Methods
InheritedProtected
| AddChild | public | Creates and adds a node to the child nodes of this document. | 
| AddRef | public | Increments the reference count for this interface. | 
| CreateElement | public | Creates a new element node that is associated with this document. | 
| CreateNode | public | Creates a new node that is associated with this document. | 
| GeneratePrefix | public | Generates a unique namespace prefix that can be used for a node in the document. | 
| GetActive | public | Returns the value of the Active property. | 
| GetAsyncLoadState | public | Returns the value of the AsyncLoadState property. | 
| GetChildNodes | public | Returns the value of the ChildNodes property. | 
| GetDefinition | public | Returns the value of the Definition property. | 
| GetDocBinding | public | Replaces a specified child node with an instance of a specified implementation class. | 
| GetDocumentElement | public | Returns the value of the DocumentElement property. | 
| GetDocumentNode | public | Returns the value of the Node property. | 
| GetDOMDocument | public | Returns the value of the DOMDocument property. | 
| GetEncoding | public | Returns the value of the Encoding property. | 
| GetFileName | public | Returns the value of the FileName property. | 
| GetModified | public | Returns the value of the Modified property. | 
| GetNodeIndentStr | public | Returns the value of the NodeIndentStr property. | 
| GetOptions | public | Returns the value of the Options property. | 
| GetParseOptions | public | Returns the value of the ParseOptions property. | 
| GetSchemaRef | public | Returns the value of the SchemaRef property. | 
| GetStandAlone | public | Returns the value of the StandAlone property. | 
| GetVersion | public | Returns the value of the Version property. | 
| GetXML | public | Returns the value of the XML property. | 
| IsEmptyDoc | public | Indicates whether the IXMLDocument instance represents an empty document. | 
| LoadFromFile | public | Loads an XML document from disk. | 
| LoadFromStream | public | Loads an XML document from a stream and activates it. | 
| LoadFromXML | public | Loads a string representation of an XML document and activates it. | 
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| Refresh | public | Updates the parsed XML document to reflect external changes. | 
| RegisterDocBinding | public | Registers an implementation class for child nodes with a specified tag name. | 
| Release | public | Decrements the reference count for this interface. | 
| Resync | public | Forces all child nodes and attribute nodes to be reread from the underlying DOM implementation. | 
| SaveToFile | public | Saves the XML document to disk. | 
| SaveToStream | public | Saves the XML document to a stream. | 
| SaveToXML | public | Saves the XML document to a string-type variable. | 
| SetActive | public | Sets the value of the Active property. | 
| SetDefinition | public | Sets the value of the Definition property. | 
| SetDocumentElement | public | Sets the value of the DocumentElement property. | 
| SetDOMDocument | public | Sets the value of the DOMDocument property. | 
| SetEncoding | public | Sets the value of the Encoding property. | 
| SetFileName | public | Sets the value of the FileName property. | 
| SetNodeIndentStr | public | Sets the value of the NodeIndentStr property. | 
| SetOnAsyncLoad | public | Supplies an event handler that responds when the AsyncLoadState property changes. | 
| SetOptions | public | Sets the value of the Options property. | 
| SetParseOptions | public | Sets the value of the ParseOptions property. | 
| SetStandAlone | public | Sets the value of the StandAlone property. | 
| SetVersion | public | Sets the value of the Version property. | 
| SetXML | public | Sets the value of the XML property. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |