Home | History | Annotate | Download | only in libxml2

Lines Matching defs:info

778     const htmlElemDesc * info;
853 * Get specific HTML info for that node.
856 info = htmlTagLookup(cur->name);
858 info = NULL;
871 if ((info != NULL) && (info->empty)) {
873 if ((format) && (!info->isinline) && (cur->next != NULL)) {
885 if ((info != NULL) && (info->saveEndTag != 0) &&
886 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) &&
887 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) {
899 (info != NULL) && (!info->isinline)) {
920 if ((format) && (info != NULL) && (!info->isinline) &&
928 if ((format) && (info != NULL) && (!info->isinline) &&
943 if ((format) && (info != NULL) && (!info->isinline) &&