| [Overview][Constants][Types][Procedures and functions][Index] | 
Reads and stores a DTD file into the specified XML document.
Source position: laz_xmlread.pas line 37
procedure ReadDTDFile(  | 
var ADoc: TXMLDocument;  | 
const AFilename: string  | 
); overload;  | 
var ADoc: TXMLDocument;  | 
var f: file  | 
); overload;  | 
var ADoc: TXMLDocument;  | 
var f: TStream  | 
); overload;  | 
var ADoc: TXMLDocument;  | 
var f: TStream;  | 
const AFilename: string  | 
); overload;  | 
ADoc  | 
  | 
XML document where the DTD is stored in the routine.  | 
AFilename  | 
  | 
File name with the content for the DTD.  | 
ADoc  | 
  | 
XML document where the DTD is stored in the routine.  | 
f  | 
  | 
Stream with the content for the DTD.  | 
ADoc  | 
  | 
XML document where the DTD is stored in the routine.  | 
f  | 
  | 
Stream with the content for the DTD.  | 
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 |