Searched refs:parseFlags (Results 1 – 6 of 6) sorted by relevance
83 int parseFlags; /* the flags used for parsing XML documents */ member448 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD); in xmlXIncludeParseFile()725 newctxt->parseFlags = ctxt->parseFlags; in xmlXIncludeRecurseDoc()1482 saveFlags = ctxt->parseFlags; in xmlXIncludeLoadDoc()1484 ctxt->parseFlags |= XML_PARSE_NOENT; in xmlXIncludeLoadDoc()1490 ctxt->parseFlags = saveFlags; in xmlXIncludeLoadDoc()1688 (!(ctxt->parseFlags & XML_PARSE_NOBASEFIX)) && in xmlXIncludeLoadDoc()1689 (!(doc->parseFlags & XML_PARSE_NOBASEFIX))) { in xmlXIncludeLoadDoc()1948 xmlXIncludeSetFlags(newctxt, ctxt->parseFlags); in xmlXIncludeLoadFallback()2201 if (ctxt->parseFlags & XML_PARSE_NOXINCNODE) { in xmlXIncludeIncludeNode()[all …]
968 ctxt->myDoc->parseFlags = ctxt->options; in xmlSAX2StartDocument()987 doc->parseFlags = ctxt->options; in xmlSAX2StartDocument()
264 ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) { in xmlCtxtCheckName()
1170 cur->parseFlags = 0; in xmlNewDoc()
35 private static ArrayList<String[]> parseFlags(ArrayList<String> allArgs) { in parseFlags() method in ApiCheck84 ArrayList<String[]> flags = ApiCheck.parseFlags(args); in checkApi()
543 int parseFlags; /* set of xmlParserOption used to parse the member