Returns 'true' if this tag has any immediate children that match a particular type
(such as <tr>. Does not check "grand-children" -- i.e., calling
table.HasChildren("tr") will usually return true and calling
table.HasChildren("td") will usually return false.