Searched defs:uriList (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSLoader.java61 * @param uriList The list of URI locations.
64 public XSModel loadURIList(StringList uriList); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSLoaderImpl.java100 * @param uriList The list of URI locations.
103 public XSModel loadURIList(StringList uriList) { argument
104 int length = uriList.getLength();
108 fSchemaLoader.loadGrammar(new XMLInputSource(null, uriList.item(i), null));
H A DXMLSchemaLoader.java1145 public XSModel loadURIList(StringList uriList) { argument
1146 int length = uriList.getLength();
1151 (SchemaGrammar) loadGrammar(new XMLInputSource(null, uriList.item(i), null));

Completed in 41 milliseconds