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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java89 SymbolHash fGlobalElemDecls; field in class:SchemaGrammar
154 fGlobalElemDecls = new SymbolHash();
189 fGlobalElemDecls = grammar.fGlobalElemDecls.makeClone();
296 fGlobalElemDecls = new SymbolHash(1);
341 fGlobalElemDecls = new SymbolHash(1);
510 fGlobalElemDecls = new SymbolHash(6);
536 fGlobalElemDecls.put(annotationDecl.fName, annotationDecl);
537 fGlobalElemDecls.put(documentationDecl.fName, documentationDecl);
538 fGlobalElemDecls
[all...]
H A DXSModelImpl.java319 tables[i] = fGrammarList[i].fGlobalElemDecls;
398 table = fGrammarList[i].fGlobalElemDecls;
508 return (XSElementDeclaration)sg.fGlobalElemDecls.get(name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java465 SymbolHash fGlobalElemDecls = new SymbolHash(); field in class:XSDHandler
1545 if (fGlobalElemDecls.get(declKey) == null) {
1546 fGlobalElemDecls.put(declKey, decl);
1603 return (XSElementDecl)fGlobalElemDecls.get(declKey);
3481 fGlobalElemDecls.clear();

Completed in 104 milliseconds