Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlParseElementContentDecl

6181  * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6289 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6586 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6617 * xmlParseElementContentDecl:
6631 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name,
6642 "xmlParseElementContentDecl : %s '(' expected\n", name);
6718 ret = xmlParseElementContentDecl(ctxt, name, &content);