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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java88 SymbolHash fGlobalAttrGrpDecls; field in class:SchemaGrammar
153 fGlobalAttrGrpDecls = new SymbolHash();
188 fGlobalAttrGrpDecls = grammar.fGlobalAttrGrpDecls.makeClone();
295 fGlobalAttrGrpDecls = new SymbolHash(1);
340 fGlobalAttrGrpDecls = new SymbolHash(1);
509 fGlobalAttrGrpDecls = new SymbolHash(1);
836 fGlobalAttrGrpDecls.put(decl.fName, decl);
989 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName);
1480 table = fGlobalAttrGrpDecls;
[all...]
H A DXSModelImpl.java322 tables[i] = fGrammarList[i].fGlobalAttrGrpDecls;
401 table = fGrammarList[i].fGlobalAttrGrpDecls;
542 return (XSAttributeGroupDefinition)sg.fGlobalAttrGrpDecls.get(name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java464 SymbolHash fGlobalAttrGrpDecls = new SymbolHash(); field in class:XSDHandler
1534 if (fGlobalAttrGrpDecls.get(declKey) == null) {
1535 fGlobalAttrGrpDecls.put(declKey, decl);
1599 return (XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declKey);
3480 fGlobalAttrGrpDecls.clear();

Completed in 89 milliseconds