THtmlNode() > Html Tag data |
Checks if an HTML tag is always empty.
Note: | READONLY | Data type: | L | Default: | .T. |
The instance variable :isEmpty contains .T. (true) when the HTML node has never a child node, otherwise .F. (false).
Empty HTML tags
HTML tag | |
---|---|
<area> | <input> |
<base> | <isindex> |
<basefont> | <keygen> |
<bgsound> | <link> |
<br> | <meta> |
<col> | <nextid> |
<embed> | <param> |
<frame> | <spacer> |
<hr> | <wbr> |
<img> |
http://www.xHarbour.com