Lines Matching defs:doc
445 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6));
501 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
916 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
920 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
1426 htmlDocPtr doc; /* the HTML document */
1437 doc = gen_htmlDocPtr(n_doc, 0);
1441 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
1444 des_htmlDocPtr(n_doc, doc, 0);
2096 htmlDocPtr doc; /* the HTML document */
2104 doc = gen_htmlDocPtr(n_doc, 0);
2107 ret_val = htmlIsAutoClosed(doc, elem);
2110 des_htmlDocPtr(n_doc, doc, 0);
3089 htmlDocPtr doc; /* the document */
3094 doc = gen_htmlDocPtr(n_doc, 0);
3096 ret_val = htmlGetMetaEncoding(doc);
3099 des_htmlDocPtr(n_doc, doc, 0);
3241 xmlDocPtr doc; /* the document */
3251 doc = gen_xmlDocPtr(n_doc, 1);
3254 ret_val = htmlNodeDump(buf, doc, cur);
3258 des_xmlDocPtr(n_doc, doc, 1);
3288 xmlDocPtr doc; /* the document */
3298 doc = gen_xmlDocPtr(n_doc, 1);
3301 htmlNodeDumpFile(out, doc, cur);
3304 des_xmlDocPtr(n_doc, doc, 1);
3335 xmlDocPtr doc; /* the document */
3351 doc = gen_xmlDocPtr(n_doc, 1);
3356 ret_val = htmlNodeDumpFileFormat(out, doc, cur, (const char *)encoding, format);
3360 des_xmlDocPtr(n_doc, doc, 1);
3396 xmlDocPtr doc; /* the document */
3412 doc = gen_xmlDocPtr(n_doc, 1);
3417 htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format);
3420 des_xmlDocPtr(n_doc, doc, 1);
3456 xmlDocPtr doc; /* the document */
3469 doc = gen_xmlDocPtr(n_doc, 1);
3473 htmlNodeDumpOutput(buf, doc, cur, (const char *)encoding);
3476 des_xmlDocPtr(n_doc, doc, 1);
3652 htmlDocPtr doc; /* the document */
3660 doc = gen_htmlDocPtr(n_doc, 0);
3663 ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding);
3666 des_htmlDocPtr(n_doc, doc, 0);
5372 xmlDocPtr doc; /* the XML document for canonization */
5392 doc = gen_xmlDocPtr(n_doc, 0);
5399 ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5402 des_xmlDocPtr(n_doc, doc, 0);
5441 xmlDocPtr doc; /* the XML document for canonization */
5464 doc = gen_xmlDocPtr(n_doc, 0);
5472 ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compression);
5475 des_xmlDocPtr(n_doc, doc, 0);
5517 xmlDocPtr doc; /* the XML document for canonization */
5537 doc = gen_xmlDocPtr(n_doc, 0);
5544 ret_val = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes, with_comments, buf);
5547 des_xmlDocPtr(n_doc, doc, 0);
6984 xmlDocPtr doc; /* the document */
6991 doc = gen_xmlDocPtr(n_doc, 1);
6993 ret_val = xmlDebugCheckDocument(output, doc);
6997 des_xmlDocPtr(n_doc, doc, 1);
7155 xmlDocPtr doc; /* the document */
7162 doc = gen_xmlDocPtr(n_doc, 1);
7164 xmlDebugDumpDocument(output, doc);
7167 des_xmlDocPtr(n_doc, doc, 1);
7194 xmlDocPtr doc; /* the document */
7201 doc = gen_xmlDocPtr(n_doc, 1);
7203 xmlDebugDumpDocumentHead(output, doc);
7206 des_xmlDocPtr(n_doc, doc, 1);
7233 xmlDocPtr doc; /* the document */
7240 doc = gen_xmlDocPtr(n_doc, 1);
7242 xmlDebugDumpEntities(output, doc);
7245 des_xmlDocPtr(n_doc, doc, 1);
9182 xmlDocPtr doc; /* the document */
9202 doc = gen_xmlDocPtr(n_doc, 0);
9209 ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9212 des_xmlDocPtr(n_doc, doc, 0);
9249 xmlDocPtr doc; /* the document */
9269 doc = gen_xmlDocPtr(n_doc, 0);
9276 ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9279 des_xmlDocPtr(n_doc, doc, 0);
9455 xmlDocPtr doc; /* the document containing the string */
9463 doc = gen_xmlDocPtr(n_doc, 0);
9466 ret_val = xmlEncodeEntitiesReentrant(doc, (const xmlChar *)input);
9469 des_xmlDocPtr(n_doc, doc, 0);
9501 xmlDoc * doc; /* the document containing the string */
9509 doc = gen_const_xmlDoc_ptr(n_doc, 0);
9512 ret_val = xmlEncodeSpecialChars((const xmlDoc *)doc, (const xmlChar *)input);
9515 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
9540 xmlDoc * doc; /* the document referencing the entity */
9548 doc = gen_const_xmlDoc_ptr(n_doc, 0);
9551 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name);
9554 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
9579 xmlDocPtr doc; /* the document referencing the entity */
9587 doc = gen_xmlDocPtr(n_doc, 0);
9590 ret_val = xmlGetDtdEntity(doc, (const xmlChar *)name);
9593 des_xmlDocPtr(n_doc, doc, 0);
9618 xmlDocPtr doc; /* the document referencing the entity */
9626 doc = gen_xmlDocPtr(n_doc, 0);
9629 ret_val = xmlGetParameterEntity(doc, (const xmlChar *)name);
9632 des_xmlDocPtr(n_doc, doc, 0);
9716 xmlDocPtr doc; /* the document */
9736 doc = gen_xmlDocPtr(n_doc, 0);
9743 ret_val = xmlNewEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9746 des_xmlDocPtr(n_doc, doc, 0);
13614 xmlDocPtr doc; /* the document the chunk pertains to */
13634 doc = gen_xmlDocPtr(n_doc, 0);
13646 ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
13649 des_xmlDocPtr(n_doc, doc, 0);
13690 xmlDocPtr doc; /* the document the chunk pertains to */
13713 doc = gen_xmlDocPtr(n_doc, 0);
13726 ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
13729 des_xmlDocPtr(n_doc, doc, 0);
14066 xmlDocPtr doc; /* the document the chunk pertains to */
14089 doc = gen_xmlDocPtr(n_doc, 0);
14097 ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
14100 des_xmlDocPtr(n_doc, doc, 0);
17637 xmlDocPtr doc; /* a preparsed document tree */
17642 doc = gen_xmlDocPtr(n_doc, 0);
17644 ret_val = xmlRelaxNGNewDocParserCtxt(doc);
17647 des_xmlDocPtr(n_doc, doc, 0);
17811 xmlDocPtr doc; /* a parsed document tree */
17818 doc = gen_xmlDocPtr(n_doc, 1);
17820 ret_val = xmlRelaxNGValidateDoc(ctxt, doc);
17824 des_xmlDocPtr(n_doc, doc, 1);
17852 xmlDocPtr doc; /* a document instance */
17862 doc = gen_xmlDocPtr(n_doc, 1);
17865 ret_val = xmlRelaxNGValidateFullElement(ctxt, doc, elem);
17869 des_xmlDocPtr(n_doc, doc, 1);
17900 xmlDocPtr doc; /* a document instance */
17910 doc = gen_xmlDocPtr(n_doc, 1);
17913 ret_val = xmlRelaxNGValidatePopElement(ctxt, doc, elem);
17917 des_xmlDocPtr(n_doc, doc, 1);
17999 xmlDocPtr doc; /* a document instance */
18009 doc = gen_xmlDocPtr(n_doc, 1);
18012 ret_val = xmlRelaxNGValidatePushElement(ctxt, doc, elem);
18016 des_xmlDocPtr(n_doc, doc, 1);
18478 xmlDocPtr doc; /* the document */
18491 doc = gen_xmlDocPtr(n_doc, 1);
18495 xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
18498 des_xmlDocPtr(n_doc, doc, 1);
19406 xmlDocPtr doc; /* the document */
19414 doc = gen_xmlDocPtr(n_doc, 0);
19417 ret_val = xmlCopyDoc(doc, recursive);
19420 des_xmlDocPtr(n_doc, doc, 0);
19695 xmlDocPtr doc; /* the document pointer */
19709 doc = gen_xmlDocPtr(n_doc, 0);
19714 ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
19717 des_xmlDocPtr(n_doc, doc, 0);
19761 xmlDocPtr destDoc; /* the destination doc */
19831 xmlDocPtr destDoc; /* the destination doc */
19962 xmlDocPtr doc; /* the doc */
19975 doc = gen_xmlDocPtr(n_doc, 1);
19979 ret_val = xmlDOMWrapRemoveNode(ctxt, doc, node, options);
19983 des_xmlDocPtr(n_doc, doc, 1);
20015 xmlDocPtr doc; /* the document */
20025 doc = gen_xmlDocPtr(n_doc, 1);
20028 ret_val = xmlDocCopyNode(node, doc, extended);
20032 des_xmlDocPtr(n_doc, doc, 1);
20059 xmlDocPtr doc; /* the target document */
20067 doc = gen_xmlDocPtr(n_doc, 0);
20070 ret_val = xmlDocCopyNodeList(doc, node);
20073 des_xmlDocPtr(n_doc, doc, 0);
20399 xmlDoc * doc; /* the document */
20404 doc = gen_const_xmlDoc_ptr(n_doc, 0);
20406 ret_val = xmlDocGetRootElement((const xmlDoc *)doc);
20409 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
20432 xmlDocPtr doc; /* the document */
20440 doc = gen_xmlDocPtr(n_doc, 0);
20443 ret_val = xmlDocSetRootElement(doc, root);
20444 if (doc == NULL) { xmlFreeNode(root) ; root = NULL ; }
20447 des_xmlDocPtr(n_doc, doc, 0);
20475 xmlDocPtr doc; /* the document */
20485 doc = gen_xmlDocPtr(n_doc, 1);
20488 xmlElemDump(f, doc, cur);
20491 des_xmlDocPtr(n_doc, doc, 1);
20603 xmlDoc * doc; /* the document */
20608 doc = gen_const_xmlDoc_ptr(n_doc, 0);
20610 ret_val = xmlGetDocCompressMode((const xmlDoc *)doc);
20613 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
20635 xmlDoc * doc; /* the document pointer */
20640 doc = gen_const_xmlDoc_ptr(n_doc, 0);
20642 ret_val = xmlGetIntSubset((const xmlDoc *)doc);
20645 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
21089 xmlDocPtr doc; /* the document */
21100 doc = gen_xmlDocPtr(n_doc, 0);
21107 ret_val = xmlNewCDataBlock(doc, (const xmlChar *)content, len);
21110 des_xmlDocPtr(n_doc, doc, 0);
21138 xmlDocPtr doc; /* the document */
21146 doc = gen_xmlDocPtr(n_doc, 0);
21149 ret_val = xmlNewCharRef(doc, (const xmlChar *)name);
21152 des_xmlDocPtr(n_doc, doc, 0);
21298 xmlDocPtr doc; /* the document */
21306 doc = gen_xmlDocPtr(n_doc, 0);
21309 ret_val = xmlNewDocComment(doc, (const xmlChar *)content);
21312 des_xmlDocPtr(n_doc, doc, 0);
21338 xmlDocPtr doc; /* the document owning the fragment */
21343 doc = gen_xmlDocPtr(n_doc, 0);
21345 ret_val = xmlNewDocFragment(doc);
21348 des_xmlDocPtr(n_doc, doc, 0);
21371 xmlDocPtr doc; /* the document */
21385 doc = gen_xmlDocPtr(n_doc, 0);
21390 ret_val = xmlNewDocNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
21393 des_xmlDocPtr(n_doc, doc, 0);
21424 xmlDocPtr doc; /* the document */
21438 doc = gen_xmlDocPtr(n_doc, 0);
21443 ret_val = xmlNewDocNodeEatName(doc, ns, name, (const xmlChar *)content);
21446 des_xmlDocPtr(n_doc, doc, 0);
21477 xmlDocPtr doc; /* the target document */
21488 doc = gen_xmlDocPtr(n_doc, 0);
21492 ret_val = xmlNewDocPI(doc, (const xmlChar *)name, (const xmlChar *)content);
21495 des_xmlDocPtr(n_doc, doc, 0);
21523 xmlDocPtr doc; /* the document */
21534 doc = gen_xmlDocPtr(n_doc, 0);
21538 ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value);
21541 des_xmlDocPtr(n_doc, doc, 0);
21571 xmlDocPtr doc; /* the document */
21585 doc = gen_xmlDocPtr(n_doc, 0);
21590 ret_val = xmlNewDocRawNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
21593 des_xmlDocPtr(n_doc, doc, 0);
21626 xmlDoc * doc; /* the document */
21634 doc = gen_const_xmlDoc_ptr(n_doc, 0);
21637 ret_val = xmlNewDocText((const xmlDoc *)doc, (const xmlChar *)content);
21640 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
21665 xmlDocPtr doc; /* the document */
21676 doc = gen_xmlDocPtr(n_doc, 0);
21683 ret_val = xmlNewDocTextLen(doc, (const xmlChar *)content, len);
21686 des_xmlDocPtr(n_doc, doc, 0);
21714 xmlDocPtr doc; /* the document pointer */
21728 doc = gen_xmlDocPtr(n_doc, 0);
21733 ret_val = xmlNewDtd(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
21736 des_xmlDocPtr(n_doc, doc, 0);
22087 xmlDoc * doc; /* the document */
22095 doc = gen_const_xmlDoc_ptr(n_doc, 0);
22098 ret_val = xmlNewReference((const xmlDoc *)doc, (const xmlChar *)name);
22101 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
22417 xmlDocPtr doc; /* the document */
22433 doc = gen_xmlDocPtr(n_doc, 1);
22438 ret_val = xmlNodeDump(buf, doc, cur, level, format);
22442 des_xmlDocPtr(n_doc, doc, 1);
22478 xmlDocPtr doc; /* the document */
22497 doc = gen_xmlDocPtr(n_doc, 1);
22503 xmlNodeDumpOutput(buf, doc, cur, level, format, (const char *)encoding);
22506 des_xmlDocPtr(n_doc, doc, 1);
22543 xmlDoc * doc; /* the document the node pertains to */
22551 doc = gen_const_xmlDoc_ptr(n_doc, 0);
22554 ret_val = xmlNodeGetBase((const xmlDoc *)doc, (const xmlNode *)cur);
22557 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
22711 xmlDoc * doc; /* the document */
22722 doc = gen_const_xmlDoc_ptr(n_doc, 0);
22726 ret_val = xmlNodeListGetRawString((const xmlDoc *)doc, (const xmlNode *)list, inLine);
22729 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
22758 xmlDocPtr doc; /* the document */
22769 doc = gen_xmlDocPtr(n_doc, 0);
22773 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine);
22776 des_xmlDocPtr(n_doc, doc, 0);
23082 xmlDocPtr doc; /* the document */
23090 doc = gen_xmlDocPtr(n_doc, 0);
23093 ret_val = xmlReconciliateNs(doc, tree);
23096 des_xmlDocPtr(n_doc, doc, 0);
23501 xmlDocPtr doc; /* the document */
23512 doc = gen_xmlDocPtr(n_doc, 0);
23516 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace);
23519 des_xmlDocPtr(n_doc, doc, 0);
23547 xmlDocPtr doc; /* the document */
23558 doc = gen_xmlDocPtr(n_doc, 0);
23562 ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
23565 des_xmlDocPtr(n_doc, doc, 0);
23652 xmlDocPtr doc; /* the document */
23660 doc = gen_xmlDocPtr(n_doc, 0);
23663 xmlSetDocCompressMode(doc, mode);
23665 des_xmlDocPtr(n_doc, doc, 0);
23908 xmlDoc * doc; /* the document */
23916 doc = gen_const_xmlDoc_ptr(n_doc, 0);
23919 ret_val = xmlStringGetNodeList((const xmlDoc *)doc, (const xmlChar *)value);
23922 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
23947 xmlDoc * doc; /* the document */
23958 doc = gen_const_xmlDoc_ptr(n_doc, 0);
23965 ret_val = xmlStringLenGetNodeList((const xmlDoc *)doc, (const xmlChar *)value, len);
23968 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0);
25126 xmlDocPtr doc; /* the document owning the element declaration */
25134 doc = gen_xmlDocPtr(n_doc, 0);
25137 ret_val = xmlCopyDocElementContent(doc, cur);
25140 des_xmlDocPtr(n_doc, doc, 0);
25700 xmlDocPtr doc; /* pointer to the document */
25708 doc = gen_xmlDocPtr(n_doc, 0);
25711 ret_val = xmlGetID(doc, (const xmlChar *)ID);
25714 des_xmlDocPtr(n_doc, doc, 0);
25749 xmlDocPtr doc; /* the document */
25760 doc = gen_xmlDocPtr(n_doc, 0);
25764 ret_val = xmlIsID(doc, elem, attr);
25767 des_xmlDocPtr(n_doc, doc, 0);
25795 xmlDocPtr doc; /* the document */
25803 doc = gen_xmlDocPtr(n_doc, 0);
25806 ret_val = xmlIsMixedElement(doc, (const xmlChar *)name);
25809 des_xmlDocPtr(n_doc, doc, 0);
25834 xmlDocPtr doc; /* the document */
25845 doc = gen_xmlDocPtr(n_doc, 0);
25849 ret_val = xmlIsRef(doc, elem, attr);
25852 des_xmlDocPtr(n_doc, doc, 0);
25880 xmlDocPtr doc; /* the document */
25891 doc = gen_xmlDocPtr(n_doc, 0);
25895 ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
25896 xmlFreeDocElementContent(doc, ret_val); ret_val = NULL;
25899 des_xmlDocPtr(n_doc, doc, 0);
25976 xmlDocPtr doc; /* the document */
25984 doc = gen_xmlDocPtr(n_doc, 0);
25987 ret_val = xmlRemoveID(doc, attr);
25990 des_xmlDocPtr(n_doc, doc, 0);
26015 xmlDocPtr doc; /* the document */
26023 doc = gen_xmlDocPtr(n_doc, 0);
26026 ret_val = xmlRemoveRef(doc, attr);
26029 des_xmlDocPtr(n_doc, doc, 0);
26197 xmlDocPtr doc; /* the document */
26213 doc = gen_xmlDocPtr(n_doc, 1);
26218 ret_val = xmlValidCtxtNormalizeAttributeValue(ctxt, doc, elem, (const xmlChar *)name, (const xmlChar *)value);
26222 des_xmlDocPtr(n_doc, doc, 1);
26378 xmlDocPtr doc; /* the document */
26392 doc = gen_xmlDocPtr(n_doc, 0);
26397 ret_val = xmlValidNormalizeAttributeValue(doc, elem, (const xmlChar *)name, (const xmlChar *)value);
26400 des_xmlDocPtr(n_doc, doc, 0);
26435 xmlDocPtr doc; /* a document instance */
26445 doc = gen_xmlDocPtr(n_doc, 1);
26448 ret_val = xmlValidateAttributeDecl(ctxt, doc, attr);
26452 des_xmlDocPtr(n_doc, doc, 1);
26524 xmlDocPtr doc; /* a document instance */
26531 doc = gen_xmlDocPtr(n_doc, 1);
26533 ret_val = xmlValidateDocument(ctxt, doc);
26537 des_xmlDocPtr(n_doc, doc, 1);
26565 xmlDocPtr doc; /* a document instance */
26572 doc = gen_xmlDocPtr(n_doc, 1);
26574 ret_val = xmlValidateDocumentFinal(ctxt, doc);
26578 des_xmlDocPtr(n_doc, doc, 1);
26606 xmlDocPtr doc; /* a document instance */
26616 doc = gen_xmlDocPtr(n_doc, 1);
26619 ret_val = xmlValidateDtd(ctxt, doc, dtd);
26623 des_xmlDocPtr(n_doc, doc, 1);
26654 xmlDocPtr doc; /* a document instance */
26661 doc = gen_xmlDocPtr(n_doc, 1);
26663 ret_val = xmlValidateDtdFinal(ctxt, doc);
26667 des_xmlDocPtr(n_doc, doc, 1);
26695 xmlDocPtr doc; /* a document instance */
26705 doc = gen_xmlDocPtr(n_doc, 1);
26708 ret_val = xmlValidateElement(ctxt, doc, elem);
26712 des_xmlDocPtr(n_doc, doc, 1);
26743 xmlDocPtr doc; /* a document instance */
26753 doc = gen_xmlDocPtr(n_doc, 1);
26756 ret_val = xmlValidateElementDecl(ctxt, doc, elem);
26760 des_xmlDocPtr(n_doc, doc, 1);
26927 xmlDocPtr doc; /* a document instance */
26937 doc = gen_xmlDocPtr(n_doc, 1);
26940 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26944 des_xmlDocPtr(n_doc, doc, 1);
26975 xmlDocPtr doc; /* the document */
26985 doc = gen_xmlDocPtr(n_doc, 1);
26988 ret_val = xmlValidateNotationUse(ctxt, doc, (const xmlChar *)notationName);
26992 des_xmlDocPtr(n_doc, doc, 1);
27023 xmlDocPtr doc; /* a document instance */
27039 doc = gen_xmlDocPtr(n_doc, 1);
27044 ret_val = xmlValidateOneAttribute(ctxt, doc, elem, attr, (const xmlChar *)value);
27048 des_xmlDocPtr(n_doc, doc, 1);
27085 xmlDocPtr doc; /* a document instance */
27095 doc = gen_xmlDocPtr(n_doc, 1);
27098 ret_val = xmlValidateOneElement(ctxt, doc, elem);
27102 des_xmlDocPtr(n_doc, doc, 1);
27133 xmlDocPtr doc; /* a document instance */
27152 doc = gen_xmlDocPtr(n_doc, 1);
27158 ret_val = xmlValidateOneNamespace(ctxt, doc, elem, (const xmlChar *)prefix, ns, (const xmlChar *)value);
27162 des_xmlDocPtr(n_doc, doc, 1);
27202 xmlDocPtr doc; /* a document instance */
27215 doc = gen_xmlDocPtr(n_doc, 1);
27219 ret_val = xmlValidatePopElement(ctxt, doc, elem, (const xmlChar *)qname);
27223 des_xmlDocPtr(n_doc, doc, 1);
27308 xmlDocPtr doc; /* a document instance */
27321 doc = gen_xmlDocPtr(n_doc, 1);
27325 ret_val = xmlValidatePushElement(ctxt, doc, elem, (const xmlChar *)qname);
27329 des_xmlDocPtr(n_doc, doc, 1);
27363 xmlDocPtr doc; /* a document instance */
27370 doc = gen_xmlDocPtr(n_doc, 1);
27372 ret_val = xmlValidateRoot(ctxt, doc);
27376 des_xmlDocPtr(n_doc, doc, 1);
27483 xmlDocPtr doc; /* an XML document */
27488 doc = gen_xmlDocPtr(n_doc, 0);
27490 ret_val = xmlXIncludeProcess(doc);
27493 des_xmlDocPtr(n_doc, doc, 0);
27517 xmlDocPtr doc; /* an XML document */
27525 doc = gen_xmlDocPtr(n_doc, 0);
27528 ret_val = xmlXIncludeProcessFlags(doc, flags);
27531 des_xmlDocPtr(n_doc, doc, 0);
27558 xmlDocPtr doc; /* an XML document */
27569 doc = gen_xmlDocPtr(n_doc, 0);
27573 ret_val = xmlXIncludeProcessFlagsData(doc, flags, data);
27576 des_xmlDocPtr(n_doc, doc, 0);
30593 xmlDocPtr doc; /* a preparsed document */
30600 doc = gen_xmlDocPtr(n_doc, 1);
30602 ret_val = xmlReaderNewWalker(reader, doc);
30606 des_xmlDocPtr(n_doc, doc, 1);
30632 xmlDocPtr doc; /* a preparsed document */
30637 doc = gen_xmlDocPtr(n_doc, 0);
30639 ret_val = xmlReaderWalker(doc);
30642 des_xmlDocPtr(n_doc, doc, 0);
34145 xmlDocPtr doc; /* a document */
34152 doc = gen_xmlDocPtr(n_doc, 1);
34154 ret_val = xmlSaveDoc(ctxt, doc);
34158 des_xmlDocPtr(n_doc, doc, 1);
34541 xmlDocPtr doc; /* a preparsed document tree */
34546 doc = gen_xmlDocPtr(n_doc, 0);
34548 ret_val = xmlSchemaNewDocParserCtxt(doc);
34551 des_xmlDocPtr(n_doc, doc, 0);
34888 xmlDocPtr doc; /* a parsed document tree */
34895 doc = gen_xmlDocPtr(n_doc, 1);
34897 ret_val = xmlSchemaValidateDoc(ctxt, doc);
34901 des_xmlDocPtr(n_doc, doc, 1);
43529 xmlDocPtr doc; /* xmlDocPtr */
43531 xmlNodePtr node; /* xmlNodePtr or NULL for doc->children */
43540 doc = gen_xmlDocPtr(n_doc, 0);
43544 ret_val = xmlNewTextWriterTree(doc, node, compression);
43547 des_xmlDocPtr(n_doc, doc, 0);
47211 xmlDocPtr doc; /* an input document */
47216 doc = gen_xmlDocPtr(n_doc, 0);
47218 ret_val = xmlXPathOrderDocElems(doc);
47221 des_xmlDocPtr(n_doc, doc, 0);