Searched defs:schemaDoc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c10268 xmlDocPtr schemaDoc,
10488 if (schemaDoc != NULL) {
10489 doc = schemaDoc;
10493 if (schemaDoc->URL != NULL)
10495 schemaDoc->URL, -1);
10265 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument

Completed in 2453 milliseconds