Searched refs:subelts (Results 1 – 2 of 2) sorted by relevance
64 const char** subelts; /* allowed sub-elements of this element */ member
5721 if ( ! elt || ! parent || ! parent->subelts ) in htmlElementAllowedHere()5724 for ( p = parent->subelts; *p; ++p ) in htmlElementAllowedHere()