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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java87 SymbolHash fGlobalAttrDecls; field in class:SchemaGrammar
152 fGlobalAttrDecls = new SymbolHash();
187 fGlobalAttrDecls = grammar.fGlobalAttrDecls.makeClone();
294 fGlobalAttrDecls = new SymbolHash(1);
360 fGlobalAttrDecls = new SymbolHash(8);
370 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
376 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
387 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
393 fGlobalAttrDecls
[all...]
H A DXSModelImpl.java316 tables[i] = fGrammarList[i].fGlobalAttrDecls;
395 table = fGrammarList[i].fGlobalAttrDecls;
474 return (XSAttributeDeclaration)sg.fGlobalAttrDecls.get(name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java463 SymbolHash fGlobalAttrDecls = new SymbolHash(); field in class:XSDHandler
1523 if (fGlobalAttrDecls.get(declKey) == null) {
1524 fGlobalAttrDecls.put(declKey, decl);
1595 return (XSAttributeDecl)fGlobalAttrDecls.get(declKey);
3479 fGlobalAttrDecls.clear();

Completed in 293 milliseconds