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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java642 LocationArray tempLA = (LocationArray)locationPairs.get(ns);
694 LocationArray la = ((LocationArray)locations.get(XMLSymbols.EMPTY_STRING));
696 la = new LocationArray();
714 // @param locations HashMap mapping namespaces to LocationArray objects holding lists of locaitons
726 LocationArray la = ((LocationArray)locations.get(namespace));
728 la = new LocationArray();
926 static class LocationArray{ class in class:XMLSchemaLoader
[all...]
H A DXMLSchemaValidator.java2364 XMLSchemaLoader.LocationArray la =
2365 ((XMLSchemaLoader.LocationArray) fLocationPairs.get(XMLSymbols.EMPTY_STRING));
2367 la = new XMLSchemaLoader.LocationArray();
2424 String[] temp = ((XMLSchemaLoader.LocationArray) locationArray).getLocationArray();

Completed in 43 milliseconds