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

TDOMNamedNodeMap.Create

Constructor for the class instance.

Declaration

Source position: laz2_dom.pas line 398

public constructor TDOMNamedNodeMap.Create(

  AOwner: TDOMNode;

  ANodeType: Integer

);

Arguments

AOwner

  

Owner of the class instance.

ANodeType

  

DOM Node type for the entries in the map.

Description

Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create stores values passed in the AOwner and ANodeType arguments to members in the class instance.

AOwner is the DOM node which owns the entities, notations, or attributes maintained in the node map.

NodeType is the Integer value that indicates the value for the TDOMNode instances stored in the node map. NodeType should contain one of the values: ENTITY_NODE, NOTATION_NODE, or ATTRIBUTE_NODE. It is not validated in the constructor.

See also

TDOMNode

  

Implements the DOM Node interface.

TDOMNode.NodeType

  

Node type for the DOM Node.


Version 4.0 Generated 2025-05-03 Home