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

TDOMDocumentType.SystemID

System Identifier for the Document Type declaration.

Declaration

Source position: laz2_dom.pas line 723

public property TDOMDocumentType.SystemID : DOMString
  read FSystemID;

Description

SystemID is a read-only DOMString property which contains the path to the document type declaration on the local file system. Its value is assigned using the argument passed to the CreateDocumentType method in TDOMImplementation.

Use PublicID for the URL where the DTD is located.

Remark: PublicID and SystemID are not validated in the DOM implementation (unlike XML). Both (or neither) of the values can be specified. URLs or local file paths are not verified.

See also

TDOMImplementation.CreateDocumentType

  

Creates a DOM Document Type using the specified arguments.


Version 4.0 Generated 2025-05-03 Home