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

Reference for unit 'Laz2_XPath'

An implementation of the XML Path Language (XPath) for Free Pascal.

uses

  System,

  Math,

  sysutils,

  Classes,

  LazUtilsStrConsts,

  

Resource strings used in the LazUtils package.

  Laz2_DOM,

  

Provides an implementation of DOM interfaces.

  Laz2_XMLUtils;

  

XML utility routines with support for UTF-8 encoding.

Overview

laz2_xpath.pas provides an implementation of the XML Path Language (XPath) for the Lazarus IDE. It is based on the xpath.pp unit from the Free Component Library (FCL).

Copyright (c) 2000 - 2003 by Areca Systems GmbH / Sebastian Guenther, sg@freepascal.org

This implementation is based on the following specification:

XML Path Language (XPath) Version 1.0, W3C Recommendation, 16 November 1999

laz2_xpath.pas is part of the LazUtils package.


Version 3.2 Generated 2024-02-25 Home