Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h917 #define XML_SCHEMAS_INCLUDING_CONVERT_NS 1 << 9 macro
/external/libxml2/
Dxmlschemas.c5799 else if (schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) { in xmlSchemaPValAttrNodeQNameValue()
11061 if ((schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) == 0) { in xmlSchemaParseIncludeOrRedefine()
11062 schema->flags |= XML_SCHEMAS_INCLUDING_CONVERT_NS; in xmlSchemaParseIncludeOrRedefine()
11069 schema->flags ^= XML_SCHEMAS_INCLUDING_CONVERT_NS; in xmlSchemaParseIncludeOrRedefine()