Soap.WSDLBind.IWSDLDocument Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddChildpublicCreates and adds a node to the child nodes of this document.
AddRefpublicIncrements the reference count for this interface.
CreateElementpublicCreates a new element node that is associated with this document.
CreateNodepublicCreates a new node that is associated with this document.
GeneratePrefixpublicGenerates a unique namespace prefix that can be used for a node in the document.
GetActivepublicReturns the value of the Active property.
GetAsyncLoadStatepublicReturns the value of the AsyncLoadState property.
GetChildNodespublicReturns the value of the ChildNodes property.
GetDefinitionpublicReturns the value of the Definition property.
GetDocBindingpublicReplaces a specified child node with an instance of a specified implementation class.
GetDocumentElementpublicReturns the value of the DocumentElement property.
GetDocumentNodepublicReturns the value of the Node property.
GetDOMDocumentpublicReturns the value of the DOMDocument property.
GetEncodingpublicReturns the value of the Encoding property.
GetFileNamepublicReturns the value of the FileName property.
GetModifiedpublicReturns the value of the Modified property.
GetNodeIndentStrpublicReturns the value of the NodeIndentStr property.
GetOptionspublicReturns the value of the Options property.
GetParseOptionspublicReturns the value of the ParseOptions property.
GetSchemaRefpublicReturns the value of the SchemaRef property.
GetStandAlonepublicReturns the value of the StandAlone property.
GetVersionpublicReturns the value of the Version property.
GetXMLpublicReturns the value of the XML property.
IsEmptyDocpublicIndicates whether the IXMLDocument instance represents an empty document.
LoadFromFilepublicLoads an XML document from disk.
LoadFromStreampublicLoads an XML document from a stream and activates it.
LoadFromXMLpublicLoads a string representation of an XML document and activates it.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
RefreshpublicUpdates the parsed XML document to reflect external changes.
RegisterDocBindingpublicRegisters an implementation class for child nodes with a specified tag name.
ReleasepublicDecrements the reference count for this interface.
ResyncpublicForces all child nodes and attribute nodes to be reread from the underlying DOM implementation.
SaveToFilepublicSaves the XML document to disk.
SaveToStreampublicSaves the XML document to a stream.
SaveToXMLpublicSaves the XML document to a string-type variable.
SetActivepublicSets the value of the Active property.
SetDefinitionpublicSets the value of the Definition property.
SetDocumentElementpublicSets the value of the DocumentElement property.
SetDOMDocumentpublicSets the value of the DOMDocument property.
SetEncodingpublicSets the value of the Encoding property.
SetFileNamepublicSets the value of the FileName property.
SetNodeIndentStrpublicSets the value of the NodeIndentStr property.
SetOnAsyncLoadpublicSupplies an event handler that responds when the AsyncLoadState property changes.
SetOptionspublicSets the value of the Options property.
SetParseOptionspublicSets the value of the ParseOptions property.
SetStandAlonepublicSets the value of the StandAlone property.
SetVersionpublicSets the value of the Version property.
SetXMLpublicSets the value of the XML property.
SupportspublicIndicates whether a given interface supports a specific (another) interface.