arabica/SAX/wrappers
pwalford 5f09c096a8 Changes/Fixes:
*   Addition of typedef "base" referring to basic_XMLReader.
*   Extended use of member typedefs to simplify code.
*   Added xerces_initializer class to call XMLPlatformUtils::Initialize() and
    XMLPlatformUtils::Terminate().  This avoids nested calls to Initialize()
    and Terminate().
*   Addition of xerces_string_adaptor which converts XMLCh to wchar_t and
    back.
*   Fixed adaptors to pass XMLCh to Xerces methods rather than wchar_t.
*   Added '&' to member function references in ErrorHandlerAdaptor.
*   Fixed IStreamAdaptor and InputSourceAdaptor to extend Xerces
    BinInputStream and InputSource respectively (were extending Arabica ones!)
2002-10-08 02:49:01 +00:00
..
saxexpat.cpp made implicit typenames explicit 2002-09-20 10:11:57 +00:00
saxexpat.h work around previous changes for VC6 2002-09-20 10:16:35 +00:00
saxlibxml2.cpp Initial revision 2002-06-21 11:16:28 +00:00
saxlibxml2.h Initial revision 2002-06-21 11:16:28 +00:00
saxmsxml2.h Major tweaks to use #include <header> rather then 2002-09-03 13:19:14 +00:00
saxxerces.h Changes/Fixes: 2002-10-08 02:49:01 +00:00