Searched refs:getLocation (Results 1 – 10 of 10) sorted by relevance
42 this.location = new DOMLocatorImpl(src.getLocation()); in DOMErrorImpl()65 public final DOMLocator getLocation() { in getLocation() method in DOMErrorImpl
41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
85 public DOMLocator getLocation(); in getLocation() method
96 public String getLocation() { in getLocation() method in HttpRetryException
635 URL url = codesource.getLocation();
48 public final URL getLocation() { return null; } in getLocation() method in CodeSource
73 public DOMLocator getLocation() { in getLocation() method in DOMErrorImpl
49 assertEquals(locations[i], hre.getLocation()); in test_ConstructorLStringILString()
236 return cs.getLocation(); in getCodeBase()
577 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners()