THtmlNode() > Html Tag data xHarbour Developers Network  

oTHtmlNode:htmlTagName

Character string with opening tag name.

Info

Note:READONLYData type:C

Description

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 "!--".


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe