Lines Matching refs:xmlSchemaPtr
440 xmlSchemaPtr schema;
571 xmlSchemaPtr mainSchema; /* The main schema. */
602 xmlSchemaPtr schema; /* The main schema in use */
971 xmlSchemaPtr schema; /* The schema in use */
1057 xmlSchemaPtr schema,
1060 xmlSchemaPtr schema,
1068 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1078 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1101 xmlSchemaPtr schema,
3252 static xmlSchemaPtr
3255 xmlSchemaPtr ret; in xmlSchemaNewSchema()
3257 ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema)); in xmlSchemaNewSchema()
3552 xmlSchemaPtr mainSchema; in xmlSchemaBucketCreate()
4112 xmlSchemaFree(xmlSchemaPtr schema) in xmlSchemaFree()
4504 xmlSchemaDump(FILE * output, xmlSchemaPtr schema) in xmlSchemaDump()
4749 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetElem()
4783 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetType()
4830 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeDecl()
4864 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeGroup()
4904 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetGroup()
4929 xmlSchemaGetNotation(xmlSchemaPtr schema, in xmlSchemaGetNotation()
4945 xmlSchemaGetIDC(xmlSchemaPtr schema, in xmlSchemaGetIDC()
4971 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, in xmlSchemaGetNamedComponent()
5127 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddNotation()
5164 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddAttribute()
5276 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaAddAttributeGroupDefinition()
5368 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddType()
5466 xmlSchemaPtr schema, in xmlSchemaAddModelGroup()
5554 xmlSchemaPtr schema, in xmlSchemaAddModelGroupDefinition()
5615 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddIDC()
5657 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddWildcard()
5791 xmlSchemaPtr schema, in xmlSchemaPValAttrNodeQNameValue()
5872 xmlSchemaPtr schema, in xmlSchemaPValAttrNodeQName()
5903 xmlSchemaPtr schema, in xmlSchemaPValAttrQName()
6220 ctxt, xmlSchemaPtr schema,
6225 xmlSchemaPtr schema,
6230 xmlSchemaPtr schema,
6235 xmlSchemaPtr schema,
6240 xmlSchemaPtr schema,
6244 xmlSchemaPtr schema, xmlNodePtr node);
6412 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaCheckReference()
6469 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseLocalAttributes()
6632 xmlSchemaParseFacet(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseFacet()
6726 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaParseWildcardNs()
6892 xmlSchemaParseAny(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseAny()
6984 xmlSchemaParseNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseNotation()
7033 xmlSchemaPtr schema, xmlNodePtr node) in xmlSchemaParseAnyAttribute()
7103 xmlSchemaPtr schema, in xmlSchemaParseLocalAttribute()
7495 xmlSchemaPtr schema, in xmlSchemaParseGlobalAttribute()
7648 xmlSchemaPtr schema, in xmlSchemaParseAttributeGroupRef()
7779 xmlSchemaPtr schema, in xmlSchemaParseAttributeGroupDefinition()
8307 xmlSchemaPtr schema, in xmlSchemaParseIDC()
8456 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseElement()
8854 xmlSchemaParseUnion(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseUnion()
9023 xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseList()
9134 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseSimpleType()
9349 xmlSchemaPtr schema, in xmlSchemaParseModelGroupDefRef()
9451 xmlSchemaPtr schema, in xmlSchemaParseModelGroupDefinition()
9605 xmlSchemaClearSchemaDefaults(xmlSchemaPtr schema) in xmlSchemaClearSchemaDefaults()
9632 xmlSchemaPtr schema, in xmlSchemaParseSchemaElement()
9749 xmlSchemaPtr schema, xmlNodePtr nodes) in xmlSchemaParseSchemaTopLevel()
10098 xmlSchemaPtr schema, in xmlSchemaParseNewDocWithContext()
10167 xmlSchemaPtr schema, in xmlSchemaParseNewDoc()
10708 xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseImport()
10856 xmlSchemaPtr schema, in xmlSchemaParseIncludeOrRedefineAttrs()
10952 xmlSchemaPtr schema, in xmlSchemaParseIncludeOrRedefine()
11159 xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseRedefine()
11175 xmlSchemaParseInclude(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseInclude()
11213 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseModelGroup()
11479 xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseRestriction()
11783 xmlSchemaParseExtension(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseExtension()
11919 xmlSchemaPtr schema, xmlNodePtr node, in xmlSchemaParseSimpleContent()
12009 xmlSchemaPtr schema, xmlNodePtr node, in xmlSchemaParseComplexContent()
12103 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseComplexType()
21294 xmlSchemaPtr
21297 xmlSchemaPtr mainSchema = NULL; in xmlSchemaParse()
21594 xmlSchemaPtr schema, in xmlSchemaAssembleByLocation()
21874 xmlSchemaPtr schema, in xmlSchemaValidateNotation()
27482 xmlSchemaNewValidCtxt(xmlSchemaPtr schema) in xmlSchemaNewValidCtxt()