• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:import

420     int type; /* Main OR import OR include. */
463 /* The owning main or import schema bucket. */
3565 * For each following import buckets an xmlSchema will be created.
3608 * Note that we create an import entry for the main schema as well; i.e.,
3609 * even if there's only one schema, we'll get an import.
4706 xmlSchemaImportPtr import; \
4708 import = xmlHashLookup(schema->schemasImports, \
4711 import = xmlHashLookup(schema->schemasImports, nsName); \
4712 if (import == NULL) \
4714 ret = xmlHashLookup(import->schema->slot, name); \
6402 * Check if the referenced namespace was <import>ed.
6416 * No matching <import>ed namespace found.
6426 "import statement", NULL, NULL);
6432 "import statement", namespaceName, NULL);
9740 (IS_SCHEMA(child, "import")) ||
9749 } else if (IS_SCHEMA(child, "import")) {
9803 NULL, "((include | import | redefine | annotation)*, "
10264 int type, /* import or include or redefine */
10313 "The schema must not import/include/redefine itself",
10329 * Save the namespace import information.
10335 * No location; this is just an import of the namespace.
10348 /* We included/redefined and then try to import a schema. */
10373 * to applications to ignore all but the first <import> for a given
10378 * We will use the first <import> that comes with a location.
10379 * Further <import>s *with* a location, will result in an error.
10417 "Skipping import of schema located at '%s' for the "
10527 * For <import>:
10800 * For <import>: "It is *not* an error for the application
10811 "Skipping the import", schemaLocation, NULL, NULL);
20626 * we would need, if imported directly, to import redefined
21550 * TODO: Is this handled like an import? I.e. is it not an error