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
3580 xmlSchemaPtr mainSchema; in xmlSchemaBucketCreate() local
3582 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) { in xmlSchemaBucketCreate()
3587 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema; in xmlSchemaBucketCreate()
3629 WXS_IMPBUCKET(ret)->schema = mainSchema; in xmlSchemaBucketCreate()
3633 mainSchema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3660 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3661 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
3663 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3669 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
[all …]