void setAuthority()

in src/xalanc/PlatformSupport/XalanParsedURI.hpp [261:265]


    void setAuthority(const XalanDOMChar *authority) 
    { 
        m_authority = authority;
        m_defined |= d_authority;
    }