Searched refs:IS_SCHEMA (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 322 #define IS_SCHEMA(node, type) \ macro 6515 while ((IS_SCHEMA((*child), "attribute")) || in xmlSchemaParseLocalAttributes() 6516 (IS_SCHEMA((*child), "attributeGroup"))) { in xmlSchemaParseLocalAttributes() 6517 if (IS_SCHEMA((*child), "attribute")) { in xmlSchemaParseLocalAttributes() 6592 if (IS_SCHEMA(child, "appinfo")) { in xmlSchemaParseAnnotation() 6614 } else if (IS_SCHEMA(child, "documentation")) { in xmlSchemaParseAnnotation() 6695 if (IS_SCHEMA(node, "minInclusive")) { in xmlSchemaParseFacet() 6697 } else if (IS_SCHEMA(node, "minExclusive")) { in xmlSchemaParseFacet() 6699 } else if (IS_SCHEMA(node, "maxInclusive")) { in xmlSchemaParseFacet() 6701 } else if (IS_SCHEMA(node, "maxExclusive")) { in xmlSchemaParseFacet() [all …]
|