int hasChildElement(string $element1[, string $element2...])
•Returns the element child index (1 or greater) of the first $elementx that exists as a child for the element currently being ended, else returns 0.
•Use in tag name end programs to quickly determine whether the element being ended contains a child element.
•This function is supported only in CSE HTML Validator v11.0114 and later.