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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DValidationEventLocatorImpl.java78 this.url = toURL(loc.getSystemId());
101 this.url = toURL(e.getSystemId());
145 private static URL toURL( String systemId ) { method in class:ValidationEventLocatorImpl
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java671 * @see java.net.URI#toURL()
679 * via the {@link java.net.URI#toURL() URI.toURL} method.
682 public URL toURL() throws MalformedURLException { method in class:File
726 * @see java.net.URI#toURL()
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java1092 public URL toURL() method in class:URI

Completed in 44 milliseconds