Home
last modified time | relevance | path

Searched refs:XML_SCHEMAS_INCLUDING_CONVERT_NS (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h917 #define XML_SCHEMAS_INCLUDING_CONVERT_NS 1 << 9 macro
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1093 * XML_SCHEMAS_INCLUDING_CONVERT_NS:
1098 d XML_SCHEMAS_INCLUDING_CONVERT_NS...
/external/libxml2/
Dxmlschemas.c5860 else if (schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) { in xmlSchemaPValAttrNodeQNameValue()
11121 if ((schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) == 0) { in xmlSchemaParseIncludeOrRedefine()
11122 schema->flags |= XML_SCHEMAS_INCLUDING_CONVERT_NS; in xmlSchemaParseIncludeOrRedefine()
11129 schema->flags ^= XML_SCHEMAS_INCLUDING_CONVERT_NS; in xmlSchemaParseIncludeOrRedefine()