Xml.XMLIntf.IXMLDocument.IsEmptyDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEmptyDoc: Boolean;

C++

virtual bool __fastcall IsEmptyDoc() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Indicates whether the IXMLDocument instance represents an empty document.

Call IsEmptyDoc to determine whether the IXMLDocument instance represents an empty document. IsEmptyDoc returns true if the DOMDocument property is not set (for example, if there is no DOM implementation) or if this interface represents a document with no child nodes.

See Also