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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c563 xmlSchemaPtr mainSchema; /* The main schema. */ member in struct:_xmlSchemaConstructionCtxt
3522 xmlSchemaPtr mainSchema; local
3524 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) {
3529 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema;
3571 WXS_IMPBUCKET(ret)->schema = mainSchema;
3575 mainSchema->targetNamespace = targetNamespace;
3602 if (mainSchema->schemasImports == NULL) {
3603 mainSchema->schemasImports = xmlHashCreateDict(5,
3605 if (mainSchema
21034 xmlSchemaPtr mainSchema = NULL; local
[all...]

Completed in 158 milliseconds