Home | History | Annotate | Download | only in libxml2

Lines Matching refs:c1

729 		xmlValidBuildAContentModel(content->c1, ctxt, name);
771 xmlValidBuildAContentModel(content->c1, ctxt, name);
1040 if (cur->c1 != NULL)
1041 ret->c1 = xmlCopyDocElementContent(doc, cur->c1);
1042 if (ret->c1 != NULL)
1043 ret->c1->parent = ret;
1070 if (cur->c1 != NULL)
1071 tmp->c1 = xmlCopyDocElementContent(doc,cur->c1);
1072 if (tmp->c1 != NULL)
1073 tmp->c1->parent = ret;
1124 if (cur->c1 != NULL) xmlFreeDocElementContent(doc, cur->c1);
1177 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1178 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1179 xmlDumpElementContent(buf, content->c1, 1);
1181 xmlDumpElementContent(buf, content->c1, 0);
1191 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1192 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1193 xmlDumpElementContent(buf, content->c1, 1);
1195 xmlDumpElementContent(buf, content->c1, 0);
1284 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1285 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1286 xmlSnprintfElementContent(buf, size, content->c1, 1);
1288 xmlSnprintfElementContent(buf, size, content->c1, 0);
1304 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1305 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1306 xmlSnprintfElementContent(buf, size, content->c1, 1);
1308 xmlSnprintfElementContent(buf, size, content->c1, 0);
4301 if (cur->c1 == NULL) break;
4302 if (cur->c1->type == XML_ELEMENT_CONTENT_ELEMENT) {
4303 name = cur->c1->name;
4322 if (next->c1 == NULL) break;
4323 if (next->c1->type != XML_ELEMENT_CONTENT_ELEMENT) break;
4324 if ((xmlStrEqual(next->c1->name, name)) &&
4325 (xmlStrEqual(next->c1->prefix, cur->prefix))) {
4949 if (CONT->c1->type == XML_ELEMENT_CONTENT_ELEMENT) {
4951 (!xmlStrEqual(NODE->name, CONT->c1->name))) {
4957 ret = (CONT->c1->prefix == NULL);
4958 } else if (CONT->c1->prefix == NULL) {
4961 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix);
4978 CONT = CONT->c1;
4984 if ((CONT->c1->type == XML_ELEMENT_CONTENT_ELEMENT) &&
4985 ((CONT->c1->ocur == XML_ELEMENT_CONTENT_OPT) ||
4986 (CONT->c1->ocur == XML_ELEMENT_CONTENT_MULT))) {
4988 (!xmlStrEqual(NODE->name, CONT->c1->name))) {
4994 ret = (CONT->c1->prefix == NULL);
4995 } else if (CONT->c1->prefix == NULL) {
4998 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix);
5007 CONT = CONT->c1;
5140 } else if (CONT == CONT->parent->c1) {
5643 (cont->c1 != NULL) &&
5644 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)){
5645 if ((cont->c1->prefix == NULL) &&
5646 (xmlStrEqual(cont->c1->name, qname)))
5649 (cont->c1 == NULL) ||
5650 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)){
5666 (cont->c1 != NULL) &&
5667 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)){
5668 if ((cont->c1->prefix != NULL) &&
5669 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) &&
5670 (xmlStrEqual(cont->c1->name, name)))
5673 (cont->c1 == NULL) ||
5674 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)){
6124 (cont->c1 != NULL) &&
6125 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)){
6126 if (xmlStrEqual(cont->c1->name, fullname))
6129 (cont->c1 == NULL) ||
6130 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)){
6148 (cont->c1 != NULL) &&
6149 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)) {
6150 if (xmlStrEqual(cont->c1->name, name)) break;
6152 (cont->c1 == NULL) ||
6153 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)) {
6942 xmlValidGetPotentialChildren(ctree->c1, names, len, max);
6946 xmlValidGetPotentialChildren(ctree->c1, names, len, max);