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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java1362 private ObjectList[] fComponentsExt = null; field in class:SchemaGrammar
1510 if (fComponentsExt == null)
1511 fComponentsExt = new ObjectList[MAX_COMP_IDX+1];
1514 if (fComponentsExt[objectType] == null) {
1540 fComponentsExt[objectType] = new ObjectListImpl(entries, entries.length);
1543 return fComponentsExt[objectType];
1548 fComponentsExt = null;

Completed in 33 milliseconds