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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java229 private String m_regAuthority = null; field in class:URI
467 m_regAuthority = p_other.getRegBasedAuthority();
725 m_host == null && m_regAuthority == null) {
730 m_regAuthority = p_base.getRegBasedAuthority();
754 if (m_host == null && m_regAuthority == null) {
758 m_regAuthority = p_base.getRegBasedAuthority();
966 m_regAuthority = p_uriSpec;
1218 if (m_host != null || m_regAuthority != null) {
1238 schemespec.append(m_regAuthority);
1292 return m_regAuthority;
[all...]

Completed in 29 milliseconds