Searched refs:IS_SCHEMA (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 316 #define IS_SCHEMA(node, type) \ macro 6488 while ((IS_SCHEMA((*child), "attribute")) || in xmlSchemaParseLocalAttributes() 6489 (IS_SCHEMA((*child), "attributeGroup"))) { in xmlSchemaParseLocalAttributes() 6490 if (IS_SCHEMA((*child), "attribute")) { in xmlSchemaParseLocalAttributes() 6565 if (IS_SCHEMA(child, "appinfo")) { in xmlSchemaParseAnnotation() 6587 } else if (IS_SCHEMA(child, "documentation")) { in xmlSchemaParseAnnotation() 6668 if (IS_SCHEMA(node, "minInclusive")) { in xmlSchemaParseFacet() 6670 } else if (IS_SCHEMA(node, "minExclusive")) { in xmlSchemaParseFacet() 6672 } else if (IS_SCHEMA(node, "maxInclusive")) { in xmlSchemaParseFacet() 6674 } else if (IS_SCHEMA(node, "maxExclusive")) { in xmlSchemaParseFacet() [all …]
|