Home | History | Annotate | Download | only in libxml2

Lines Matching refs:parseFlags

83     int            parseFlags; /* the flags used for parsing XML documents */
448 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
725 newctxt->parseFlags = ctxt->parseFlags;
1482 saveFlags = ctxt->parseFlags;
1484 ctxt->parseFlags |= XML_PARSE_NOENT;
1490 ctxt->parseFlags = saveFlags;
1688 (!(ctxt->parseFlags & XML_PARSE_NOBASEFIX)) &&
1689 (!(doc->parseFlags & XML_PARSE_NOBASEFIX))) {
1948 xmlXIncludeSetFlags(newctxt, ctxt->parseFlags);
2201 if (ctxt->parseFlags & XML_PARSE_NOXINCNODE) {
2429 ctxt->parseFlags = flags;