arabica/SAX
jez_higgins fd5c310e0b In an attempt to make compilation easier, XMLReader now has an ifdef ladder
which pulls in the headers for the various parsers if the appropriate macros are
defined - USE_EXPAT, USE_XERCES, USE_LIBXML2, USE_MSXML.

You can define any or all of them, or none should you so wish.

It also sets SAX::XMLReader as a default class - ie if you define one of the above macros,
SAX::XMLReader<stringT> will become a synonym for SAX::expat_wrapper<stringT> or whatever.
2002-07-12 22:10:52 +00:00
..
ext Initial revision 2002-06-21 11:16:28 +00:00
filter Initial revision 2002-06-21 11:16:28 +00:00
helpers Initial revision 2002-06-21 11:16:28 +00:00
parsers Initial revision 2002-06-21 11:16:28 +00:00
wrappers Initial revision 2002-06-21 11:16:28 +00:00
AttributeList.h Initial revision 2002-06-21 11:16:28 +00:00
Attributes.h Initial revision 2002-06-21 11:16:28 +00:00
ContentHandler.h Initial revision 2002-06-21 11:16:28 +00:00
CONTRIBUTORS Initial revision 2002-06-21 11:16:28 +00:00
DocumentHandler.h Initial revision 2002-06-21 11:16:28 +00:00
DTDHandler.h Initial revision 2002-06-21 11:16:28 +00:00
EntityResolver.h Initial revision 2002-06-21 11:16:28 +00:00
ErrorHandler.h Initial revision 2002-06-21 11:16:28 +00:00
HandlerBase.h Initial revision 2002-06-21 11:16:28 +00:00
InputSource.h Initial revision 2002-06-21 11:16:28 +00:00
Locator.h Initial revision 2002-06-21 11:16:28 +00:00
Makefile Initial revision 2002-06-21 11:16:28 +00:00
Parser.h Initial revision 2002-06-21 11:16:28 +00:00
SAX.dsp In an attempt to make compilation easier, XMLReader now has an ifdef ladder 2002-07-12 22:10:52 +00:00
SAXException.h Initial revision 2002-06-21 11:16:28 +00:00
saxfwd.h Initial revision 2002-06-21 11:16:28 +00:00
saxlib.bpf Initial revision 2002-06-21 11:16:28 +00:00
saxlib.bpr Initial revision 2002-06-21 11:16:28 +00:00
saxlib.cpp Contains an ifdef ladder which pulls in any *.cpp files needed to support the selected 2002-07-12 22:07:53 +00:00
SAXNotRecognizedException.h Initial revision 2002-06-21 11:16:28 +00:00
SAXNotSupportedException.h Initial revision 2002-06-21 11:16:28 +00:00
SAXParseException.h Initial revision 2002-06-21 11:16:28 +00:00
XMLFilter.h Initial revision 2002-06-21 11:16:28 +00:00
XMLReader.h In an attempt to make compilation easier, XMLReader now has an ifdef ladder 2002-07-12 22:10:52 +00:00