• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libxml2-26/libxml2/

Lines Matching +defs:doc +defs:directory

445     if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6));
501 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
915 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
919 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
1425 htmlDocPtr doc; /* the HTML document */
1436 doc = gen_htmlDocPtr(n_doc, 0);
1440 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
1443 des_htmlDocPtr(n_doc, doc, 0);
2086 htmlDocPtr doc; /* the HTML document */
2094 doc = gen_htmlDocPtr(n_doc, 0);
2097 ret_val = htmlIsAutoClosed(doc, elem);
2100 des_htmlDocPtr(n_doc, doc, 0);
3073 htmlDocPtr doc; /* the document */
3078 doc = gen_htmlDocPtr(n_doc, 0);
3080 ret_val = htmlGetMetaEncoding(doc);
3083 des_htmlDocPtr(n_doc, doc, 0);
3225 xmlDocPtr doc; /* the document */
3235 doc = gen_xmlDocPtr(n_doc, 1);
3238 ret_val = htmlNodeDump(buf, doc, cur);
3242 des_xmlDocPtr(n_doc, doc, 1);
3272 xmlDocPtr doc; /* the document */
3282 doc = gen_xmlDocPtr(n_doc, 1);
3285 htmlNodeDumpFile(out, doc, cur);
3288 des_xmlDocPtr(n_doc, doc, 1);
3319 xmlDocPtr doc; /* the document */
3335 doc = gen_xmlDocPtr(n_doc, 1);
3340 ret_val = htmlNodeDumpFileFormat(out, doc, cur, (const char *)encoding, format);
3344 des_xmlDocPtr(n_doc, doc, 1);
3380 xmlDocPtr doc; /* the document */
3396 doc = gen_xmlDocPtr(n_doc, 1);
3401 htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format);
3404 des_xmlDocPtr(n_doc, doc, 1);
3440 xmlDocPtr doc; /* the document */
3453 doc = gen_xmlDocPtr(n_doc, 1);
3457 htmlNodeDumpOutput(buf, doc, cur, (const char *)encoding);
3460 des_xmlDocPtr(n_doc, doc, 1);
3636 htmlDocPtr doc; /* the document */
3644 doc = gen_htmlDocPtr(n_doc, 0);
3647 ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding);
3650 des_htmlDocPtr(n_doc, doc, 0);
5347 xmlDocPtr doc; /* the XML document for canonization */
5367 doc = gen_xmlDocPtr(n_doc, 0);
5374 ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5377 des_xmlDocPtr(n_doc, doc, 0);
5416 xmlDocPtr doc; /* the XML document for canonization */
5439 doc = gen_xmlDocPtr(n_doc, 0);
5447 ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compression);
5450 des_xmlDocPtr(n_doc, doc, 0);
5492 xmlDocPtr doc; /* the XML document for canonization */
5512 doc = gen_xmlDocPtr(n_doc, 0);
5519 ret_val = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes, with_comments, buf);
5522 des_xmlDocPtr(n_doc, doc, 0);
6959 xmlDocPtr doc; /* the document */
6966 doc = gen_xmlDocPtr(n_doc, 1);
6968 ret_val = xmlDebugCheckDocument(output, doc);
6972 des_xmlDocPtr(n_doc, doc, 1);
7130 xmlDocPtr doc; /* the document */
7137 doc = gen_xmlDocPtr(n_doc, 1);
7139 xmlDebugDumpDocument(output, doc);
7142 des_xmlDocPtr(n_doc, doc, 1);
7169 xmlDocPtr doc; /* the document */
7176 doc = gen_xmlDocPtr(n_doc, 1);
7178 xmlDebugDumpDocumentHead(output, doc);
7181 des_xmlDocPtr(n_doc, doc, 1);
7208 xmlDocPtr doc; /* the document */
7215 doc = gen_xmlDocPtr(n_doc, 1);
7217 xmlDebugDumpEntities(output, doc);
7220 des_xmlDocPtr(n_doc, doc, 1);
9151 xmlDocPtr doc; /* the document */
9171 doc = gen_xmlDocPtr(n_doc, 0);
9178 ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9181 des_xmlDocPtr(n_doc, doc, 0);
9218 xmlDocPtr doc; /* the document */
9238 doc = gen_xmlDocPtr(n_doc, 0);
9245 ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9248 des_xmlDocPtr(n_doc, doc, 0);
9424 xmlDocPtr doc; /* the document containing the string */
9432 doc = gen_xmlDocPtr(n_doc, 0);
9435 ret_val = xmlEncodeEntitiesReentrant(doc, (const xmlChar *)input);
9438 des_xmlDocPtr(n_doc, doc, 0);
9463 xmlDocPtr doc; /* the document containing the string */
9471 doc = gen_xmlDocPtr(n_doc, 0);
9474 ret_val = xmlEncodeSpecialChars(doc, (const xmlChar *)input);
9477 des_xmlDocPtr(n_doc, doc, 0);
9502 xmlDocPtr doc; /* the document referencing the entity */
9510 doc = gen_xmlDocPtr(n_doc, 0);
9513 ret_val = xmlGetDocEntity(doc, (const xmlChar *)name);
9516 des_xmlDocPtr(n_doc, doc, 0);
9541 xmlDocPtr doc; /* the document referencing the entity */
9549 doc = gen_xmlDocPtr(n_doc, 0);
9552 ret_val = xmlGetDtdEntity(doc, (const xmlChar *)name);
9555 des_xmlDocPtr(n_doc, doc, 0);
9580 xmlDocPtr doc; /* the document referencing the entity */
9588 doc = gen_xmlDocPtr(n_doc, 0);
9591 ret_val = xmlGetParameterEntity(doc, (const xmlChar *)name);
9594 des_xmlDocPtr(n_doc, doc, 0);
9678 xmlDocPtr doc; /* the document */
9698 doc = gen_xmlDocPtr(n_doc, 0);
9705 ret_val = xmlNewEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9708 des_xmlDocPtr(n_doc, doc, 0);
11599 char * directory; /* a directory on the server */
11606 directory = gen_const_char_ptr(n_directory, 1);
11608 ret_val = xmlNanoFTPCwd(ctx, (const char *)directory);
11612 des_const_char_ptr(n_directory, (const char *)directory, 1);
11640 const char * file; /* a file or directory on the server */
13529 xmlDocPtr doc; /* the document the chunk pertains to */
13549 doc = gen_xmlDocPtr(n_doc, 0);
13561 ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
13564 des_xmlDocPtr(n_doc, doc, 0);
13605 xmlDocPtr doc; /* the document the chunk pertains to */
13628 doc = gen_xmlDocPtr(n_doc, 0);
13641 ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
13644 des_xmlDocPtr(n_doc, doc, 0);
13978 xmlDocPtr doc; /* the document the chunk pertains to */
14001 doc = gen_xmlDocPtr(n_doc, 0);
14009 ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
14012 des_xmlDocPtr(n_doc, doc, 0);
17525 xmlDocPtr doc; /* a preparsed document tree */
17530 doc = gen_xmlDocPtr(n_doc, 0);
17532 ret_val = xmlRelaxNGNewDocParserCtxt(doc);
17535 des_xmlDocPtr(n_doc, doc, 0);
17696 xmlDocPtr doc; /* a parsed document tree */
17703 doc = gen_xmlDocPtr(n_doc, 1);
17705 ret_val = xmlRelaxNGValidateDoc(ctxt, doc);
17709 des_xmlDocPtr(n_doc, doc, 1);
17737 xmlDocPtr doc; /* a document instance */
17747 doc = gen_xmlDocPtr(n_doc, 1);
17750 ret_val = xmlRelaxNGValidateFullElement(ctxt, doc, elem);
17754 des_xmlDocPtr(n_doc, doc, 1);
17785 xmlDocPtr doc; /* a document instance */
17795 doc = gen_xmlDocPtr(n_doc, 1);
17798 ret_val = xmlRelaxNGValidatePopElement(ctxt, doc, elem);
17802 des_xmlDocPtr(n_doc, doc, 1);
17881 xmlDocPtr doc; /* a document instance */
17891 doc = gen_xmlDocPtr(n_doc, 1);
17894 ret_val = xmlRelaxNGValidatePushElement(ctxt, doc, elem);
17898 des_xmlDocPtr(n_doc, doc, 1);
18360 xmlDocPtr doc; /* the document */
18373 doc = gen_xmlDocPtr(n_doc, 1);
18377 xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
18380 des_xmlDocPtr(n_doc, doc, 1);
19265 xmlDocPtr doc; /* the document */
19273 doc = gen_xmlDocPtr(n_doc, 0);
19276 ret_val = xmlCopyDoc(doc, recursive);
19279 des_xmlDocPtr(n_doc, doc, 0);
19554 xmlDocPtr doc; /* the document pointer */
19568 doc = gen_xmlDocPtr(n_doc, 0);
19573 ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
19576 des_xmlDocPtr(n_doc, doc, 0);
19620 xmlDocPtr destDoc; /* the destination doc */
19690 xmlDocPtr destDoc; /* the destination doc */
19821 xmlDocPtr doc; /* the doc */
19834 doc = gen_xmlDocPtr(n_doc, 1);
19838 ret_val = xmlDOMWrapRemoveNode(ctxt, doc, node, options);
19842 des_xmlDocPtr(n_doc, doc, 1);
19874 xmlDocPtr doc; /* the document */
19884 doc = gen_xmlDocPtr(n_doc, 1);
19887 ret_val = xmlDocCopyNode((const xmlNodePtr)node, doc, extended);
19891 des_xmlDocPtr(n_doc, doc, 1);
19918 xmlDocPtr doc; /* the target document */
19926 doc = gen_xmlDocPtr(n_doc, 0);
19929 ret_val = xmlDocCopyNodeList(doc, (const xmlNodePtr)node);
19932 des_xmlDocPtr(n_doc, doc, 0);
20258 xmlDocPtr doc; /* the document */
20263 doc = gen_xmlDocPtr(n_doc, 0);
20265 ret_val = xmlDocGetRootElement(doc);
20268 des_xmlDocPtr(n_doc, doc, 0);
20291 xmlDocPtr doc; /* the document */
20299 doc = gen_xmlDocPtr(n_doc, 0);
20302 ret_val = xmlDocSetRootElement(doc, root);
20303 if (doc == NULL) { xmlFreeNode(root) ; root = NULL ; }
20306 des_xmlDocPtr(n_doc, doc, 0);
20334 xmlDocPtr doc; /* the document */
20344 doc = gen_xmlDocPtr(n_doc, 1);
20347 xmlElemDump(f, doc, cur);
20350 des_xmlDocPtr(n_doc, doc, 1);
20462 xmlDocPtr doc; /* the document */
20467 doc = gen_xmlDocPtr(n_doc, 0);
20469 ret_val = xmlGetDocCompressMode(doc);
20472 des_xmlDocPtr(n_doc, doc, 0);
20494 xmlDocPtr doc; /* the document pointer */
20499 doc = gen_xmlDocPtr(n_doc, 0);
20501 ret_val = xmlGetIntSubset(doc);
20504 des_xmlDocPtr(n_doc, doc, 0);
20948 xmlDocPtr doc; /* the document */
20959 doc = gen_xmlDocPtr(n_doc, 0);
20963 ret_val = xmlNewCDataBlock(doc, (const xmlChar *)content, len);
20966 des_xmlDocPtr(n_doc, doc, 0);
20994 xmlDocPtr doc; /* the document */
21002 doc = gen_xmlDocPtr(n_doc, 0);
21005 ret_val = xmlNewCharRef(doc, (const xmlChar *)name);
21008 des_xmlDocPtr(n_doc, doc, 0);
21154 xmlDocPtr doc; /* the document */
21162 doc = gen_xmlDocPtr(n_doc, 0);
21165 ret_val = xmlNewDocComment(doc, (const xmlChar *)content);
21168 des_xmlDocPtr(n_doc, doc, 0);
21194 xmlDocPtr doc; /* the document owning the fragment */
21199 doc = gen_xmlDocPtr(n_doc, 0);
21201 ret_val = xmlNewDocFragment(doc);
21204 des_xmlDocPtr(n_doc, doc, 0);
21227 xmlDocPtr doc; /* the document */
21241 doc = gen_xmlDocPtr(n_doc, 0);
21246 ret_val = xmlNewDocNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
21249 des_xmlDocPtr(n_doc, doc, 0);
21280 xmlDocPtr doc; /* the document */
21294 doc = gen_xmlDocPtr(n_doc, 0);
21299 ret_val = xmlNewDocNodeEatName(doc, ns, name, (const xmlChar *)content);
21302 des_xmlDocPtr(n_doc, doc, 0);
21333 xmlDocPtr doc; /* the target document */
21344 doc = gen_xmlDocPtr(n_doc, 0);
21348 ret_val = xmlNewDocPI(doc, (const xmlChar *)name, (const xmlChar *)content);
21351 des_xmlDocPtr(n_doc, doc, 0);
21379 xmlDocPtr doc; /* the document */
21390 doc = gen_xmlDocPtr(n_doc, 0);
21394 ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value);
21397 des_xmlDocPtr(n_doc, doc, 0);
21427 xmlDocPtr doc; /* the document */
21441 doc = gen_xmlDocPtr(n_doc, 0);
21446 ret_val = xmlNewDocRawNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
21449 des_xmlDocPtr(n_doc, doc, 0);
21482 xmlDocPtr doc; /* the document */
21490 doc = gen_xmlDocPtr(n_doc, 0);
21493 ret_val = xmlNewDocText(doc, (const xmlChar *)content);
21496 des_xmlDocPtr(n_doc, doc, 0);
21521 xmlDocPtr doc; /* the document */
21532 doc = gen_xmlDocPtr(n_doc, 0);
21536 ret_val = xmlNewDocTextLen(doc, (const xmlChar *)content, len);
21539 des_xmlDocPtr(n_doc, doc, 0);
21567 xmlDocPtr doc; /* the document pointer */
21581 doc = gen_xmlDocPtr(n_doc, 0);
21586 ret_val = xmlNewDtd(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
21589 des_xmlDocPtr(n_doc, doc, 0);
21940 xmlDocPtr doc; /* the document */
21948 doc = gen_xmlDocPtr(n_doc, 0);
21951 ret_val = xmlNewReference(doc, (const xmlChar *)name);
21954 des_xmlDocPtr(n_doc, doc, 0);
22264 xmlDocPtr doc; /* the document */
22280 doc = gen_xmlDocPtr(n_doc, 1);
22285 ret_val = xmlNodeDump(buf, doc, cur, level, format);
22289 des_xmlDocPtr(n_doc, doc, 1);
22325 xmlDocPtr doc; /* the document */
22344 doc = gen_xmlDocPtr(n_doc, 1);
22350 xmlNodeDumpOutput(buf, doc, cur, level, format, (const char *)encoding);
22353 des_xmlDocPtr(n_doc, doc, 1);
22390 xmlDocPtr doc; /* the document the node pertains to */
22398 doc = gen_xmlDocPtr(n_doc, 0);
22401 ret_val = xmlNodeGetBase(doc, cur);
22404 des_xmlDocPtr(n_doc, doc, 0);
22558 xmlDocPtr doc; /* the document */
22569 doc = gen_xmlDocPtr(n_doc, 0);
22573 ret_val = xmlNodeListGetRawString(doc, list, inLine);
22576 des_xmlDocPtr(n_doc, doc, 0);
22605 xmlDocPtr doc; /* the document */
22616 doc = gen_xmlDocPtr(n_doc, 0);
22620 ret_val = xmlNodeListGetString(doc, list, inLine);
22623 des_xmlDocPtr(n_doc, doc, 0);
22926 xmlDocPtr doc; /* the document */
22934 doc = gen_xmlDocPtr(n_doc, 0);
22937 ret_val = xmlReconciliateNs(doc, tree);
22940 des_xmlDocPtr(n_doc, doc, 0);
23345 xmlDocPtr doc; /* the document */
23356 doc = gen_xmlDocPtr(n_doc, 0);
23360 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace);
23363 des_xmlDocPtr(n_doc, doc, 0);
23391 xmlDocPtr doc; /* the document */
23402 doc = gen_xmlDocPtr(n_doc, 0);
23406 ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
23409 des_xmlDocPtr(n_doc, doc, 0);
23496 xmlDocPtr doc; /* the document */
23504 doc = gen_xmlDocPtr(n_doc, 0);
23507 xmlSetDocCompressMode(doc, mode);
23509 des_xmlDocPtr(n_doc, doc, 0);
23752 xmlDocPtr doc; /* the document */
23760 doc = gen_xmlDocPtr(n_doc, 0);
23763 ret_val = xmlStringGetNodeList(doc, (const xmlChar *)value);
23766 des_xmlDocPtr(n_doc, doc, 0);
23791 xmlDocPtr doc; /* the document */
23802 doc = gen_xmlDocPtr(n_doc, 0);
23806 ret_val = xmlStringLenGetNodeList(doc, (const xmlChar *)value, len);
23809 des_xmlDocPtr(n_doc, doc, 0);
24964 xmlDocPtr doc; /* the document owning the element declaration */
24972 doc = gen_xmlDocPtr(n_doc, 0);
24975 ret_val = xmlCopyDocElementContent(doc, cur);
24978 des_xmlDocPtr(n_doc, doc, 0);
25538 xmlDocPtr doc; /* pointer to the document */
25546 doc = gen_xmlDocPtr(n_doc, 0);
25549 ret_val = xmlGetID(doc, (const xmlChar *)ID);
25552 des_xmlDocPtr(n_doc, doc, 0);
25587 xmlDocPtr doc; /* the document */
25598 doc = gen_xmlDocPtr(n_doc, 0);
25602 ret_val = xmlIsID(doc, elem, attr);
25605 des_xmlDocPtr(n_doc, doc, 0);
25633 xmlDocPtr doc; /* the document */
25641 doc = gen_xmlDocPtr(n_doc, 0);
25644 ret_val = xmlIsMixedElement(doc, (const xmlChar *)name);
25647 des_xmlDocPtr(n_doc, doc, 0);
25672 xmlDocPtr doc; /* the document */
25683 doc = gen_xmlDocPtr(n_doc, 0);
25687 ret_val = xmlIsRef(doc, elem, attr);
25690 des_xmlDocPtr(n_doc, doc, 0);
25718 xmlDocPtr doc; /* the document */
25729 doc = gen_xmlDocPtr(n_doc, 0);
25733 ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
25734 xmlFreeDocElementContent(doc, ret_val); ret_val = NULL;
25737 des_xmlDocPtr(n_doc, doc, 0);
25814 xmlDocPtr doc; /* the document */
25822 doc = gen_xmlDocPtr(n_doc, 0);
25825 ret_val = xmlRemoveID(doc, attr);
25828 des_xmlDocPtr(n_doc, doc, 0);
25853 xmlDocPtr doc; /* the document */
25861 doc = gen_xmlDocPtr(n_doc, 0);
25864 ret_val = xmlRemoveRef(doc, attr);
25867 des_xmlDocPtr(n_doc, doc, 0);
26035 xmlDocPtr doc; /* the document */
26051 doc = gen_xmlDocPtr(n_doc, 1);
26056 ret_val = xmlValidCtxtNormalizeAttributeValue(ctxt, doc, elem, (const xmlChar *)name, (const xmlChar *)value);
26060 des_xmlDocPtr(n_doc, doc, 1);
26216 xmlDocPtr doc; /* the document */
26230 doc = gen_xmlDocPtr(n_doc, 0);
26235 ret_val = xmlValidNormalizeAttributeValue(doc, elem, (const xmlChar *)name, (const xmlChar *)value);
26238 des_xmlDocPtr(n_doc, doc, 0);
26273 xmlDocPtr doc; /* a document instance */
26283 doc = gen_xmlDocPtr(n_doc, 1);
26286 ret_val = xmlValidateAttributeDecl(ctxt, doc, attr);
26290 des_xmlDocPtr(n_doc, doc, 1);
26362 xmlDocPtr doc; /* a document instance */
26369 doc = gen_xmlDocPtr(n_doc, 1);
26371 ret_val = xmlValidateDocument(ctxt, doc);
26375 des_xmlDocPtr(n_doc, doc, 1);
26403 xmlDocPtr doc; /* a document instance */
26410 doc = gen_xmlDocPtr(n_doc, 1);
26412 ret_val = xmlValidateDocumentFinal(ctxt, doc);
26416 des_xmlDocPtr(n_doc, doc, 1);
26444 xmlDocPtr doc; /* a document instance */
26454 doc = gen_xmlDocPtr(n_doc, 1);
26457 ret_val = xmlValidateDtd(ctxt, doc, dtd);
26461 des_xmlDocPtr(n_doc, doc, 1);
26492 xmlDocPtr doc; /* a document instance */
26499 doc = gen_xmlDocPtr(n_doc, 1);
26501 ret_val = xmlValidateDtdFinal(ctxt, doc);
26505 des_xmlDocPtr(n_doc, doc, 1);
26533 xmlDocPtr doc; /* a document instance */
26543 doc = gen_xmlDocPtr(n_doc, 1);
26546 ret_val = xmlValidateElement(ctxt, doc, elem);
26550 des_xmlDocPtr(n_doc, doc, 1);
26581 xmlDocPtr doc; /* a document instance */
26591 doc = gen_xmlDocPtr(n_doc, 1);
26594 ret_val = xmlValidateElementDecl(ctxt, doc, elem);
26598 des_xmlDocPtr(n_doc, doc, 1);
26765 xmlDocPtr doc; /* a document instance */
26775 doc = gen_xmlDocPtr(n_doc, 1);
26778 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26782 des_xmlDocPtr(n_doc, doc, 1);
26813 xmlDocPtr doc; /* the document */
26823 doc = gen_xmlDocPtr(n_doc, 1);
26826 ret_val = xmlValidateNotationUse(ctxt, doc, (const xmlChar *)notationName);
26830 des_xmlDocPtr(n_doc, doc, 1);
26861 xmlDocPtr doc; /* a document instance */
26877 doc = gen_xmlDocPtr(n_doc, 1);
26882 ret_val = xmlValidateOneAttribute(ctxt, doc, elem, attr, (const xmlChar *)value);
26886 des_xmlDocPtr(n_doc, doc, 1);
26923 xmlDocPtr doc; /* a document instance */
26933 doc = gen_xmlDocPtr(n_doc, 1);
26936 ret_val = xmlValidateOneElement(ctxt, doc, elem);
26940 des_xmlDocPtr(n_doc, doc, 1);
26971 xmlDocPtr doc; /* a document instance */
26990 doc = gen_xmlDocPtr(n_doc, 1);
26996 ret_val = xmlValidateOneNamespace(ctxt, doc, elem, (const xmlChar *)prefix, ns, (const xmlChar *)value);
27000 des_xmlDocPtr(n_doc, doc, 1);
27040 xmlDocPtr doc; /* a document instance */
27053 doc = gen_xmlDocPtr(n_doc, 1);
27057 ret_val = xmlValidatePopElement(ctxt, doc, elem, (const xmlChar *)qname);
27061 des_xmlDocPtr(n_doc, doc, 1);
27143 xmlDocPtr doc; /* a document instance */
27156 doc = gen_xmlDocPtr(n_doc, 1);
27160 ret_val = xmlValidatePushElement(ctxt, doc, elem, (const xmlChar *)qname);
27164 des_xmlDocPtr(n_doc, doc, 1);
27198 xmlDocPtr doc; /* a document instance */
27205 doc = gen_xmlDocPtr(n_doc, 1);
27207 ret_val = xmlValidateRoot(ctxt, doc);
27211 des_xmlDocPtr(n_doc, doc, 1);
27318 xmlDocPtr doc; /* an XML document */
27323 doc = gen_xmlDocPtr(n_doc, 0);
27325 ret_val = xmlXIncludeProcess(doc);
27328 des_xmlDocPtr(n_doc, doc, 0);
27352 xmlDocPtr doc; /* an XML document */
27360 doc = gen_xmlDocPtr(n_doc, 0);
27363 ret_val = xmlXIncludeProcessFlags(doc, flags);
27366 des_xmlDocPtr(n_doc, doc, 0);
27393 xmlDocPtr doc; /* an XML document */
27404 doc = gen_xmlDocPtr(n_doc, 0);
27408 ret_val = xmlXIncludeProcessFlagsData(doc, flags, data);
27411 des_xmlDocPtr(n_doc, doc, 0);
30410 xmlDocPtr doc; /* a preparsed document */
30417 doc = gen_xmlDocPtr(n_doc, 1);
30419 ret_val = xmlReaderNewWalker(reader, doc);
30423 des_xmlDocPtr(n_doc, doc, 1);
30449 xmlDocPtr doc; /* a preparsed document */
30454 doc = gen_xmlDocPtr(n_doc, 0);
30456 ret_val = xmlReaderWalker(doc);
30459 des_xmlDocPtr(n_doc, doc, 0);
33962 xmlDocPtr doc; /* a document */
33969 doc = gen_xmlDocPtr(n_doc, 1);
33971 ret_val = xmlSaveDoc(ctxt, doc);
33975 des_xmlDocPtr(n_doc, doc, 1);
34358 xmlDocPtr doc; /* a preparsed document tree */
34363 doc = gen_xmlDocPtr(n_doc, 0);
34365 ret_val = xmlSchemaNewDocParserCtxt(doc);
34368 des_xmlDocPtr(n_doc, doc, 0);
34702 xmlDocPtr doc; /* a parsed document tree */
34709 doc = gen_xmlDocPtr(n_doc, 1);
34711 ret_val = xmlSchemaValidateDoc(ctxt, doc);
34715 des_xmlDocPtr(n_doc, doc, 1);
43310 xmlDocPtr doc; /* xmlDocPtr */
43312 xmlNodePtr node; /* xmlNodePtr or NULL for doc->children */
43321 doc = gen_xmlDocPtr(n_doc, 0);
43325 ret_val = xmlNewTextWriterTree(doc, node, compression);
43328 des_xmlDocPtr(n_doc, doc, 0);
46977 xmlDocPtr doc; /* an input document */
46982 doc = gen_xmlDocPtr(n_doc, 0);
46984 ret_val = xmlXPathOrderDocElems(doc);
46987 des_xmlDocPtr(n_doc, doc, 0);