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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java248 if (grammar.fLocations != null) {
249 for (int k=0; k<grammar.fLocations.size(); k++) {
250 addDocument(null, (String)grammar.fLocations.elementAt(k));
1367 private Vector fLocations = null; field in class:SchemaGrammar
1372 fLocations = new Vector();
1375 fLocations.addElement(location);
1383 fLocations.removeElementAt(index);
1621 return new StringListImpl(fLocations);

Completed in 903 milliseconds