Skip to content
Snippets Groups Projects
WFXMLScanner.cpp 68.1 KiB
Newer Older
Khaled Noaman's avatar
Khaled Noaman committed
// ---------------------------------------------------------------------------
Grammar* WFXMLScanner::loadGrammar(const   InputSource&
                                   , const short
                                   , const bool)
{
    // REVISIT: emit a warning or throw an exception
    return 0;
}


XERCES_CPP_NAMESPACE_END