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

ReadDTDFile

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

Declaration

Source position: laz2_xmlread.pas line 70

procedure ReadDTDFile(

  out ADoc: TXMLDocument;

  const AFilename: string

); overload;

procedure ReadDTDFile(

  out ADoc: TXMLDocument;

  var f: Text

); overload;

procedure ReadDTDFile(

  out ADoc: TXMLDocument;

  var f: file

); overload;

procedure ReadDTDFile(

  out ADoc: TXMLDocument;

  f: TStream

); overload;

procedure ReadDTDFile(

  out ADoc: TXMLDocument;

  f: TStream;

  const ABaseURI: 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.

Arguments

ADoc

  

XML document where the DTD is stored in the routine.

f

  

Stream with the content for the DTD.

ABaseURI

  

Base URI for values read in the routine.


Version 3.2 Generated 2024-02-25 Home