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

TDOMDocument.DocType

Document Type declaration used in the document.

Declaration

Source position: laz2_dom.pas line 503

public property TDOMDocument.DocType : TDOMDocumentType
  read GetDocType;

Description

DocType is a read-only TDOMDocumentType property that represents the Document Type declaration found in the child nodes for the document. DocType examines the top-level child nodes to find the first node with the value DOCUMENT_TYPE_NODE in its NodeType property.

See also

TDOMDocumentType

  

Implements the DOM DocumentType interface from the DOM specification.

DOCUMENT_TYPE_NODE

  

Represents the node type for DOM Document Type Declarations (DTD).


Version 3.2 Generated 2024-02-25 Home