RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument Members

The following tables list the members exposed by IXMLDocument.

 
Name 
Description 
 
Increments the reference count for this interface. 
 
Decrements the reference count for this interface. 
 
This is the overview for the AddChild method overload. 
 
Creates a new element node that is associated with this document. 
 
Creates a new node that is associated with this document. 
 
Generates a unique namespace prefix that can be used for a node in the document. 
 
Returns the value of the Active property. 
 
Returns the value of the AsyncLoadState property. 
 
Returns the value of the ChildNodes property. 
 
Replaces a specified child node with an instance of a specified implementation class. 
 
Returns the value of the DocumentElement property. 
 
Returns the value of the Node property. 
 
Returns the value of the DOMDocument property. 
 
Returns the value of the Encoding property. 
 
Returns the value of the FileName property. 
 
Returns the value of the Modified property. 
 
Returns the value of the NodeIndentStr property. 
 
Returns the value of the Options property. 
 
Returns the value of the ParseOptions property. 
 
Returns the value of the SchemaRef property. 
 
Returns the value of the StandAlone property. 
 
Returns the value of the Version property. 
 
Returns the value of the XML property. 
 
Indicates whether the IXMLDocument instance represents an empty document. 
 
Loads an XML document from disk. 
 
Loads an XML document from a stream and activates it. 
 
This is the overview for the LoadFromXML method overload. 
 
Returns a reference to a specified interface if the object supports that interface. 
 
Updates the parsed XML document to reflect external changes. 
 
Registers an implementation class for child nodes with a specified tag name. 
 
Forces all child nodes and attribute nodes to be reread from the underlying DOM implementation. 
 
Saves the XML document to disk. 
 
Saves the XML document to a stream. 
 
This is the overview for the SaveToXML method overload. 
 
Sets the value of the Active property. 
 
Sets the value of the DocumentElement property. 
 
Sets the value of the DOMDocument property. 
 
Sets the value of the Encoding property. 
 
Sets the value of the FileName property. 
 
Sets the value of the NodeIndentStr property. 
 
Supplies an event handler that responds when the AsyncLoadState property changes. 
 
Sets the value of the Options property. 
 
Sets the value of the ParseOptions property. 
 
Sets the value of the StandAlone property. 
 
Sets the value of the Version property. 
 
Sets the value of the XML property. 
 
Name 
Description 
 
Specifies whether the XML document has been parsed so that the DOM interfaces are available to examine or change its contents. 
 
Indicates the state of the DOM parser when it parses the XML document asynchronously. 
 
Lists all of the child nodes of the document. 
 
Provides access to the root node of the XML document. 
 
Provides access to the DOM interface for the parsed XML document. 
 
Indicates the character set that the XML document uses to encode characters. 
 
Indicates the XML document file, if any, that this interface represents. 
 
Indicates whether the XML document has been modified. 
 
Node 
Provides access to the document node for the XML document. 
 
Indicates the string that is inserted before nested nodes in the formatted XML text. 
 
Influences various aspects of the document's behavior. 
 
Specifies implementation-specific options that are followed when parsing the XML document. 
 
Returns the name of the schema associated with this XML document. 
 
Indicates whether the XML document includes any external markup declarations. 
 
Indicates the XML version that the document uses. 
 
XML 
Specifies the content of the XML document associated with this IXMLDocument interface. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!