Searched refs:absolutize (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java203 entityResolver = XmlUtil.createEntityResolver(JAXWSUtils.getFileOrURL(JAXWSUtils.absolutize(Util.escapeSpace(catalog))));
205 EntityResolver er = XmlUtil.createEntityResolver(JAXWSUtils.getFileOrURL(JAXWSUtils.absolutize(Util.escapeSpace(catalog))));
325 wsdls.add(absolutize(is));
357 jaxwsCustomBindings.add(absolutize(is));
361 jaxbCustomBindings.add(absolutize(is));
372 result.add(absolutize(fileToInputSource(f)));
376 private InputSource absolutize(InputSource is) { method in class:WsimportOptions
377 // absolutize all the system IDs in the input,
407 target.add(absolutize(new InputSource(Util.escapeSpace(((URL) src).toExternalForm()))));
413 target.add(absolutize(fileToInputSourc
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DJAXWSUtils.java84 public static String absolutize(String name) { method in class:JAXWSUtils
85 // absolutize all the system IDs in the input,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java381 grammars.add(absolutize(is));
413 result.add(absolutize(fileToInputSource(f)));
418 private InputSource absolutize(InputSource is) { method in class:Options
419 // absolutize all the system IDs in the input, so that we can map system IDs to DOM trees.
438 bindFiles.add(absolutize(is));
751 target.add(absolutize(new InputSource(Util.escapeSpace(((URL)src).toExternalForm()))));
757 target.add(absolutize(fileToInputSource(fsrc)));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java1865 * @param uri the URI to absolutize
1869 uri.absolutize(getUserDir());
1997 // absolutize the system id using the base
2088 baseURI.absolutize(getUserDir());
2092 // absolutize the system identifier using the base URI
2093 systemURI.absolutize(baseURI);
2146 baseURI.absolutize(getUserDir());
2150 // absolutize the system identifier using the base URI
2151 systemURI.absolutize(baseURI);
2187 baseURI.absolutize(getUserDi
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java590 absolutize(p_base);
706 absolutize(p_base);
715 public void absolutize(URI p_base) { method in class:URI
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java212 wsdlLocation = JAXWSUtils.absolutize(JAXWSUtils.getFileOrURLName(wsdlLocation));
537 wsdlLocation = JAXWSUtils.absolutize(JAXWSUtils.getFileOrURLName(wsdlLocation));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java127 // absolutize this URI.
133 wsdlLocation = JAXWSUtils.absolutize(JAXWSUtils.getFileOrURLName(wsdlLocation));
249 // absolutize this URI.
255 wsdlLocation = JAXWSUtils.absolutize(JAXWSUtils.getFileOrURLName(wsdlLocation));

Completed in 49 milliseconds