Lines Matching defs:namespace

89     // all schema grammar objects (for each namespace)
91 // a map from namespace to schema grammar
98 // store a certain kind of components from one namespace
135 // If a schema for the schema namespace isn't included, include it here.
180 // establish the mapping from namespace to grammars
275 * A set of namespace schema information information items (of type
276 * <code>XSNamespaceItem</code>), one for each namespace name which
277 * appears as the target namespace of any schema component in the schema
279 * in the schema had no target namespace. For more information see
348 * that are defined within the specified namespace, i.e. element
352 * @param namespace The namespace to which the declaration belongs or
353 * <code>null</code> (for components with no target namespace).
356 * <code>namespace</code> or an empty <code>XSNamedMap</code>.
359 String namespace) {
367 if (namespace != null) {
369 if (namespace.equals(fNamespaces[i])) {
415 fNSComponents[i][objectType] = new XSNamedMap4Types(namespace, table, objectType);
418 fNSComponents[i][objectType] = new XSNamedMapImpl(namespace, table);
429 * @param namespace The namespace of the definition, otherwise null.
434 String namespace) {
435 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
446 * @param namespace The namespace of the definition, otherwise null.
452 String namespace,
454 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
464 * @param namespace The namespace of the definition, otherwise null.
469 String namespace) {
470 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
480 * @param namespace The namespace of the definition, otherwise null.
486 String namespace,
488 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
498 * @param namespace The namespace of the definition, otherwise null.
503 String namespace) {
504 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
514 * @param namespace The namespace of the definition, otherwise null.
520 String namespace,
522 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
532 * @param namespace The namespace of the definition, otherwise null.
537 String namespace) {
538 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
548 * @param namespace The namespace of the definition, otherwise null.
554 String namespace,
556 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
567 * @param namespace The namespace of the definition, otherwise null.
572 String namespace) {
573 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
584 * @param namespace The namespace of the definition, otherwise null.
590 String namespace,
592 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
604 String namespace) {
605 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
613 String namespace,
615 SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));