Home | History | Annotate | Download | only in libxml2

Lines Matching refs:parseFlags

84     int            parseFlags; /* the flags used for parsing XML documents */
449 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
726 newctxt->parseFlags = ctxt->parseFlags;
1485 saveFlags = ctxt->parseFlags;
1487 ctxt->parseFlags |= XML_PARSE_NOENT;
1493 ctxt->parseFlags = saveFlags;
1691 (!(ctxt->parseFlags & XML_PARSE_NOBASEFIX)) &&
1692 (!(doc->parseFlags & XML_PARSE_NOBASEFIX))) {
1977 xmlXIncludeSetFlags(newctxt, ctxt->parseFlags);
2230 if (ctxt->parseFlags & XML_PARSE_NOXINCNODE) {
2458 ctxt->parseFlags = flags;