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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java99 SymbolHash fGlobalElemDeclsExt; field in class:SchemaGrammar
162 fGlobalElemDeclsExt = new SymbolHash();
198 fGlobalElemDeclsExt = grammar.fGlobalElemDeclsExt.makeClone();
304 fGlobalElemDeclsExt = new SymbolHash(1);
350 fGlobalElemDeclsExt = new SymbolHash(1);
518 fGlobalElemDeclsExt = new SymbolHash(6);
540 fGlobalElemDeclsExt.put(","+annotationDecl.fName, annotationDecl);
541 fGlobalElemDeclsExt.put(","+documentationDecl.fName, documentationDecl);
542 fGlobalElemDeclsExt
[all...]

Completed in 31 milliseconds