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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java103 SymbolHash fGlobalTypeDeclsExt; field in class:SchemaGrammar
166 fGlobalTypeDeclsExt = new SymbolHash();
202 fGlobalTypeDeclsExt = grammar.fGlobalTypeDeclsExt.makeClone();
308 fGlobalTypeDeclsExt = new SymbolHash(1);
354 fGlobalTypeDeclsExt = new SymbolHash(1);
522 fGlobalTypeDeclsExt = new SymbolHash(1);
919 fGlobalTypeDeclsExt.put(((location!=null) ? location : "") + "," + decl.getName(), decl);
939 fGlobalTypeDeclsExt.put(((location!=null) ? location : "") + "," + decl.getName(), decl);
956 fGlobalTypeDeclsExt
[all...]

Completed in 41 milliseconds