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

TDOMProcessingInstruction

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

Implements the DOM ProcessingInstruction interface from the DOM specification.

Declaration

Source position: laz2_dom.pas line 782

type TDOMProcessingInstruction = class(TDOMNode)

protected

  function GetNodeType; override;

  

Gets the value for the NodeType property.

  function GetNodeName; override;

  

Gets the value for the NodeName property.

  function GetNodeValue; override;

  

Gets the value for the NodeValue property.

  procedure SetNodeValue(); override;

  

Sets the value for the NodeValue property.

public

  function CloneNode(); override; overload;

  

Makes a copy of the DOM Node.

  property Target: DOMString; [r]

  

Represent the Target for the DOM ProcessingInstruction node.

  property Data: DOMString; [rw]

  

Contains the Data for the DOM ProcessingInstruction node.

end;

Inheritance

TDOMProcessingInstruction

  

Implements the DOM ProcessingInstruction interface from the DOM specification.

|

TDOMNode

  

Implements the DOM Node interface.

|

TObject

Description

TDOMProcessingInstruction is a TDOMNode descendant that implements the DOM ProcessingInstruction Interface from the DOM specification. TDOMProcessingInstruction provides access to an XML Processor-specific instruction that occurs in a DOM Document.

TDOMProcessingInstruction provides overridden methods used as the read and write access specifiers for the DOM Node specialization. It also contains properties needed to represent the Target and Data for the DOM ProcessingInstruction.

See also

TDOMProcessingInstruction.Target

  

Represent the Target for the DOM ProcessingInstruction node.

TDOMProcessingInstruction.Data

  

Contains the Data for the DOM ProcessingInstruction node.

TDOMNode

  

Implements the DOM Node interface.


Version 3.2 Generated 2024-02-25 Home