Reads an XML fragment into the specified DOM Node.
Source position: laz_xmlread.pas line 32
procedure ReadXMLFragment( |
AParentNode: TDOMNode; |
const AFilename: string |
); overload; |
AParentNode: TDOMNode; |
var f: file |
); overload; |
AParentNode: TDOMNode; |
var f: TStream |
); overload; |
AParentNode: TDOMNode; |
var f: TStream; |
const AFilename: string |
); overload; |
AParentNode |
|
DOM Node used as the parent for the XML fragment. |
AFilename |
|
File name with the XML content read in the routine. |
AParentNode |
|
DOM Node used as the parent for the XML fragment. |
f |
|
Stream with the XML content read in the routine. |
AParentNode |
|
DOM Node used as the parent for the XML fragment. |
f |
|
Stream with the XML content read in the routine. |
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.4 | Generated 2025-11-08 | Home |