[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: laz2_dom.pas line 398
public constructor TDOMNamedNodeMap.Create( |
AOwner: TDOMNode; |
ANodeType: Integer |
); |
AOwner |
|
Owner of the class instance. |
ANodeType |
|
DOM Node type for the entries in the map. |
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.
|
Implements the DOM Node interface. |
|
|
Node type for the DOM Node. |
Version 4.0 | Generated 2025-05-03 | Home |