Xml.xmldom.IDOMPersist

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

IDOMPersist = interface

C++

__interface  INTERFACE_UUID("{2BF4C0F1-096E-11D4-83DA-00C04F60B2DD}") IDOMPersist  : public System::IInterface

Properties

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

Description

IDOMPersist is the interface used for loading and saving XML documents.

IDOMPersist is the interface used for loading and saving XML documents from/to streams.

See Also