Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c316 #define IS_SCHEMA(node, type) \ macro
6475 while ((IS_SCHEMA((*child), "attribute")) || in xmlSchemaParseLocalAttributes()
6476 (IS_SCHEMA((*child), "attributeGroup"))) { in xmlSchemaParseLocalAttributes()
6477 if (IS_SCHEMA((*child), "attribute")) { in xmlSchemaParseLocalAttributes()
6552 if (IS_SCHEMA(child, "appinfo")) { in xmlSchemaParseAnnotation()
6574 } else if (IS_SCHEMA(child, "documentation")) { in xmlSchemaParseAnnotation()
6655 if (IS_SCHEMA(node, "minInclusive")) { in xmlSchemaParseFacet()
6657 } else if (IS_SCHEMA(node, "minExclusive")) { in xmlSchemaParseFacet()
6659 } else if (IS_SCHEMA(node, "maxInclusive")) { in xmlSchemaParseFacet()
6661 } else if (IS_SCHEMA(node, "maxExclusive")) { in xmlSchemaParseFacet()
[all …]