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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java567 Map locationPairs = new HashMap();
572 locationPairs, fErrorReporter);
573 SchemaGrammar grammar = loadSchema(desc, source, locationPairs);
592 * @param locationPairs
599 Map locationPairs) throws IOException, XNIException {
604 processJAXPSchemaSource(locationPairs);
615 SchemaGrammar grammar = fSchemaHandler.parseSchema(source, desc, locationPairs);
627 * @param locationPairs
632 public static XMLInputSource resolveDocument(XSDDescription desc, Map locationPairs, argument
642 LocationArray tempLA = (LocationArray)locationPairs
597 loadSchema(XSDDescription desc, XMLInputSource source, Map locationPairs) argument
747 processJAXPSchemaSource(Map locationPairs) argument
[all...]
H A DXMLSchemaValidator.java2420 Hashtable locationPairs = fLocationPairs;
2422 locationPairs.get(namespace == null ? XMLSymbols.EMPTY_STRING : namespace);
2434 locationPairs = EMPTY_TABLE;
2442 locationPairs,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java497 * @param locationPairs
502 Map locationPairs)
504 fLocationPairs = locationPairs;
501 parseSchema(XMLInputSource is, XSDDescription desc, Map locationPairs) argument

Completed in 60 milliseconds