mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
renamed include/Utils to include/Arabica
This commit is contained in:
parent
8fe1e5f9c5
commit
c3bffa005a
56 changed files with 63 additions and 63 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <string>
|
||||
#include <io/convertstream.hpp>
|
||||
#include <convert/utf8ucs2codecvt.hpp>
|
||||
#include <Utils/stringadaptortag.hpp>
|
||||
#include <Arabica/stringadaptortag.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
|
@ -8,7 +8,7 @@
|
|||
////////////////////////////
|
||||
|
||||
#include <DOM/Proxy.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
////////////////////////////
|
||||
#include <DOM/Proxy.hpp>
|
||||
#include <DOM/DOMException.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
|
||||
#include <typeinfo>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <DOM/DOMException.hpp>
|
||||
#include <DOM/Simple/DocumentImpl.hpp>
|
||||
#include <DOM/Simple/DocumentTypeImpl.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <string>
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/Attributes.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <string>
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/InputSource.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <string>
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <SAX/SAXParseException.hpp>
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/IStreamHandle.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <SAX/SAXException.hpp>
|
||||
#include <SAX/Locator.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
#include <SAX/ext/DeclHandler.hpp>
|
||||
#include <SAX/SAXNotSupportedException.hpp>
|
||||
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/helpers/XMLFilterImpl.hpp>
|
||||
#include <SAX/helpers/NamespaceSupport.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/helpers/XMLFilterImpl.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/helpers/XMLFilterImpl.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#include <text/UnicodeCharacters.hpp>
|
||||
#include <SAX/helpers/PropertyNames.hpp>
|
||||
#include <XML/escaper.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
#include <ostream>
|
||||
#include <algorithm>
|
||||
#include <typeinfo>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/helpers/XMLFilterImpl.hpp>
|
||||
#include <SAX/helpers/XMLBaseSupport.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <SAX/ext/DeclHandler.hpp>
|
||||
#include <SAX/ext/LexicalHandler.hpp>
|
||||
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <SAX/XMLReader.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <SAX/XMLFilter.hpp>
|
||||
#include <SAX/helpers/DefaultHandler.hpp>
|
||||
#include <SAX/SAXNotRecognizedException.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
#include <SAX/SAXNotRecognizedException.hpp>
|
||||
#include <SAX/helpers/InputSourceResolver.hpp>
|
||||
#include <SAX/helpers/AttributesImpl.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <SAX/helpers/PropertyNames.hpp>
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
#include <SAX/helpers/InputSourceResolver.hpp>
|
||||
#include <SAX/helpers/FeatureNames.hpp>
|
||||
#include <SAX/helpers/PropertyNames.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <SAX/helpers/AttributeDefaults.hpp>
|
||||
#include <typeinfo>
|
||||
#include <map>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <SAX/helpers/AttributeTypes.hpp>
|
||||
#include <SAX/helpers/InputSourceResolver.hpp>
|
||||
#include <SAX/helpers/AttributesImpl.hpp>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
#include <SAX/SAXNotRecognizedException.hpp>
|
||||
#include <SAX/SAXNotSupportedException.hpp>
|
||||
#include <SAX/helpers/PropertyNames.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <iostream>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
|
||||
// Include the MSXML definitions.
|
||||
#include <msxml2.h>
|
||||
|
|
|
@ -52,7 +52,7 @@ std::ostream& operator<<(std::ostream& o, const std::type_info& ti)
|
|||
#include <SAX/IStreamHandle.hpp>
|
||||
#include <SAX/wrappers/XercesPropertyNames.hpp>
|
||||
#include <SAX/wrappers/XercesFeatureNames.hpp>
|
||||
#include <Utils/getparam.hpp>
|
||||
#include <Arabica/getparam.hpp>
|
||||
|
||||
// Xerces Includes
|
||||
#include <xercesc/util/PlatformUtils.hpp>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef ARABICA_XPATH_EXECUTION_CONTEXT_HPP
|
||||
#define ARABICA_XPATH_EXECUTION_CONTEXT_HPP
|
||||
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include "xpath_variable_resolver.hpp"
|
||||
#include "xpath_resolver_holder.hpp"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <DOM/Simple/DocumentImpl.hpp>
|
||||
#include <DOM/Simple/NodeImpl.hpp>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
|
||||
namespace Arabica
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <math>
|
||||
#endif
|
||||
#include <cmath>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <text/normalize_whitespace.hpp>
|
||||
#include "xpath_axis_enumerator.hpp"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <DOM/Node.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <vector>
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include "xpath_object.hpp"
|
||||
#include "xpath_expression.hpp"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <SAX/ArabicaConfig.hpp>
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <locale>
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Utils/impl/codecvt_specialisations.hpp>
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Utils/impl/codecvt_specialisations.hpp>
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Utils/impl/codecvt_specialisations.hpp>
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Utils/impl/codecvt_specialisations.hpp>
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
#include <locale>
|
||||
|
||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||
#include <Utils/impl/codecvt_specialisations.hpp>
|
||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef ARABICA_UTILS_NORMALIZE_WHITESPACE_HPP
|
||||
#define ARABICA_UTILS_NORMALIZE_WHITESPACE_HPP
|
||||
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include <XML/XMLCharacterClasses.hpp>
|
||||
#include <text/UnicodeCharacters.hpp>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <convert/rot13codecvt.hpp>
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
using namespace Arabica::convert;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <convert/impl/ucs2_utf16.hpp>
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
//---------------------------------------------------------------------------
|
||||
using namespace Arabica::convert;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <convert/impl/ucs2_utf16.hpp>
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Utils/impl/VS6Workaround.hpp>
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
using namespace Arabica::convert;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "../CppUnit/TestRunner.hpp"
|
||||
#include "../CppUnit/framework/Test.h"
|
||||
#include "../CppUnit/framework/TestSuite.h"
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include "test_WhitespaceStripper.hpp"
|
||||
|
||||
////////////////////////////////////////////////
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "../CppUnit/TestRunner.hpp"
|
||||
#include "../CppUnit/framework/Test.h"
|
||||
#include "../CppUnit/framework/TestSuite.h"
|
||||
#include <Utils/StringAdaptor.hpp>
|
||||
#include <Arabica/StringAdaptor.hpp>
|
||||
#include "test_WhitespaceStripper.hpp"
|
||||
|
||||
////////////////////////////////////////////////
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <Utils/stringadaptortag.hpp>
|
||||
#include <Arabica/stringadaptortag.hpp>
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
// testing purposes only
|
||||
// a string with as minimal interface as possible
|
||||
|
|
|
@ -772,7 +772,7 @@
|
|||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Utils"
|
||||
Name="Arabica"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\Utils\getparam.hpp"
|
||||
|
|
Loading…
Reference in a new issue