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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java97 SymbolHash fGlobalAttrDeclsExt; field in class:SchemaGrammar
160 fGlobalAttrDeclsExt = new SymbolHash();
196 fGlobalAttrDeclsExt = grammar.fGlobalAttrDeclsExt.makeClone();
302 fGlobalAttrDeclsExt = new SymbolHash(1);
348 fGlobalAttrDeclsExt = new SymbolHash(1);
516 fGlobalAttrDeclsExt = new SymbolHash(1);
826 fGlobalAttrDeclsExt.put(((location!=null) ? location : "") + "," + decl.fName, decl);
982 return(XSAttributeDecl)fGlobalAttrDeclsExt.get(((location != null) ? location : "") + "," + declName);
1523 table = fGlobalAttrDeclsExt;
[all...]

Completed in 33 milliseconds