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

ReadXMLFragment

Reads an XML fragment into the specified DOM Node.

Declaration

Source position: laz_xmlread.pas line 32

procedure ReadXMLFragment(

  AParentNode: TDOMNode;

  const AFilename: string

); overload;

procedure ReadXMLFragment(

  AParentNode: TDOMNode;

  var f: file

); overload;

procedure ReadXMLFragment(

  AParentNode: TDOMNode;

  var f: TStream

); overload;

procedure ReadXMLFragment(

  AParentNode: TDOMNode;

  var f: TStream;

  const AFilename: string

); overload;

Arguments

AParentNode

  

DOM Node used as the parent for the XML fragment.

AFilename

  

File name with the XML content read in the routine.

Arguments

AParentNode

  

DOM Node used as the parent for the XML fragment.

f

  

Stream with the XML content read in the routine.

Arguments

AParentNode

  

DOM Node used as the parent for the XML fragment.

f

  

Stream with the XML content read in the routine.

Arguments

AParentNode

  

DOM Node used as the parent for the XML fragment.

f

  

Stream with the XML content read in the routine.

AFilename

  

File name with the XML content read in the routine.


Version 4.0 Generated 2025-05-03 Home