class axl::xml::ExpatErrorProvider

#include <axl_xml_ExpatError.h>

class ExpatErrorProvider: public axl::err::ErrorProvider
{
public:
    // methods

    static
    sl::StringRef
    getErrorDescription(XML_Error code);

    virtual
    sl::StringRef
    getErrorDescription(const err::ErrorRef& error);
};

Inherited Members

public:
    // methods

    virtual
    sl::StringRef
    getErrorDescription(const ErrorRef& error) = 0;