Lines Matching refs:XML_L
180 # define XML_L(x) L##x
183 # define XML_L(x) x
189 # define XML_L(x) x
2364 return XML_L("out of memory");
2366 return XML_L("syntax error");
2368 return XML_L("no element found");
2370 return XML_L("not well-formed (invalid token)");
2372 return XML_L("unclosed token");
2374 return XML_L("partial character");
2376 return XML_L("mismatched tag");
2378 return XML_L("duplicate attribute");
2380 return XML_L("junk after document element");
2382 return XML_L("illegal parameter entity reference");
2384 return XML_L("undefined entity");
2386 return XML_L("recursive entity reference");
2388 return XML_L("asynchronous entity");
2390 return XML_L("reference to invalid character number");
2392 return XML_L("reference to binary entity");
2394 return XML_L("reference to external entity in attribute");
2396 return XML_L("XML or text declaration not at start of entity");
2398 return XML_L("unknown encoding");
2400 return XML_L("encoding specified in XML declaration is incorrect");
2402 return XML_L("unclosed CDATA section");
2404 return XML_L("error in processing external entity reference");
2406 return XML_L("document is not standalone");
2408 return XML_L("unexpected parser state - please send a bug report");
2410 return XML_L("entity declared in parameter entity");
2412 return XML_L("requested feature requires XML_DTD support in Expat");
2414 return XML_L("cannot change setting once parsing has begun");
2417 return XML_L("unbound prefix");
2420 return XML_L("must not undeclare prefix");
2422 return XML_L("incomplete markup in parameter entity");
2424 return XML_L("XML declaration not well-formed");
2426 return XML_L("text declaration not well-formed");
2428 return XML_L("illegal character(s) in public id");
2430 return XML_L("parser suspended");
2432 return XML_L("parser not suspended");
2434 return XML_L("parsing aborted");
2436 return XML_L("parsing finished");
2438 return XML_L("cannot suspend in external parameter entity");
2441 return XML_L(
2444 return XML_L("reserved prefix (xmlns) must not be declared or undeclared");
2446 return XML_L(
2450 return XML_L("invalid argument");
2453 return XML_L(
2457 return XML_L(
2473 #define V1(a, b, c) XML_L(#a) XML_L(".") XML_L(#b) XML_L(".") XML_L(#c)
2474 #define V2(a, b, c) XML_L("expat_") V1(a, b, c)
2496 {XML_FEATURE_SIZEOF_XML_CHAR, XML_L("sizeof(XML_Char)"),
2498 {XML_FEATURE_SIZEOF_XML_LCHAR, XML_L("sizeof(XML_LChar)"),
2501 {XML_FEATURE_UNICODE, XML_L("XML_UNICODE"), 0},
2504 {XML_FEATURE_UNICODE_WCHAR_T, XML_L("XML_UNICODE_WCHAR_T"), 0},
2507 {XML_FEATURE_DTD, XML_L("XML_DTD"), 0},
2510 {XML_FEATURE_CONTEXT_BYTES, XML_L("XML_CONTEXT_BYTES"),
2514 {XML_FEATURE_MIN_SIZE, XML_L("XML_MIN_SIZE"), 0},
2517 {XML_FEATURE_NS, XML_L("XML_NS"), 0},
2520 {XML_FEATURE_LARGE_SIZE, XML_L("XML_LARGE_SIZE"), 0},
2523 {XML_FEATURE_ATTR_INFO, XML_L("XML_ATTR_INFO"), 0},
2528 XML_L("XML_BLAP_MAX_AMP"),
2532 XML_L("XML_BLAP_ACT_THRES"),