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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java182 Hashtable fSubGroups = new Hashtable(); field in class:SubstitutionGroupHandler
189 fSubGroups.clear();
224 Object subGroup = fSubGroups.get(element);
229 fSubGroups.put(element, EMPTY_GROUP);
251 fSubGroups.put(element, ret);
H A DSchemaGrammar.java217 fSubGroups = new XSElementDecl[grammar.fSubGroups.length];
218 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount);
856 if (fSubGroupCount == fSubGroups.length)
857 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE);
858 fSubGroups[fSubGroupCount++] = decl;
1160 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in class:SchemaGrammar
1166 if (fSubGroupCount < fSubGroups
[all...]

Completed in 53 milliseconds