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

TDOMImplementation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements the DOMImplementation interface from the DOM specification.

Declaration

Source position: laz2_dom.pas line 442

type TDOMImplementation = class

public

  function HasFeature();

  

Indicates if a feature or module is supported in the DOM implementation.

  function CreateDocumentType();

  

Creates a DOM Document Type using the specified arguments.

  function CreateDocument();

  

Creates a new DOM Document instance.

end;

Inheritance

TDOMImplementation

  

Implements the DOMImplementation interface from the DOM specification.

|

TObject

Description

TDOMImplementation is a class which implements the DOMImplementation interface from the DOM specification. TDOMImplementation provides methods which perform operations that do not require an existing TDOMDocument class instance, such as creating new TDOMDocumentType or TDOMDocument instances. TDOMImplementation implements the HasFeature method which determines if the DOM implementation supports specific features required to conform to a specific DOM level.

See also

TDOMImplementation.HasFeature

  

Indicates if a feature or module is supported in the DOM implementation.


Version 3.2 Generated 2024-02-25 Home