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

/external/apache-xml/src/main/java/org/apache/xml/serializer/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
1016 setScheme(String p_scheme) argument
1388 isConformantSchemeName(String p_scheme) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java204 * @param p_scheme the URI scheme (cannot be null or empty)
208 * @throws MalformedURIException if p_scheme violates any
211 public URI(String p_scheme, String p_schemeSpecificPart) argument
215 if (p_scheme == null || p_scheme.trim().length() == 0)
228 setScheme(p_scheme);
238 * @param p_scheme the URI scheme (cannot be null or empty)
253 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
256 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
265 * @param p_scheme th
284 URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
1036 setScheme(String p_scheme) argument
1408 isConformantSchemeName(String p_scheme) argument
[all...]

Completed in 64 milliseconds