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

TDOMDocument.CreateEntityReference

Creates a new DOM Entity Reference for the specified name.

Declaration

Source position: laz2_dom.pas line 521

public function TDOMDocument.CreateEntityReference(

  const name: DOMString

):TDOMEntityReference; virtual;

Arguments

name

  

Name for the DOM Entity Reference.

Function result

DOM Entity Reference created in the method.

Description

Remark: CreateEntityReference always raises an EDOMNotSupported exception. DOM Entity References are not supported in this DOM Implementation. Entity References in an existing document should have been converted to DOM Entities when the document was de-serialized.

Version 3.2 Generated 2024-02-25 Home