Home
last modified time | relevance | path

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

/external/libxml2/xstc/
Dxstc.py140 self.mainSchema = True
146 if not self.mainSchema:
148 self.mainSchema = False
/external/libxml2/
Dxmlschemas.c579 xmlSchemaPtr mainSchema; /* The main schema. */ member
3619 xmlSchemaPtr mainSchema; in xmlSchemaBucketCreate() local
3621 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) { in xmlSchemaBucketCreate()
3626 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema; in xmlSchemaBucketCreate()
3668 WXS_IMPBUCKET(ret)->schema = mainSchema; in xmlSchemaBucketCreate()
3672 mainSchema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3699 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3700 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
3702 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3708 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
[all …]