DOMComment.NodeName
Usage:
Description:
DOM node name. A node name does not exist for each DOM node type.
Node nodeName
- Attribute same as Attribute.name
- CDATASection "#cdata-section"
- Comment "#comment"
- Document "#document"
- DocumentFragment "#document-fragment"
- DocumentType same as DocumentType.name
- Element same as Element.tagName
- Entity entity name
- EntityReference name of entity referenced
- Notation notation name
- ProcessingInstruction same as DataProcessorInstruction.target
- Text "#text"
Availability: