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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java100 SymbolHash fGlobalGroupDeclsExt; field in class:SchemaGrammar
163 fGlobalGroupDeclsExt = new SymbolHash();
199 fGlobalGroupDeclsExt = grammar.fGlobalGroupDeclsExt.makeClone();
305 fGlobalGroupDeclsExt = new SymbolHash(1);
351 fGlobalGroupDeclsExt = new SymbolHash(1);
519 fGlobalGroupDeclsExt = new SymbolHash(1);
884 fGlobalGroupDeclsExt.put(((location!=null) ? location : "") + "," + decl.fName, decl);
1015 return(XSGroupDecl)fGlobalGroupDeclsExt.get(((location != null) ? location : "") + "," + declName);
1532 table = fGlobalGroupDeclsExt;
[all...]

Completed in 290 milliseconds