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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java117 private String m_host = null; field in class:JaxmURI
312 m_host = p_other.getHost();
391 m_host = "";
412 m_host == null) {
415 m_host = p_base.getHost();
436 if (m_host == null) {
438 m_host = p_base.getHost();
730 if (m_userinfo != null || m_host != null || m_port != -1) {
739 if (m_host != null) {
740 schemespec.append(m_host);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java223 private String m_host = null; field in class:URI
465 m_host = p_other.getHost();
578 m_host = "";
694 m_host = "";
725 m_host == null && m_regAuthority == null) {
728 m_host = p_base.getHost();
754 if (m_host == null && m_regAuthority == null) {
756 m_host = p_base.getHost();
956 m_host = host;
1218 if (m_host !
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java127 private String m_host = null; field in class:URI
347 m_host = p_other.getHost();
440 m_host = "";
461 if (m_path.length() == 0 && m_scheme == null && m_host == null)
465 m_host = p_base.getHost();
486 if (m_host == null)
489 m_host = p_base.getHost();
868 if (m_userinfo != null || m_host != null || m_port != -1)
879 if (m_host != null)
881 schemespec.append(m_host);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java125 private String m_host = null; field in class:URI
345 m_host = p_other.getHost();
461 m_host = "";
482 if (m_path.length() == 0 && m_scheme == null && m_host == null)
486 m_host = p_base.getHost();
507 if (m_host == null)
510 m_host = p_base.getHost();
889 if (m_userinfo != null || m_host != null || m_port != -1)
900 if (m_host != null)
902 schemespec.append(m_host);
[all...]

Completed in 41 milliseconds