|
RAD Studio VCL Reference
|
Indicates the name of the node.
property nodeName: DOMString;
__property DOMString nodeName;
Read nodeName to determine the name of the DOM node. The value of nodeName depends on the type of the node, as indicated in the following table:
|
nodeName | |
|
The name of the attribute. | |
|
The tag name for the node. | |
|
#text | |
|
#cdata-section | |
|
The name of the entity reference. | |
|
The entity name. | |
|
The target of the processing instruction. | |
|
#comment | |
|
#document | |
|
The document type name. | |
|
#document-fragment | |
|
The notation name. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|