Xml.xmldom.IDOMDocument

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

IDOMDocument = interface(IDOMNode)

C++

__interface  INTERFACE_UUID("{2BF4C0F0-096E-11D4-83DA-00C04F60B2DD}") IDOMDocument  : public IDOMNode

Properties

Type Visibility Source Unit Parent
interface
class
public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom Xml.xmldom

Description

The IDOMDocument class provides a means to view and manipulate the nodes in the entire XML document.

The IDOMDocument class extends the IDOMNode class to support methods for performing operations on the XML document as a whole.

See Also