• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:imported

403     int imported;
431 /* @relations will hold any included/imported/redefined schemas. */
435 int imported;
439 /* The imported schema. */
458 int imported;
4804 * Lookup a an attribute in the schema or imported schemas
4838 * Lookup a an attribute group in the schema or imported schemas
4878 * Lookup a group in the schema or imported schemas
4945 * Lookup a group in the schema or imported schemas
5069 * Process imported/included schemas.
10053 int imported)
10067 ((imported && cur->imported) ||
10068 ((!imported) && (!cur->imported))))
10347 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) {
10353 "The schema document '%s' cannot be imported, since "
10357 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) {
10358 /* We imported and then try to include/redefine a schema. */
10364 "redefined, since it was already imported",
10419 "imported with the schema located at '%s'",
10628 bkt->imported++;
20371 * would include all imported and included sub-schemas of the
20626 * we would need, if imported directly, to import redefined
20705 * Process imported/included schemas.
21544 * schemas imported by XSI were imported by this first schema.
21556 * We will reuse the parser context for every schema imported
21914 * @imported: the imported schema
21916 * Creates an augmented IDC definition for the imported schema.
21919 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) {
21920 if (imported->schema->idcDef != NULL) {
21921 xmlHashScan(imported->schema->idcDef ,
27923 * Augment the IDC definitions for the main schema and all imported ones
27924 * NOTE: main schema if the first in the imported list