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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java93 SymbolHash fGlobalTypeDecls; field in class:SchemaGrammar
175 fGlobalTypeDecls = SG_SchemaNS.fGlobalTypeDecls.makeClone();
177 fGlobalTypeDecls = new SymbolHash();
193 fGlobalTypeDecls = grammar.fGlobalTypeDecls.makeClone();
314 fGlobalTypeDecls = schemaFactory.getBuiltInTypes();
318 int length = fGlobalTypeDecls.getLength();
320 fGlobalTypeDecls.getValues(typeDefinitions, 0);
329 fGlobalTypeDecls
[all...]
H A DXSModelImpl.java313 tables[i] = fGrammarList[i].fGlobalTypeDecls;
392 table = fGrammarList[i].fGlobalTypeDecls;
439 return (XSTypeDefinition)sg.fGlobalTypeDecls.get(name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java469 SymbolHash fGlobalTypeDecls = new SymbolHash(); field in class:XSDHandler
1578 if (fGlobalTypeDecls.get(declKey) == null) {
1579 fGlobalTypeDecls.put(declKey, decl);
1615 return (XSTypeDefinition)fGlobalTypeDecls.get(declKey);
3485 fGlobalTypeDecls.clear();

Completed in 47 milliseconds