[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Laz_XMLRead' (#lazutils)

ReadDTDFile

Reads and stores a DTD file into the specified XML document.

Declaration

Source position: laz_xmlread.pas line 37

procedure ReadDTDFile(

  var ADoc: TXMLDocument;

  const AFilename: string

); overload;

procedure ReadDTDFile(

  var ADoc: TXMLDocument;

  var f: file

); overload;

procedure ReadDTDFile(

  var ADoc: TXMLDocument;

  var f: TStream

); overload;

procedure ReadDTDFile(

  var ADoc: TXMLDocument;

  var f: TStream;

  const AFilename: string

); overload;

Arguments

ADoc

  

XML document where the DTD is stored in the routine.

AFilename

  

File name with the content for the DTD.

Arguments

ADoc

  

XML document where the DTD is stored in the routine.

f

  

Stream with the content for the DTD.

Arguments

ADoc

  

XML document where the DTD is stored in the routine.

f

  

Stream with the content for the DTD.

Arguments

ADoc

  

XML document where the DTD is stored in the routine.

f

  

Stream with the content for the DTD.

AFilename

  

File name with the content for the DTD.


Version 4.0 Generated 2025-05-03 Home