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

TDOMDocumentType.GetNodeName

Gets the value for the NodeName property.

Declaration

Source position: laz2_dom.pas line 715

protected function TDOMDocumentType.GetNodeName: DOMString; override;

Function result

Value for the NodeName property.

Description

GetNodeName is an overridden DOMString function in TDOMDocumentType used to get the value for the NodeName property. It returns the value in Name as the property value.

See also

TDOMDocumentType.Name

  

Name for the Document Type declaration (used as the root element).

TDOMNode.NodeName

  

Name for the DOM node.

TDOMNode.GetNodeName

  

Gets the value for the NodeName property.

TDOMImplementation.CreateDocumentType

  

Creates a DOM Document Type using the specified arguments.


Version 4.0 Generated 2025-05-03 Home