Searched defs:p_fragment (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java252 * @param p_fragment the URI fragment (cannot be specified if path
258 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
261 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
283 * @param p_fragment the URI fragment (cannot be specified if path
289 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
321 if (p_path.indexOf('#') != -1 && p_fragment != null)
334 setFragment(p_fragment);
1283 * @param p_fragment the fragment for this URI
1285 * @throws MalformedURIException if p_fragment is not null and this
1289 public void setFragment(String p_fragment) throw argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java250 * @param p_fragment the URI fragment (cannot be specified if path
256 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
259 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
281 * @param p_fragment the URI fragment (cannot be specified if path
287 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
319 if (p_path.indexOf('#') != -1 && p_fragment != null)
332 setFragment(p_fragment);
1304 * @param p_fragment the fragment for this URI
1306 * @throws MalformedURIException if p_fragment is not null and this
1310 public void setFragment(String p_fragment) throw argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java227 * @param p_fragment the URI fragment (cannot be specified if path
234 String p_queryString, String p_fragment)
236 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
258 * @param p_fragment the URI fragment (cannot be specified if path
266 String p_queryString, String p_fragment)
289 if (p_path.indexOf('#') != -1 && p_fragment != null) {
301 setFragment(p_fragment);
1077 * @param p_fragment the fragment for this URI
1079 * @exception MalformedURIException if p_fragment is not null and this
1083 public void setFragment(String p_fragment) throw argument
233 JaxmURI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
264 JaxmURI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java380 * @param p_fragment the URI fragment (cannot be specified if path
387 String p_queryString, String p_fragment)
389 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
411 * @param p_fragment the URI fragment (cannot be specified if path
419 String p_queryString, String p_fragment)
442 if (p_path.indexOf('#') != -1 && p_fragment != null) {
454 setFragment(p_fragment);
1652 * @param p_fragment the fragment for this URI
1654 * @exception MalformedURIException if p_fragment is not null and this
1658 public void setFragment(String p_fragment) throw argument
386 URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
417 URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
[all...]

Completed in 42 milliseconds