• Home
  • Raw
  • Download

Lines Matching refs:IS_SCHEMA

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()
6748 } else if (IS_SCHEMA(node, "totalDigits")) { in xmlSchemaParseFacet()
6750 } else if (IS_SCHEMA(node, "fractionDigits")) { in xmlSchemaParseFacet()
6752 } else if (IS_SCHEMA(node, "pattern")) { in xmlSchemaParseFacet()
6754 } else if (IS_SCHEMA(node, "enumeration")) { in xmlSchemaParseFacet()
6756 } else if (IS_SCHEMA(node, "whiteSpace")) { in xmlSchemaParseFacet()
6758 } else if (IS_SCHEMA(node, "length")) { in xmlSchemaParseFacet()
6760 } else if (IS_SCHEMA(node, "maxLength")) { in xmlSchemaParseFacet()
6762 } else if (IS_SCHEMA(node, "minLength")) { in xmlSchemaParseFacet()
6784 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseFacet()
7029 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAny()
7091 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseNotation()
7160 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAnyAttribute()
7451 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseLocalAttribute()
7527 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseLocalAttribute()
7536 if (IS_SCHEMA(child, "simpleType")) in xmlSchemaParseLocalAttribute()
7553 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseLocalAttribute()
7692 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseGlobalAttribute()
7696 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseGlobalAttribute()
7781 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAttributeGroupRef()
7919 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAttributeGroupDefinition()
7935 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseAttributeGroupDefinition()
8362 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIDCSelectorAndField()
8474 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIDC()
8488 if (IS_SCHEMA(child, "selector")) { in xmlSchemaParseIDC()
8495 if (IS_SCHEMA(child, "field")) { in xmlSchemaParseIDC()
8509 } while (IS_SCHEMA(child, "field")); in xmlSchemaParseIDC()
8579 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseElement()
8843 if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseElement()
8858 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseElement()
8874 while ((IS_SCHEMA(child, "unique")) || in xmlSchemaParseElement()
8875 (IS_SCHEMA(child, "key")) || (IS_SCHEMA(child, "keyref"))) { in xmlSchemaParseElement()
8876 if (IS_SCHEMA(child, "unique")) { in xmlSchemaParseElement()
8879 } else if (IS_SCHEMA(child, "key")) { in xmlSchemaParseElement()
8882 } else if (IS_SCHEMA(child, "keyref")) { in xmlSchemaParseElement()
9044 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseUnion()
9052 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseUnion()
9059 while (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseUnion()
9161 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseList()
9166 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseList()
9379 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSimpleType()
9387 } else if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseSimpleType()
9392 } else if (IS_SCHEMA(child, "list")) { in xmlSchemaParseSimpleType()
9395 } else if (IS_SCHEMA(child, "union")) { in xmlSchemaParseSimpleType()
9495 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroupDefRef()
9584 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroupDefinition()
9588 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseModelGroupDefinition()
9592 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseModelGroupDefinition()
9596 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseModelGroupDefinition()
9845 while ((IS_SCHEMA(child, "include")) || in xmlSchemaParseSchemaTopLevel()
9846 (IS_SCHEMA(child, "import")) || in xmlSchemaParseSchemaTopLevel()
9847 (IS_SCHEMA(child, "redefine")) || in xmlSchemaParseSchemaTopLevel()
9848 (IS_SCHEMA(child, "annotation"))) { in xmlSchemaParseSchemaTopLevel()
9849 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSchemaTopLevel()
9855 } else if (IS_SCHEMA(child, "import")) { in xmlSchemaParseSchemaTopLevel()
9862 } else if (IS_SCHEMA(child, "include")) { in xmlSchemaParseSchemaTopLevel()
9869 } else if (IS_SCHEMA(child, "redefine")) { in xmlSchemaParseSchemaTopLevel()
9884 if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseSchemaTopLevel()
9887 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseSchemaTopLevel()
9890 } else if (IS_SCHEMA(child, "element")) { in xmlSchemaParseSchemaTopLevel()
9893 } else if (IS_SCHEMA(child, "attribute")) { in xmlSchemaParseSchemaTopLevel()
9896 } else if (IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseSchemaTopLevel()
9899 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseSchemaTopLevel()
9902 } else if (IS_SCHEMA(child, "notation")) { in xmlSchemaParseSchemaTopLevel()
9914 while (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSchemaTopLevel()
10711 if (!IS_SCHEMA(docElem, "schema")) { in xmlSchemaAddSchemaDoc()
10851 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseImport()
11189 while (IS_SCHEMA(child, "annotation") || in xmlSchemaParseIncludeOrRedefine()
11190 IS_SCHEMA(child, "simpleType") || in xmlSchemaParseIncludeOrRedefine()
11191 IS_SCHEMA(child, "complexType") || in xmlSchemaParseIncludeOrRedefine()
11192 IS_SCHEMA(child, "group") || in xmlSchemaParseIncludeOrRedefine()
11193 IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseIncludeOrRedefine()
11194 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIncludeOrRedefine()
11198 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseIncludeOrRedefine()
11200 } else if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseIncludeOrRedefine()
11203 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseIncludeOrRedefine()
11207 } else if (IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseIncludeOrRedefine()
11217 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIncludeOrRedefine()
11379 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroup()
11386 while (IS_SCHEMA(child, "element")) { in xmlSchemaParseModelGroup()
11433 while ((IS_SCHEMA(child, "element")) || in xmlSchemaParseModelGroup()
11434 (IS_SCHEMA(child, "group")) || in xmlSchemaParseModelGroup()
11435 (IS_SCHEMA(child, "any")) || in xmlSchemaParseModelGroup()
11436 (IS_SCHEMA(child, "choice")) || in xmlSchemaParseModelGroup()
11437 (IS_SCHEMA(child, "sequence"))) { in xmlSchemaParseModelGroup()
11439 if (IS_SCHEMA(child, "element")) { in xmlSchemaParseModelGroup()
11444 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseModelGroup()
11511 } else if (IS_SCHEMA(child, "any")) { in xmlSchemaParseModelGroup()
11514 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseModelGroup()
11517 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseModelGroup()
11653 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseRestriction()
11665 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseRestriction()
11696 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseRestriction()
11701 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseRestriction()
11706 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseRestriction()
11714 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseRestriction()
11730 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseRestriction()
11759 while ((IS_SCHEMA(child, "minInclusive")) || in xmlSchemaParseRestriction()
11760 (IS_SCHEMA(child, "minExclusive")) || in xmlSchemaParseRestriction()
11761 (IS_SCHEMA(child, "maxInclusive")) || in xmlSchemaParseRestriction()
11762 (IS_SCHEMA(child, "maxExclusive")) || in xmlSchemaParseRestriction()
11763 (IS_SCHEMA(child, "totalDigits")) || in xmlSchemaParseRestriction()
11764 (IS_SCHEMA(child, "fractionDigits")) || in xmlSchemaParseRestriction()
11765 (IS_SCHEMA(child, "pattern")) || in xmlSchemaParseRestriction()
11766 (IS_SCHEMA(child, "enumeration")) || in xmlSchemaParseRestriction()
11767 (IS_SCHEMA(child, "whiteSpace")) || in xmlSchemaParseRestriction()
11768 (IS_SCHEMA(child, "length")) || in xmlSchemaParseRestriction()
11769 (IS_SCHEMA(child, "maxLength")) || in xmlSchemaParseRestriction()
11770 (IS_SCHEMA(child, "minLength"))) { in xmlSchemaParseRestriction()
11819 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseRestriction()
11914 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseExtension()
11928 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseExtension()
11933 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseExtension()
11938 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseExtension()
11943 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseExtension()
11964 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseExtension()
12040 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSimpleContent()
12060 if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseSimpleContent()
12065 } else if (IS_SCHEMA(child, "extension")) { in xmlSchemaParseSimpleContent()
12135 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseComplexContent()
12155 if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseComplexContent()
12160 } else if (IS_SCHEMA(child, "extension")) { in xmlSchemaParseComplexContent()
12360 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseComplexType()
12365 if (IS_SCHEMA(child, "simpleContent")) { in xmlSchemaParseComplexType()
12377 } else if (IS_SCHEMA(child, "complexContent")) { in xmlSchemaParseComplexType()
12400 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseComplexType()
12405 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseComplexType()
12410 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseComplexType()
12415 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseComplexType()
12434 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseComplexType()