Searched refs:IS_SCHEMA (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 322 #define IS_SCHEMA(node, type) \ macro 6560 while ((IS_SCHEMA((*child), "attribute")) || in xmlSchemaParseLocalAttributes() 6561 (IS_SCHEMA((*child), "attributeGroup"))) { in xmlSchemaParseLocalAttributes() 6562 if (IS_SCHEMA((*child), "attribute")) { in xmlSchemaParseLocalAttributes() 6637 if (IS_SCHEMA(child, "appinfo")) { in xmlSchemaParseAnnotation() 6659 } else if (IS_SCHEMA(child, "documentation")) { in xmlSchemaParseAnnotation() 6740 if (IS_SCHEMA(node, "minInclusive")) { in xmlSchemaParseFacet() 6742 } else if (IS_SCHEMA(node, "minExclusive")) { in xmlSchemaParseFacet() 6744 } else if (IS_SCHEMA(node, "maxInclusive")) { in xmlSchemaParseFacet() 6746 } else if (IS_SCHEMA(node, "maxExclusive")) { in xmlSchemaParseFacet() [all …]
|