• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaPtr

447     xmlSchemaPtr schema;
579 xmlSchemaPtr mainSchema; /* The main schema. */
610 xmlSchemaPtr schema; /* The main schema in use */
980 xmlSchemaPtr schema; /* The schema in use */
1078 xmlSchemaPtr schema,
1081 xmlSchemaPtr schema,
1089 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1099 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1122 xmlSchemaPtr schema,
3313 static xmlSchemaPtr
3316 xmlSchemaPtr ret; in xmlSchemaNewSchema()
3318 ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema)); in xmlSchemaNewSchema()
3619 xmlSchemaPtr mainSchema; in xmlSchemaBucketCreate()
4179 xmlSchemaFree(xmlSchemaPtr schema) in xmlSchemaFree()
4579 xmlSchemaDump(FILE * output, xmlSchemaPtr schema) in xmlSchemaDump()
4822 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetElem()
4856 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetType()
4903 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeDecl()
4937 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeGroup()
4977 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetGroup()
5002 xmlSchemaGetNotation(xmlSchemaPtr schema, in xmlSchemaGetNotation()
5018 xmlSchemaGetIDC(xmlSchemaPtr schema, in xmlSchemaGetIDC()
5044 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, in xmlSchemaGetNamedComponent()
5200 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddNotation()
5237 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddAttribute()
5349 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaAddAttributeGroupDefinition()
5441 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddType()
5539 xmlSchemaPtr schema, in xmlSchemaAddModelGroup()
5627 xmlSchemaPtr schema, in xmlSchemaAddModelGroupDefinition()
5688 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddIDC()
5730 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaAddWildcard()
5869 xmlSchemaPtr schema, in xmlSchemaPValAttrNodeQNameValue()
5949 xmlSchemaPtr schema, in xmlSchemaPValAttrNodeQName()
5979 xmlSchemaPtr schema, in xmlSchemaPValAttrQName()
6308 ctxt, xmlSchemaPtr schema,
6313 xmlSchemaPtr schema,
6318 xmlSchemaPtr schema,
6323 xmlSchemaPtr schema,
6328 xmlSchemaPtr schema,
6332 xmlSchemaPtr schema, xmlNodePtr node);
6497 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaCheckReference()
6554 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseLocalAttributes()
6717 xmlSchemaParseFacet(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseFacet()
6811 xmlSchemaPtr schema ATTRIBUTE_UNUSED, in xmlSchemaParseWildcardNs()
6977 xmlSchemaParseAny(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseAny()
7069 xmlSchemaParseNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseNotation()
7118 xmlSchemaPtr schema, xmlNodePtr node) in xmlSchemaParseAnyAttribute()
7188 xmlSchemaPtr schema, in xmlSchemaParseLocalAttribute()
7580 xmlSchemaPtr schema, in xmlSchemaParseGlobalAttribute()
7733 xmlSchemaPtr schema, in xmlSchemaParseAttributeGroupRef()
7864 xmlSchemaPtr schema, in xmlSchemaParseAttributeGroupDefinition()
8392 xmlSchemaPtr schema, in xmlSchemaParseIDC()
8541 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseElement()
8939 xmlSchemaParseUnion(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseUnion()
9108 xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseList()
9219 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseSimpleType()
9434 xmlSchemaPtr schema, in xmlSchemaParseModelGroupDefRef()
9536 xmlSchemaPtr schema, in xmlSchemaParseModelGroupDefinition()
9690 xmlSchemaClearSchemaDefaults(xmlSchemaPtr schema) in xmlSchemaClearSchemaDefaults()
9717 xmlSchemaPtr schema, in xmlSchemaParseSchemaElement()
9834 xmlSchemaPtr schema, xmlNodePtr nodes) in xmlSchemaParseSchemaTopLevel()
10182 xmlSchemaPtr schema, in xmlSchemaParseNewDocWithContext()
10251 xmlSchemaPtr schema, in xmlSchemaParseNewDoc()
10792 xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseImport()
10940 xmlSchemaPtr schema, in xmlSchemaParseIncludeOrRedefineAttrs()
11036 xmlSchemaPtr schema, in xmlSchemaParseIncludeOrRedefine()
11243 xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseRedefine()
11259 xmlSchemaParseInclude(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, in xmlSchemaParseInclude()
11297 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseModelGroup()
11563 xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseRestriction()
11867 xmlSchemaParseExtension(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseExtension()
12003 xmlSchemaPtr schema, xmlNodePtr node, in xmlSchemaParseSimpleContent()
12093 xmlSchemaPtr schema, xmlNodePtr node, in xmlSchemaParseComplexContent()
12187 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseComplexType()
21417 xmlSchemaPtr
21420 xmlSchemaPtr mainSchema = NULL; in xmlSchemaParse()
21717 xmlSchemaPtr schema, in xmlSchemaAssembleByLocation()
21997 xmlSchemaPtr schema, in xmlSchemaValidateNotation()
27733 xmlSchemaNewValidCtxt(xmlSchemaPtr schema) in xmlSchemaNewValidCtxt()