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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c9839 xmlSchemaPErrMemory(NULL, "allocating schema relation", NULL);
10277 xmlSchemaSchemaRelationPtr relation = NULL; local
10300 * skip the location and relation logic and just parse the doc.
10321 * Create a relation for the graph of schemas.
10323 relation = xmlSchemaSchemaRelationCreate();
10324 if (relation == NULL)
10327 relation);
10328 relation->type = type;
10334 relation->importNamespace = importNamespace;
10338 * Note that we don't assign a bucket to the relation
[all...]

Completed in 74 milliseconds