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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java90 SymbolHash fGlobalGroupDecls; field in class:SchemaGrammar
155 fGlobalGroupDecls = new SymbolHash();
190 fGlobalGroupDecls = grammar.fGlobalGroupDecls.makeClone();
297 fGlobalGroupDecls = new SymbolHash(1);
342 fGlobalGroupDecls = new SymbolHash(1);
511 fGlobalGroupDecls = new SymbolHash(1);
879 fGlobalGroupDecls.put(decl.fName, decl);
1011 return(XSGroupDecl)fGlobalGroupDecls.get(declName);
1483 table = fGlobalGroupDecls;
[all...]
H A DXSModelImpl.java325 tables[i] = fGrammarList[i].fGlobalGroupDecls;
404 table = fGrammarList[i].fGlobalGroupDecls;
577 return (XSModelGroupDefinition)sg.fGlobalGroupDecls.get(name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java466 SymbolHash fGlobalGroupDecls = new SymbolHash(); field in class:XSDHandler
1556 if (fGlobalGroupDecls.get(declKey) == null) {
1557 fGlobalGroupDecls.put(declKey, decl);
1607 return (XSGroupDecl)fGlobalGroupDecls.get(declKey);
3482 fGlobalGroupDecls.clear();

Completed in 50 milliseconds