Lines Matching refs:xmlSchemaPtr
447 xmlSchemaPtr schema;
579 xmlSchemaPtr mainSchema; /* The main schema. */
610 xmlSchemaPtr schema; /* The main schema in use */
979 xmlSchemaPtr schema; /* The schema in use */
1065 xmlSchemaPtr schema,
1068 xmlSchemaPtr schema,
1076 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1086 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1109 xmlSchemaPtr schema,
3274 static xmlSchemaPtr
3277 xmlSchemaPtr ret; in xmlSchemaNewSchema()
3279 ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema)); in xmlSchemaNewSchema()
3580 xmlSchemaPtr mainSchema; in xmlSchemaBucketCreate()
4140 xmlSchemaFree(xmlSchemaPtr schema) in xmlSchemaFree()
4540 xmlSchemaDump(FILE * output, xmlSchemaPtr schema) in xmlSchemaDump()
4783 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetElem()
4817 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetType()
4864 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeDecl()
4898 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeGroup()
4938 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetGroup()
4963 xmlSchemaGetNotation(xmlSchemaPtr schema, in xmlSchemaGetNotation()
4979 xmlSchemaGetIDC(xmlSchemaPtr schema, in xmlSchemaGetIDC()
5005 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, in xmlSchemaGetNamedComponent()
5161 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddNotation()
5198 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddAttribute()
5310 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaAddAttributeGroupDefinition()
5402 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddType()
5500 xmlSchemaPtr schema, in xmlSchemaAddModelGroup()
5588 xmlSchemaPtr schema, in xmlSchemaAddModelGroupDefinition()
5649 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddIDC()
5691 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddWildcard()
5831 xmlSchemaPtr schema, in xmlSchemaPValAttrNodeQNameValue()
5912 xmlSchemaPtr schema, in xmlSchemaPValAttrNodeQName()
5943 xmlSchemaPtr schema, in xmlSchemaPValAttrQName()
6260 ctxt, xmlSchemaPtr schema,
6265 xmlSchemaPtr schema,
6270 xmlSchemaPtr schema,
6275 xmlSchemaPtr schema,
6280 xmlSchemaPtr schema,
6284 xmlSchemaPtr schema, xmlNodePtr node);
6452 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaCheckReference()
6509 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseLocalAttributes()
6672 xmlSchemaParseFacet(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseFacet()
6766 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaParseWildcardNs()
6932 xmlSchemaParseAny(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseAny()
7024 xmlSchemaParseNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseNotation()
7073 xmlSchemaPtr schema, xmlNodePtr node) in xmlSchemaParseAnyAttribute()
7143 xmlSchemaPtr schema, in xmlSchemaParseLocalAttribute()
7535 xmlSchemaPtr schema, in xmlSchemaParseGlobalAttribute()
7688 xmlSchemaPtr schema, in xmlSchemaParseAttributeGroupRef()
7819 xmlSchemaPtr schema, in xmlSchemaParseAttributeGroupDefinition()
8347 xmlSchemaPtr schema, in xmlSchemaParseIDC()
8496 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseElement()
8894 xmlSchemaParseUnion(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseUnion()
9063 xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseList()
9174 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseSimpleType()
9389 xmlSchemaPtr schema, in xmlSchemaParseModelGroupDefRef()
9491 xmlSchemaPtr schema, in xmlSchemaParseModelGroupDefinition()
9645 xmlSchemaClearSchemaDefaults(xmlSchemaPtr schema) in xmlSchemaClearSchemaDefaults()
9672 xmlSchemaPtr schema, in xmlSchemaParseSchemaElement()
9789 xmlSchemaPtr schema, xmlNodePtr nodes) in xmlSchemaParseSchemaTopLevel()
10137 xmlSchemaPtr schema, in xmlSchemaParseNewDocWithContext()
10206 xmlSchemaPtr schema, in xmlSchemaParseNewDoc()
10747 xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseImport()
10895 xmlSchemaPtr schema, in xmlSchemaParseIncludeOrRedefineAttrs()
10991 xmlSchemaPtr schema, in xmlSchemaParseIncludeOrRedefine()
11198 xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseRedefine()
11214 xmlSchemaParseInclude(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseInclude()
11252 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseModelGroup()
11518 xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseRestriction()
11822 xmlSchemaParseExtension(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseExtension()
11958 xmlSchemaPtr schema, xmlNodePtr node, in xmlSchemaParseSimpleContent()
12048 xmlSchemaPtr schema, xmlNodePtr node, in xmlSchemaParseComplexContent()
12142 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseComplexType()
21332 xmlSchemaPtr
21335 xmlSchemaPtr mainSchema = NULL; in xmlSchemaParse()
21632 xmlSchemaPtr schema, in xmlSchemaAssembleByLocation()
21912 xmlSchemaPtr schema, in xmlSchemaValidateNotation()
27551 xmlSchemaNewValidCtxt(xmlSchemaPtr schema) in xmlSchemaNewValidCtxt()