Searched refs:p_other (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java144 * @param p_other the URI to copy (cannot be null)
146 public JaxmURI(JaxmURI p_other) { argument
147 initialize(p_other);
307 * @param p_other the URI to copy (cannot be null)
309 private void initialize(JaxmURI p_other) { argument
310 m_scheme = p_other.getScheme();
311 m_userinfo = p_other.getUserinfo();
312 m_host = p_other.getHost();
313 m_port = p_other.getPort();
314 m_path = p_other
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java160 * @param p_other the URI to copy (cannot be null)
162 public URI(URI p_other) argument
164 initialize(p_other);
340 * @param p_other the URI to copy (cannot be null)
342 private void initialize(URI p_other) argument
345 m_scheme = p_other.getScheme();
346 m_userinfo = p_other.getUserinfo();
347 m_host = p_other.getHost();
348 m_port = p_other.getPort();
349 m_path = p_other
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java158 * @param p_other the URI to copy (cannot be null)
160 public URI(URI p_other) argument
162 initialize(p_other);
338 * @param p_other the URI to copy (cannot be null)
340 private void initialize(URI p_other) argument
343 m_scheme = p_other.getScheme();
344 m_userinfo = p_other.getUserinfo();
345 m_host = p_other.getHost();
346 m_port = p_other.getPort();
347 m_path = p_other
[all...]

Completed in 32 milliseconds