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

Reference for unit 'Laz2_XMLWrite'

Provides routines used to write XML content to a file, text file, or stream.

uses

  Classes,

  sysutils,

  LazUTF8,

  

Number of characters (codepoints) to get from the string.

  Laz2_DOM,

  

Provides an implementation of DOM interfaces.

  Laz2_XMLUtils;

  

XML utility routines with support for UTF-8 encoding.

Overview

laz2_xmlwrite.pas provides procedures and types used to write XML content to a file, text file, or stream. laz2_xmlwrite.pas has classes in its implementation section that are used to perform serialization of XML content to the storage destination.

Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org
Modified in 2006 by Sergei Gorelkin, sergei_gorelkin@mail.ru
Converted to use UTF-8 instead of widestrings by Mattias Gaertner.

laz2_xmlwrite.pas is part of the LazUtils package.


Version 3.2 Generated 2024-02-25 Home