Searched refs:p_base (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java173 * @param p_base the base URI (cannot be null if p_uriSpec is null or
176 * empty if p_base is null)
181 public JaxmURI(JaxmURI p_base, String p_uriSpec) throws MalformedURIException { argument
182 initialize(p_base, p_uriSpec);
325 * @param p_base the base URI (may be null if p_uriSpec is an absolute
328 * relative URI (can only be null/empty if p_base
331 * @exception MalformedURIException if p_base is null and p_uriSpec
335 private void initialize(JaxmURI p_base, String p_uriSpec) argument
337 if (p_base == null &&
345 initialize(p_base);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java305 * @param p_base the base URI (cannot be null if p_uriSpec is null or
308 * empty if p_base is null)
313 public URI(URI p_base, String p_uriSpec) throws MalformedURIException { argument
314 initialize(p_base, p_uriSpec);
321 * and p_uriSpec is not valid absolute URI and p_base is null
324 * @param p_base the base URI (cannot be null if p_uriSpec is null or
327 * empty if p_base is null)
334 public URI(URI p_base, String p_uriSpec, boolean allowNonAbsoluteURI) throws MalformedURIException { argument
335 initialize(p_base, p_uriSpec, allowNonAbsoluteURI);
479 * @param p_base th
491 initialize(URI p_base, String p_uriSpec, boolean allowNonAbsoluteURI) argument
610 initialize(URI p_base, String p_uriSpec) argument
715 absolutize(URI p_base) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java189 * @param p_base the base URI (cannot be null if p_uriSpec is null or
192 * empty if p_base is null)
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException argument
199 initialize(p_base, p_uriSpec);
358 * @param p_base the base URI (may be null if p_uriSpec is an absolute
361 * relative URI (can only be null/empty if p_base
364 * @throws MalformedURIException if p_base is null and p_uriSpec
368 private void initialize(URI p_base, String p_uriSpec) argument
372 if (p_base == null
382 initialize(p_base);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java191 * @param p_base the base URI (cannot be null if p_uriSpec is null or
194 * empty if p_base is null)
199 public URI(URI p_base, String p_uriSpec) throws MalformedURIException argument
201 initialize(p_base, p_uriSpec);
360 * @param p_base the base URI (may be null if p_uriSpec is an absolute
363 * relative URI (can only be null/empty if p_base
366 * @throws MalformedURIException if p_base is null and p_uriSpec
370 private void initialize(URI p_base, String p_uriSpec) argument
374 if (p_base == null
384 initialize(p_base);
[all...]

Completed in 34 milliseconds