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

Reference for unit 'Laz2_DOM'

Provides an implementation of DOM interfaces.

uses

  sysutils,

  Classes,

  Laz2_XMLUtils;

  

XML utility routines with support for UTF-8 encoding.

Overview

laz2_dom.pas provides an Implementation of DOM (Document Object Model) interfaces. It is a modified copy of the FCL dom.pp unit (revision 15251) adapted to use UTF-8 instead of WideString by Mattias Gaertner.

Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org
Modified in 2006 by Sergei Gorelkin, sergei_gorelkin@mail.ru

This unit provides classes which implement the interfaces defined in the DOM (Document Object Model) specification. The current state is:

Specification used for this implementation:
Document Object Model (DOM) Level 2 Specification

laz2_dom.pas is part of the lazutils package.


Version 3.2 Generated 2024-02-25 Home