bool isQueryDefined()

in src/xalanc/PlatformSupport/XalanParsedURI.hpp [311:314]


    bool isQueryDefined() const 
    { 
        return m_defined & d_query ? true : false;
    }