THtmlNode() > Html Tag data |
Character string with opening tag name.
Note: | READONLY | Data type: | C |
The instance variable :htmlEndTagName contains a character string holding the opening tag name of the HTML node without angled brackets. (e.g. "table", "html" ).
Note: two non HTML compliant tag names are used in the THtmlNode class: "_root_" is the tag name for the root node, and "_text_" is the tag name for leaf nodes that contain nothing but textual data. Both tag names never appear in HTML output, but may be useful when traversing an HTML object tree.
Another special case is a "<!-- HTML comment -->" node. The tag name of a THtmlNode object representing an HTML comment is "!--".
http://www.xHarbour.com