Searched defs:LocationArray (Results 1 - 1 of 1) 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...]

Completed in 33 milliseconds