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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java225 * @param p_queryString the URI query string (cannot be specified
234 String p_queryString, String p_fragment)
236 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
256 * @param p_queryString the URI query string (cannot be specified
266 String p_queryString, String p_fragment)
284 if (p_path.indexOf('?') != -1 && p_queryString != null) {
300 setQueryString(p_queryString);
1045 * @param p_queryString the query string for this URI
1047 * @exception MalformedURIException if p_queryString is not null and this
1051 public void setQueryString(String p_queryString) 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/xml/internal/serializer/utils/
H A DURI.java250 * @param p_queryString the URI query string (cannot be specified
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);
281 * @param p_queryString the URI query string (cannot be specified
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
315 if (p_path.indexOf('?') != -1 && p_queryString != null)
333 setQueryString(p_queryString);
1243 * @param p_queryString the query string for this URI
1245 * @throws MalformedURIException if p_queryString is not null and this
1249 public void setQueryString(String p_queryString) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java248 * @param p_queryString the URI query string (cannot be specified
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);
279 * @param p_queryString the URI query string (cannot be specified
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
313 if (p_path.indexOf('?') != -1 && p_queryString != null)
331 setQueryString(p_queryString);
1264 * @param p_queryString the query string for this URI
1266 * @throws MalformedURIException if p_queryString is not null and this
1270 public void setQueryString(String p_queryString) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java378 * @param p_queryString the URI query string (cannot be specified
387 String p_queryString, String p_fragment)
389 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
409 * @param p_queryString the URI query string (cannot be specified
419 String p_queryString, String p_fragment)
437 if (p_path.indexOf('?') != -1 && p_queryString != null) {
453 setQueryString(p_queryString);
1620 * @param p_queryString the query string for this URI
1622 * @exception MalformedURIException if p_queryString is not null and this
1626 public void setQueryString(String p_queryString) 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 793 milliseconds