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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java190 * @param p_scheme the URI scheme (cannot be null or empty)
194 * @exception MalformedURIException if p_scheme violates any
197 public JaxmURI(String p_scheme, String p_schemeSpecificPart) argument
199 if (p_scheme == null || p_scheme.trim().length() == 0) {
208 setScheme(p_scheme);
218 * @param p_scheme the URI scheme (cannot be null or empty)
233 public JaxmURI(String p_scheme, String p_host, String p_path, argument
236 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
245 * @param p_scheme th
264 JaxmURI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
863 setScheme(String p_scheme) argument
1176 isConformantSchemeName(String p_scheme) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java209 * @param p_scheme the URI scheme (cannot be null or empty)
213 * @throws MalformedURIException if p_scheme violates any
216 public URI(String p_scheme, String p_schemeSpecificPart) argument
220 if (p_scheme == null || p_scheme.trim().length() == 0)
233 setScheme(p_scheme);
243 * @param p_scheme the URI scheme (cannot be null or empty)
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);
270 * @param p_scheme th
289 URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
1019 setScheme(String p_scheme) argument
1406 isConformantSchemeName(String p_scheme) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java207 * @param p_scheme the URI scheme (cannot be null or empty)
211 * @throws MalformedURIException if p_scheme violates any
214 public URI(String p_scheme, String p_schemeSpecificPart) argument
218 if (p_scheme == null || p_scheme.trim().length() == 0)
231 setScheme(p_scheme);
241 * @param p_scheme the URI scheme (cannot be null or empty)
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);
268 * @param p_scheme th
287 URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
1040 setScheme(String p_scheme) argument
1427 isConformantSchemeName(String p_scheme) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java343 * @param p_scheme the URI scheme (cannot be null or empty)
347 * @exception MalformedURIException if p_scheme violates any
350 public URI(String p_scheme, String p_schemeSpecificPart) argument
352 if (p_scheme == null || p_scheme.trim().length() == 0) {
361 setScheme(p_scheme);
371 * @param p_scheme the URI scheme (cannot be null or empty)
386 public URI(String p_scheme, String p_host, String p_path, argument
389 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
398 * @param p_scheme th
417 URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
1399 setScheme(String p_scheme) argument
1777 isConformantSchemeName(String p_scheme) argument
[all...]

Completed in 35 milliseconds