Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ctree

26124     xmlElementContent * ctree; /* an element content tree */
26138 ctree = gen_xmlElementContent_ptr(n_ctree, 0);
26143 ret_val = xmlValidGetPotentialChildren(ctree, (const xmlChar **)names, len, max);
26146 des_xmlElementContent_ptr(n_ctree, ctree, 0);