You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by rl...@apache.org on 2019/05/25 13:35:06 UTC

[xalan-c] branch master updated (909f5aa -> 67117ac)

This is an automated email from the ASF dual-hosted git repository.

rleigh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-c.git.


    from 909f5aa  Merge pull request #2 from rleigh-codelibre/outstanding-fixes2
     new be5e898  Remove usage of std::unary_function and std::binary_function
     new 7584ab1  Remove unused compatibility macro XALAN_SGI_BASED_STL
     new 7a24d00  Use anonymous namespace for private time compatibility functions
     new d9a2017  Use xercesc namespace unconditionally
     new 0546b4e  Remove XALAN_USING_XERCES macro
     new ed99a72  Remove XALAN_DECLARE_XERCES_CLASS macro
     new bf09d75  Remove XALAN_DECLARE_XERCES_STRUCT macro
     new 06de56d  Remove XERCES_HAS_CPP_NAMESPACE check
     new 16c568e  Drop use of XERCES_CPP_NAMESPACE_USE
     new d92b774  Tidy Xerces namespace usage
     new 5f8c2eb  Remove XALAN_CPP_NAMESPACE_BEGIN and _END
     new adf75a4  Drop use of XALAN_CPP_NAMESPACE_USE
     new b057e80  Remove XALAN_USING_XALAN_CLASS and _STRUCT
     new 40be258  Remove XALAN_USING_XALAN macro
     new b128a6d  Remove XALAN_DECLARE_CLASS and _STRUCT macros
     new d118544  Remove XALAN_USING_STD macro
     new f5406c5  Remove XALAN_USING macro
     new 25b56bd  Remove XALAN_STD_QUALIFIER
     new 7151b99  Remove XALAN_NO_STD_NAMESPACE and workarounds
     new 2551116  Remove XALAN_HAS_CPP_NAMESPACE and workarounds
     new 6b9b994  Add missing sstream include
     new 90cc44f  Fix XalanNLSMessageLoader compile failures
     new f087ada  Add icu:: namespace to ICU types in ICUBridge
     new 131f6c8  Replace XALAN_CPP_NAMESPACE:: with xalanc::
     new 3d3f718  Remove XALAN_CLASSIC_IOSTREAMS
     new aea0bbe  Remove XALAN_NO_STD_NUMERIC_LIMITS
     new a7d3d17  Remove XALAN_STRICT_ANSI_HEADERS
     new 11b5361  Remove XALAN_NEW_STD_ALLOCATOR
     new 5655c27  Remove XALAN_HAS_STD_ITERATORS
     new 20c1c8f  Remove XALAN_HAS_STD_DISTANCE
     new 6de29b7  Replace XALAN_[U]INT64 and overloaded functions  with Xerces numeric types
     new 8b4e623  Remove XALAN_NO_STD_ALLOCATORS
     new 79eed6f  Remove XALAN_EXPLICIT_SCOPE_IN_TEMPLATE_BUG
     new b790410  Remove XALAN_REQUIRES_QUALIFIED_DESTRUCTOR
     new c0311e3  Remove XALAN_INLINE_INITIALIZATION
     new 98bda1e  Remove XALAN_NO_COVARIANT_RETURN_TYPE
     new c9547aa  Remove XALAN_RW_NO_CLASS_PARTIAL_SPEC
     new 8d70710  Remove XALAN_VCPP_USE_PTRIT
     new 67117ac  Merge pull request #3 from rleigh-codelibre/c++98-fixes

The 4374 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Tests/Compare/compare.cpp                          |  37 ++-
 Tests/Conf/conf.cpp                                |  28 +-
 Tests/Dom2Dom/dom2dom.cpp                          |  19 +-
 Tests/Errortests/Errortests.cpp                    |  39 ++-
 Tests/Extensions/extensions.cpp                    |  29 +-
 Tests/InputSource/inputsource.cpp                  |  18 +-
 Tests/Memory/Stressmem.cpp                         |  30 +--
 Tests/Params/Params.cpp                            |  28 +-
 Tests/PerfT/perft.cpp                              |  22 +-
 Tests/Performance/Logger.cpp                       |  11 +-
 Tests/Performance/Logger.hpp                       |   9 -
 Tests/Performance/Parameters.cpp                   |  30 +--
 Tests/Performance/Parameters.hpp                   |   8 +-
 Tests/Performance/TestHarness.cpp                  |   6 +-
 Tests/Performance/TestHarness.hpp                  |  53 +---
 Tests/Performance/Timer.hpp                        |   6 +-
 Tests/Performance/Utils.cpp                        |  30 +--
 Tests/Performance/Utils.hpp                        |  16 +-
 Tests/Performance/XalanCProcessor.cpp              |  10 +-
 Tests/Performance/XalanCProcessor.hpp              |  14 +-
 Tests/Performance/perf.cpp                         |  22 +-
 Tests/Threads/ThreadTest.cpp                       |  62 ++---
 Tests/Transformer/TestXalanTransformer.cpp         |  21 +-
 samples/CompileStylesheet/CompileStylesheet.cpp    |  20 +-
 samples/DocumentBuilder/DocumentBuilder.cpp        |  24 +-
 samples/EntityResolver/EntityResolver.cpp          |  32 +--
 samples/ExternalFunction/ExternalFunction.cpp      |  47 +---
 .../ParsedSourceWrappers/ParsedSourceWrappers.cpp  |  48 ++--
 samples/SerializeNodeSet/SerializeNodeSet.cpp      |  40 ++-
 samples/SimpleTransform/SimpleTransform.cpp        |  14 +-
 samples/SimpleTransform/XalanMemoryManagerImpl.hpp |  18 +-
 samples/SimpleXPathAPI/SimpleXPathAPI.cpp          |  36 ++-
 samples/StreamTransform/StreamTransform.cpp        |  30 +--
 samples/ThreadSafe/ThreadSafe.cpp                  |  36 +--
 samples/TraceListen/TraceListen.cpp                |  27 +-
 .../TransformToXercesDOM/TransformToXercesDOM.cpp  |  36 ++-
 samples/UseStylesheetParam/UseStylesheetParam.cpp  |  24 +-
 samples/XPathWrapper/TestDriver.cpp                |  21 +-
 samples/XPathWrapper/XPathWrapper.cpp              |  18 +-
 samples/XPathWrapper/XPathWrapper.hpp              |   4 +-
 samples/XalanTransform/XalanTransform.cpp          |  14 +-
 .../XalanTransformerCallback.cpp                   |  22 +-
 src/xalanc/DOMSupport/DOMServices.cpp              |   8 +-
 src/xalanc/DOMSupport/DOMServices.hpp              |   4 +-
 src/xalanc/DOMSupport/DOMSupport.cpp               |   4 +-
 src/xalanc/DOMSupport/DOMSupport.hpp               |   4 +-
 src/xalanc/DOMSupport/DOMSupportDefault.cpp        |   4 +-
 src/xalanc/DOMSupport/DOMSupportDefault.hpp        |  11 +-
 src/xalanc/DOMSupport/DOMSupportException.cpp      |   4 +-
 src/xalanc/DOMSupport/DOMSupportException.hpp      |   4 +-
 src/xalanc/DOMSupport/DOMSupportInit.cpp           |   4 +-
 src/xalanc/DOMSupport/DOMSupportInit.hpp           |   4 +-
 src/xalanc/DOMSupport/TreeWalker.cpp               |   4 +-
 src/xalanc/DOMSupport/TreeWalker.hpp               |   4 +-
 .../DOMSupport/XalanDocumentPrefixResolver.cpp     |   4 +-
 .../DOMSupport/XalanDocumentPrefixResolver.hpp     |   4 +-
 src/xalanc/DOMSupport/XalanNamespacesStack.cpp     |   4 +-
 src/xalanc/DOMSupport/XalanNamespacesStack.hpp     |   4 +-
 .../Harness/XalanDiagnosticMemoryManager.cpp       |  12 +-
 .../Harness/XalanDiagnosticMemoryManager.hpp       |  12 +-
 src/xalanc/Harness/XalanFileUtility.cpp            |  27 +-
 src/xalanc/Harness/XalanFileUtility.hpp            |  14 +-
 src/xalanc/Harness/XalanXMLFileReporter.cpp        |   6 +-
 src/xalanc/Harness/XalanXMLFileReporter.hpp        |   8 +-
 src/xalanc/ICUBridge/ICUBridge.cpp                 |  10 +-
 src/xalanc/ICUBridge/ICUBridge.hpp                 |   5 +-
 src/xalanc/ICUBridge/ICUBridgeCleanup.cpp          |   4 +-
 src/xalanc/ICUBridge/ICUBridgeCleanup.hpp          |   4 +-
 .../ICUBridge/ICUBridgeCollationCompareFunctor.cpp |   4 +-
 .../ICUBridge/ICUBridgeCollationCompareFunctor.hpp |   4 +-
 .../ICUBridgeCollationCompareFunctorImpl.cpp       |  22 +-
 .../ICUBridgeCollationCompareFunctorImpl.hpp       |   8 +-
 src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp    |  38 +--
 src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp    |  12 +-
 .../ICUBridge/ICUXalanNumberFormatFactory.cpp      |   4 +-
 .../ICUBridge/ICUXalanNumberFormatFactory.hpp      |   4 +-
 src/xalanc/ICUBridge/ICUXalanNumberFormatProxy.cpp |   8 +-
 src/xalanc/ICUBridge/ICUXalanNumberFormatProxy.hpp |  12 +-
 src/xalanc/Include/AIXDefinitions.hpp              |   5 -
 src/xalanc/Include/GCCDefinitions.hpp              |   8 -
 src/xalanc/Include/HPUXDefinitions.hpp             |   8 -
 src/xalanc/Include/IntelDefinitions.hpp            |   4 -
 src/xalanc/Include/OS390Definitions.hpp            |   5 -
 src/xalanc/Include/OS400Definitions.hpp            |   3 -
 src/xalanc/Include/PlatformDefinitions.hpp         |  71 +----
 src/xalanc/Include/STLHelper.hpp                   | 298 ++++-----------------
 src/xalanc/Include/SolarisDefinitions.hpp          |  13 -
 src/xalanc/Include/TRU64Definitions.hpp            |   8 -
 src/xalanc/Include/VCPPDefinitions.hpp             |  28 +-
 src/xalanc/Include/XalanAutoPtr.hpp                |   8 +-
 src/xalanc/Include/XalanDeque.hpp                  |  46 +---
 src/xalanc/Include/XalanList.hpp                   |  46 +---
 src/xalanc/Include/XalanMap.hpp                    |  12 +-
 src/xalanc/Include/XalanMemMgrAutoPtr.hpp          |  12 +-
 src/xalanc/Include/XalanMemoryManagement.hpp       |  14 +-
 src/xalanc/Include/XalanObjectCache.hpp            |  10 +-
 src/xalanc/Include/XalanObjectStackCache.hpp       |   7 +-
 src/xalanc/Include/XalanSet.hpp                    |   6 +-
 src/xalanc/Include/XalanVector.hpp                 |  82 ++----
 src/xalanc/PlatformSupport/ArenaAllocator.hpp      |   6 +-
 src/xalanc/PlatformSupport/ArenaBlock.hpp          |   4 +-
 src/xalanc/PlatformSupport/ArenaBlockBase.hpp      |  10 +-
 src/xalanc/PlatformSupport/AttributeListImpl.cpp   |  16 +-
 src/xalanc/PlatformSupport/AttributeListImpl.hpp   |   6 +-
 .../PlatformSupport/AttributeVectorEntry.hpp       |   4 +-
 .../AttributeVectorEntryExtended.hpp               |   4 +-
 src/xalanc/PlatformSupport/AttributesImpl.cpp      |  12 +-
 src/xalanc/PlatformSupport/AttributesImpl.hpp      |   6 +-
 src/xalanc/PlatformSupport/DOMStringHelper.cpp     |  79 +++---
 src/xalanc/PlatformSupport/DOMStringHelper.hpp     | 264 +++++-------------
 .../PlatformSupport/DOMStringPrintWriter.cpp       |   4 +-
 .../PlatformSupport/DOMStringPrintWriter.hpp       |   4 +-
 src/xalanc/PlatformSupport/DirectoryEnumerator.hpp |  73 ++---
 src/xalanc/PlatformSupport/DoubleSupport.cpp       |  51 +---
 src/xalanc/PlatformSupport/DoubleSupport.hpp       | 160 ++++-------
 src/xalanc/PlatformSupport/ExecutionContext.cpp    |   4 +-
 src/xalanc/PlatformSupport/ExecutionContext.hpp    |  11 +-
 src/xalanc/PlatformSupport/FormatterListener.cpp   |   9 +-
 src/xalanc/PlatformSupport/FormatterListener.hpp   |  21 +-
 .../PlatformSupport/NamedNodeMapAttributeList.cpp  |   4 +-
 .../PlatformSupport/NamedNodeMapAttributeList.hpp  |   8 +-
 src/xalanc/PlatformSupport/NullPrintWriter.cpp     |   4 +-
 src/xalanc/PlatformSupport/NullPrintWriter.hpp     |   4 +-
 src/xalanc/PlatformSupport/PlatformSupportInit.cpp |   4 +-
 src/xalanc/PlatformSupport/PlatformSupportInit.hpp |   4 +-
 src/xalanc/PlatformSupport/PrefixResolver.cpp      |   4 +-
 src/xalanc/PlatformSupport/PrefixResolver.hpp      |   4 +-
 src/xalanc/PlatformSupport/PrintWriter.cpp         |   4 +-
 src/xalanc/PlatformSupport/PrintWriter.hpp         |   4 +-
 src/xalanc/PlatformSupport/ProblemListenerBase.cpp |   4 +-
 src/xalanc/PlatformSupport/ProblemListenerBase.hpp |  11 +-
 .../PlatformSupport/ReusableArenaAllocator.hpp     |   4 +-
 src/xalanc/PlatformSupport/ReusableArenaBlock.hpp  |   4 +-
 src/xalanc/PlatformSupport/StdBinInputStream.cpp   |  14 +-
 src/xalanc/PlatformSupport/StdBinInputStream.hpp   |  16 +-
 src/xalanc/PlatformSupport/StringTokenizer.cpp     |   4 +-
 src/xalanc/PlatformSupport/StringTokenizer.hpp     |   4 +-
 src/xalanc/PlatformSupport/URISupport.cpp          |  12 +-
 src/xalanc/PlatformSupport/URISupport.hpp          |   6 +-
 src/xalanc/PlatformSupport/Writer.cpp              |   8 +-
 src/xalanc/PlatformSupport/Writer.hpp              |   8 +-
 src/xalanc/PlatformSupport/XSLException.cpp        |   4 +-
 src/xalanc/PlatformSupport/XSLException.hpp        |   8 +-
 src/xalanc/PlatformSupport/XalanAllocator.hpp      |   4 +-
 src/xalanc/PlatformSupport/XalanArrayAllocator.hpp |  10 +-
 src/xalanc/PlatformSupport/XalanBitmap.cpp         |   6 +-
 src/xalanc/PlatformSupport/XalanBitmap.hpp         |   4 +-
 .../PlatformSupport/XalanCollationServices.hpp     |   4 +-
 .../PlatformSupport/XalanDOMStringAllocator.cpp    |   4 +-
 .../PlatformSupport/XalanDOMStringAllocator.hpp    |   4 +-
 src/xalanc/PlatformSupport/XalanDOMStringCache.cpp |   6 +-
 src/xalanc/PlatformSupport/XalanDOMStringCache.hpp |   4 +-
 .../PlatformSupport/XalanDOMStringHashTable.cpp    |   6 +-
 .../PlatformSupport/XalanDOMStringHashTable.hpp    |   4 +-
 src/xalanc/PlatformSupport/XalanDOMStringPool.cpp  |   4 +-
 src/xalanc/PlatformSupport/XalanDOMStringPool.hpp  |   4 +-
 .../XalanDOMStringReusableAllocator.cpp            |   4 +-
 .../XalanDOMStringReusableAllocator.hpp            |   4 +-
 .../PlatformSupport/XalanDecimalFormatSymbols.cpp  |   4 +-
 .../PlatformSupport/XalanDecimalFormatSymbols.hpp  |   4 +-
 .../PlatformSupport/XalanEncodingPropertyCache.cpp |   4 +-
 .../PlatformSupport/XalanEncodingPropertyCache.hpp |   4 +-
 .../PlatformSupport/XalanFStreamOutputStream.cpp   |   6 +-
 .../PlatformSupport/XalanFStreamOutputStream.hpp   |   6 +-
 .../PlatformSupport/XalanFileOutputStream.cpp      |  12 +-
 .../PlatformSupport/XalanFileOutputStream.hpp      |   6 +-
 .../PlatformSupport/XalanICUMessageLoader.cpp      |   8 +-
 .../PlatformSupport/XalanICUMessageLoader.hpp      |   4 +-
 .../PlatformSupport/XalanInMemoryMessageLoader.cpp |   4 +-
 .../PlatformSupport/XalanInMemoryMessageLoader.hpp |   4 +-
 src/xalanc/PlatformSupport/XalanLocator.hpp        |   6 +-
 .../PlatformSupport/XalanMemoryManagement.cpp      |  10 +-
 .../PlatformSupport/XalanMemoryManagerDefault.cpp  |   6 +-
 .../PlatformSupport/XalanMemoryManagerDefault.hpp  |   4 +-
 src/xalanc/PlatformSupport/XalanMessageLoader.cpp  |   6 +-
 src/xalanc/PlatformSupport/XalanMessageLoader.hpp  |   6 +-
 .../PlatformSupport/XalanNLSMessageLoader.cpp      |  47 ++--
 .../PlatformSupport/XalanNLSMessageLoader.hpp      |   4 +-
 src/xalanc/PlatformSupport/XalanNamespace.hpp      |   4 +-
 .../PlatformSupport/XalanNullOutputStream.cpp      |   4 +-
 .../PlatformSupport/XalanNullOutputStream.hpp      |   4 +-
 src/xalanc/PlatformSupport/XalanNumberFormat.cpp   |  16 +-
 src/xalanc/PlatformSupport/XalanNumberFormat.hpp   |  16 +-
 src/xalanc/PlatformSupport/XalanOutputStream.cpp   |   4 +-
 src/xalanc/PlatformSupport/XalanOutputStream.hpp   |   4 +-
 .../XalanOutputStreamPrintWriter.cpp               |   4 +-
 .../XalanOutputStreamPrintWriter.hpp               |   4 +-
 src/xalanc/PlatformSupport/XalanParsedURI.cpp      |  13 +-
 src/xalanc/PlatformSupport/XalanParsedURI.hpp      |  11 +-
 .../XalanReferenceCountedObject.cpp                |   4 +-
 .../XalanReferenceCountedObject.hpp                |   4 +-
 .../PlatformSupport/XalanSimplePrefixResolver.cpp  |   4 +-
 .../PlatformSupport/XalanSimplePrefixResolver.hpp  |   4 +-
 .../PlatformSupport/XalanStdOutputStream.cpp       |  16 +-
 .../PlatformSupport/XalanStdOutputStream.hpp       |  20 +-
 .../XalanToXercesTranscoderWrapper.cpp             |   6 +-
 .../XalanToXercesTranscoderWrapper.hpp             |  11 +-
 .../PlatformSupport/XalanTranscodingServices.cpp   |  10 +-
 .../PlatformSupport/XalanTranscodingServices.hpp   |   4 +-
 .../PlatformSupport/XalanUTF16Transcoder.cpp       |   4 +-
 .../PlatformSupport/XalanUTF16Transcoder.hpp       |   4 +-
 src/xalanc/PlatformSupport/XalanUnicode.hpp        | 172 +-----------
 src/xalanc/PlatformSupport/XalanXMLChar.cpp        |   4 +-
 src/xalanc/PlatformSupport/XalanXMLChar.hpp        |   4 +-
 src/xalanc/TestXPath/NodeNameTreeWalker.cpp        |   4 +-
 src/xalanc/TestXPath/NodeNameTreeWalker.hpp        |   4 +-
 src/xalanc/TestXPath/TestXPath.cpp                 |  10 +-
 src/xalanc/TestXSLT/process.cpp                    |  32 +--
 src/xalanc/Utils/MsgCreator/ICUResHandler.cpp      |   4 +-
 src/xalanc/Utils/MsgCreator/ICUResHandler.hpp      |   4 +-
 src/xalanc/Utils/MsgCreator/InMemData.hpp          |   4 +-
 src/xalanc/Utils/MsgCreator/InMemHandler.cpp       |   8 +-
 src/xalanc/Utils/MsgCreator/InMemHandler.hpp       |   4 +-
 src/xalanc/Utils/MsgCreator/IndexFileData.hpp      |   4 +-
 src/xalanc/Utils/MsgCreator/MsgCreator.cpp         |  12 +-
 src/xalanc/Utils/MsgCreator/MsgCreator.hpp         |  16 +-
 .../Utils/MsgCreator/MsgFileOutputStream.cpp       |  16 +-
 .../Utils/MsgCreator/MsgFileOutputStream.hpp       |  10 +-
 src/xalanc/Utils/MsgCreator/NLSHandler.cpp         |   6 +-
 src/xalanc/Utils/MsgCreator/NLSHandler.hpp         |   6 +-
 src/xalanc/Utils/MsgCreator/SAX2Handler.cpp        |  18 +-
 src/xalanc/Utils/MsgCreator/SAX2Handler.hpp        |   8 +-
 src/xalanc/Utils/XalanMsgLib/XalanMsgLib.cpp       |   4 +-
 src/xalanc/Utils/XalanMsgLib/XalanMsgLib.hpp       |   4 +-
 src/xalanc/XMLSupport/FormatterToHTML.cpp          |   6 +-
 src/xalanc/XMLSupport/FormatterToHTML.hpp          |   4 +-
 src/xalanc/XMLSupport/FormatterToNull.cpp          |   4 +-
 src/xalanc/XMLSupport/FormatterToNull.hpp          |   4 +-
 src/xalanc/XMLSupport/FormatterToText.cpp          |   4 +-
 src/xalanc/XMLSupport/FormatterToText.hpp          |   4 +-
 src/xalanc/XMLSupport/FormatterToXML.cpp           |  20 +-
 src/xalanc/XMLSupport/FormatterToXML.hpp           |   4 +-
 src/xalanc/XMLSupport/FormatterToXMLUnicode.hpp    |   4 +-
 src/xalanc/XMLSupport/FormatterTreeWalker.cpp      |   4 +-
 src/xalanc/XMLSupport/FormatterTreeWalker.hpp      |   4 +-
 src/xalanc/XMLSupport/XMLParserLiaison.cpp         |   4 +-
 src/xalanc/XMLSupport/XMLParserLiaison.hpp         |  35 +--
 src/xalanc/XMLSupport/XMLSupportException.cpp      |   4 +-
 src/xalanc/XMLSupport/XMLSupportException.hpp      |   4 +-
 src/xalanc/XMLSupport/XMLSupportInit.cpp           |   4 +-
 src/xalanc/XMLSupport/XMLSupportInit.hpp           |   4 +-
 src/xalanc/XMLSupport/XalanDummyIndentWriter.hpp   |   4 +-
 src/xalanc/XMLSupport/XalanFormatterWriter.hpp     |  10 +-
 .../XMLSupport/XalanHTMLElementsProperties.cpp     |   4 +-
 .../XMLSupport/XalanHTMLElementsProperties.hpp     |   4 +-
 src/xalanc/XMLSupport/XalanIndentWriter.hpp        |   4 +-
 src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp |   6 +-
 src/xalanc/XMLSupport/XalanUTF16Writer.cpp         |   4 +-
 src/xalanc/XMLSupport/XalanUTF16Writer.hpp         |   4 +-
 src/xalanc/XMLSupport/XalanUTF8Writer.cpp          |   4 +-
 src/xalanc/XMLSupport/XalanUTF8Writer.hpp          |   4 +-
 src/xalanc/XMLSupport/XalanXMLSerializerBase.cpp   |   6 +-
 src/xalanc/XMLSupport/XalanXMLSerializerBase.hpp   |   6 +-
 .../XMLSupport/XalanXMLSerializerFactory.cpp       |   4 +-
 .../XMLSupport/XalanXMLSerializerFactory.hpp       |   6 +-
 src/xalanc/XPath/ElementPrefixResolverProxy.cpp    |   4 +-
 src/xalanc/XPath/ElementPrefixResolverProxy.hpp    |   4 +-
 src/xalanc/XPath/FormatterStringLengthCounter.cpp  |   4 +-
 src/xalanc/XPath/FormatterStringLengthCounter.hpp  |   4 +-
 src/xalanc/XPath/Function.cpp                      |   4 +-
 src/xalanc/XPath/Function.hpp                      |  11 +-
 src/xalanc/XPath/FunctionConcat.cpp                |   8 +-
 src/xalanc/XPath/FunctionConcat.hpp                |   8 +-
 src/xalanc/XPath/FunctionContains.cpp              |   8 +-
 src/xalanc/XPath/FunctionContains.hpp              |   8 +-
 src/xalanc/XPath/FunctionID.cpp                    |   8 +-
 src/xalanc/XPath/FunctionID.hpp                    |   8 +-
 src/xalanc/XPath/FunctionLang.cpp                  |   8 +-
 src/xalanc/XPath/FunctionLang.hpp                  |   8 +-
 src/xalanc/XPath/FunctionNamespaceURI.cpp          |   8 +-
 src/xalanc/XPath/FunctionNamespaceURI.hpp          |   8 +-
 src/xalanc/XPath/FunctionNormalizeSpace.cpp        |   8 +-
 src/xalanc/XPath/FunctionNormalizeSpace.hpp        |   8 +-
 src/xalanc/XPath/FunctionStartsWith.cpp            |   8 +-
 src/xalanc/XPath/FunctionStartsWith.hpp            |   8 +-
 src/xalanc/XPath/FunctionString.cpp                |   8 +-
 src/xalanc/XPath/FunctionString.hpp                |   8 +-
 src/xalanc/XPath/FunctionSubstring.cpp             |   8 +-
 src/xalanc/XPath/FunctionSubstring.hpp             |   8 +-
 src/xalanc/XPath/FunctionSubstringAfter.cpp        |   8 +-
 src/xalanc/XPath/FunctionSubstringAfter.hpp        |   8 +-
 src/xalanc/XPath/FunctionSubstringBefore.cpp       |   8 +-
 src/xalanc/XPath/FunctionSubstringBefore.hpp       |   8 +-
 src/xalanc/XPath/FunctionTranslate.cpp             |   8 +-
 src/xalanc/XPath/FunctionTranslate.hpp             |   8 +-
 src/xalanc/XPath/MutableNodeRefList.cpp            |  18 +-
 src/xalanc/XPath/MutableNodeRefList.hpp            |   4 +-
 src/xalanc/XPath/NameSpace.hpp                     |   4 +-
 src/xalanc/XPath/NodeRefList.cpp                   |   6 +-
 src/xalanc/XPath/NodeRefList.hpp                   |   4 +-
 src/xalanc/XPath/NodeRefListBase.cpp               |   8 +-
 src/xalanc/XPath/NodeRefListBase.hpp               |   8 +-
 src/xalanc/XPath/XBoolean.cpp                      |   4 +-
 src/xalanc/XPath/XBoolean.hpp                      |   4 +-
 src/xalanc/XPath/XNodeSet.cpp                      |   4 +-
 src/xalanc/XPath/XNodeSet.hpp                      |   4 +-
 src/xalanc/XPath/XNodeSetAllocator.cpp             |   4 +-
 src/xalanc/XPath/XNodeSetAllocator.hpp             |   4 +-
 src/xalanc/XPath/XNodeSetBase.cpp                  |   4 +-
 src/xalanc/XPath/XNodeSetBase.hpp                  |   4 +-
 src/xalanc/XPath/XNodeSetNodeProxy.cpp             |   4 +-
 src/xalanc/XPath/XNodeSetNodeProxy.hpp             |   4 +-
 src/xalanc/XPath/XNodeSetNodeProxyAllocator.cpp    |   4 +-
 src/xalanc/XPath/XNodeSetNodeProxyAllocator.hpp    |   4 +-
 src/xalanc/XPath/XNodeSetResultTreeFragProxy.cpp   |   4 +-
 src/xalanc/XPath/XNodeSetResultTreeFragProxy.hpp   |   4 +-
 src/xalanc/XPath/XNumber.cpp                       |   4 +-
 src/xalanc/XPath/XNumber.hpp                       |   4 +-
 src/xalanc/XPath/XNumberAllocator.cpp              |   4 +-
 src/xalanc/XPath/XNumberAllocator.hpp              |   4 +-
 src/xalanc/XPath/XNumberBase.cpp                   |   4 +-
 src/xalanc/XPath/XNumberBase.hpp                   |   4 +-
 src/xalanc/XPath/XObject.cpp                       |   4 +-
 src/xalanc/XPath/XObject.hpp                       |   4 +-
 src/xalanc/XPath/XObjectFactory.cpp                |   4 +-
 src/xalanc/XPath/XObjectFactory.hpp                |  14 +-
 src/xalanc/XPath/XObjectFactoryDefault.cpp         |   8 +-
 src/xalanc/XPath/XObjectFactoryDefault.hpp         |   4 +-
 src/xalanc/XPath/XObjectResultTreeFragProxy.cpp    |   4 +-
 src/xalanc/XPath/XObjectResultTreeFragProxy.hpp    |   4 +-
 .../XPath/XObjectResultTreeFragProxyBase.cpp       |   4 +-
 .../XPath/XObjectResultTreeFragProxyBase.hpp       |   4 +-
 .../XPath/XObjectResultTreeFragProxyText.cpp       |   6 +-
 .../XPath/XObjectResultTreeFragProxyText.hpp       |   4 +-
 src/xalanc/XPath/XObjectTypeCallback.cpp           |   4 +-
 src/xalanc/XPath/XObjectTypeCallback.hpp           |   4 +-
 src/xalanc/XPath/XPath.cpp                         |   4 +-
 src/xalanc/XPath/XPath.hpp                         |  11 +-
 src/xalanc/XPath/XPathAllocator.cpp                |   4 +-
 src/xalanc/XPath/XPathAllocator.hpp                |   4 +-
 src/xalanc/XPath/XPathConstructionContext.cpp      |   4 +-
 src/xalanc/XPath/XPathConstructionContext.hpp      |  13 +-
 .../XPath/XPathConstructionContextDefault.cpp      |  12 +-
 .../XPath/XPathConstructionContextDefault.hpp      |   4 +-
 src/xalanc/XPath/XPathEnvSupport.cpp               |   4 +-
 src/xalanc/XPath/XPathEnvSupport.hpp               |  11 +-
 src/xalanc/XPath/XPathEnvSupportDefault.cpp        |  16 +-
 src/xalanc/XPath/XPathEnvSupportDefault.hpp        |   4 +-
 src/xalanc/XPath/XPathEvaluator.cpp                |   4 +-
 src/xalanc/XPath/XPathEvaluator.hpp                |   4 +-
 src/xalanc/XPath/XPathExecutionContext.cpp         |   4 +-
 src/xalanc/XPath/XPathExecutionContext.hpp         |  11 +-
 src/xalanc/XPath/XPathExecutionContextDefault.cpp  |   4 +-
 src/xalanc/XPath/XPathExecutionContextDefault.hpp  |   4 +-
 src/xalanc/XPath/XPathExpression.cpp               |  12 +-
 src/xalanc/XPath/XPathExpression.hpp               |  16 +-
 src/xalanc/XPath/XPathFactory.cpp                  |   4 +-
 src/xalanc/XPath/XPathFactory.hpp                  |  14 +-
 src/xalanc/XPath/XPathFactoryBlock.cpp             |   4 +-
 src/xalanc/XPath/XPathFactoryBlock.hpp             |   4 +-
 src/xalanc/XPath/XPathFactoryDefault.cpp           |   6 +-
 src/xalanc/XPath/XPathFactoryDefault.hpp           |   4 +-
 src/xalanc/XPath/XPathFunctionTable.cpp            |  14 +-
 src/xalanc/XPath/XPathFunctionTable.hpp            |   4 +-
 src/xalanc/XPath/XPathInit.cpp                     |   4 +-
 src/xalanc/XPath/XPathInit.hpp                     |   4 +-
 src/xalanc/XPath/XPathParserException.cpp          |   4 +-
 src/xalanc/XPath/XPathParserException.hpp          |   4 +-
 src/xalanc/XPath/XPathProcessor.cpp                |   4 +-
 src/xalanc/XPath/XPathProcessor.hpp                |  13 +-
 src/xalanc/XPath/XPathProcessorImpl.cpp            |   4 +-
 src/xalanc/XPath/XPathProcessorImpl.hpp            |   8 +-
 src/xalanc/XPath/XString.cpp                       |   4 +-
 src/xalanc/XPath/XString.hpp                       |   4 +-
 src/xalanc/XPath/XStringAdapter.cpp                |   4 +-
 src/xalanc/XPath/XStringAdapter.hpp                |   4 +-
 src/xalanc/XPath/XStringAdapterAllocator.cpp       |   4 +-
 src/xalanc/XPath/XStringAdapterAllocator.hpp       |   4 +-
 src/xalanc/XPath/XStringAllocator.cpp              |   4 +-
 src/xalanc/XPath/XStringAllocator.hpp              |   4 +-
 src/xalanc/XPath/XStringBase.cpp                   |   4 +-
 src/xalanc/XPath/XStringBase.hpp                   |   4 +-
 src/xalanc/XPath/XStringCached.cpp                 |   4 +-
 src/xalanc/XPath/XStringCached.hpp                 |   4 +-
 src/xalanc/XPath/XStringCachedAllocator.cpp        |   4 +-
 src/xalanc/XPath/XStringCachedAllocator.hpp        |   4 +-
 src/xalanc/XPath/XStringReference.cpp              |   4 +-
 src/xalanc/XPath/XStringReference.hpp              |   4 +-
 src/xalanc/XPath/XStringReferenceAllocator.cpp     |   4 +-
 src/xalanc/XPath/XStringReferenceAllocator.hpp     |   4 +-
 src/xalanc/XPath/XToken.cpp                        |   4 +-
 src/xalanc/XPath/XToken.hpp                        |   4 +-
 src/xalanc/XPath/XTokenNumberAdapter.cpp           |   4 +-
 src/xalanc/XPath/XTokenNumberAdapter.hpp           |   4 +-
 src/xalanc/XPath/XTokenNumberAdapterAllocator.cpp  |   4 +-
 src/xalanc/XPath/XTokenNumberAdapterAllocator.hpp  |   4 +-
 src/xalanc/XPath/XTokenStringAdapter.cpp           |   4 +-
 src/xalanc/XPath/XTokenStringAdapter.hpp           |   4 +-
 src/xalanc/XPath/XTokenStringAdapterAllocator.cpp  |   4 +-
 src/xalanc/XPath/XTokenStringAdapterAllocator.hpp  |   4 +-
 src/xalanc/XPath/XUnknown.cpp                      |   4 +-
 src/xalanc/XPath/XUnknown.hpp                      |   4 +-
 .../XalanDocumentFragmentNodeRefListBaseProxy.cpp  |   4 +-
 .../XalanDocumentFragmentNodeRefListBaseProxy.hpp  |   4 +-
 src/xalanc/XPath/XalanQName.cpp                    |   4 +-
 src/xalanc/XPath/XalanQName.hpp                    |   6 +-
 src/xalanc/XPath/XalanQNameByReference.cpp         |   4 +-
 src/xalanc/XPath/XalanQNameByReference.hpp         |   4 +-
 src/xalanc/XPath/XalanQNameByValue.cpp             |   4 +-
 src/xalanc/XPath/XalanQNameByValue.hpp             |  11 +-
 src/xalanc/XPath/XalanQNameByValueAllocator.cpp    |   4 +-
 src/xalanc/XPath/XalanQNameByValueAllocator.hpp    |   4 +-
 src/xalanc/XPath/XalanXPathException.cpp           |   4 +-
 src/xalanc/XPath/XalanXPathException.hpp           |   4 +-
 src/xalanc/XPathCAPI/XPathCAPI.cpp                 |  34 +--
 src/xalanc/XSLT/AVT.cpp                            |   4 +-
 src/xalanc/XSLT/AVT.hpp                            |  17 +-
 src/xalanc/XSLT/AVTPart.cpp                        |   4 +-
 src/xalanc/XSLT/AVTPart.hpp                        |   4 +-
 src/xalanc/XSLT/AVTPartSimple.cpp                  |   4 +-
 src/xalanc/XSLT/AVTPartSimple.hpp                  |   4 +-
 src/xalanc/XSLT/AVTPartXPath.cpp                   |   4 +-
 src/xalanc/XSLT/AVTPartXPath.hpp                   |   4 +-
 src/xalanc/XSLT/Constants.cpp                      |   8 +-
 src/xalanc/XSLT/Constants.hpp                      |   4 +-
 src/xalanc/XSLT/CountersTable.cpp                  |   8 +-
 src/xalanc/XSLT/CountersTable.hpp                  |   4 +-
 src/xalanc/XSLT/DecimalToRoman.hpp                 |   4 +-
 src/xalanc/XSLT/ElemApplyImport.cpp                |   4 +-
 src/xalanc/XSLT/ElemApplyImport.hpp                |   4 +-
 src/xalanc/XSLT/ElemApplyTemplates.cpp             |   4 +-
 src/xalanc/XSLT/ElemApplyTemplates.hpp             |   4 +-
 src/xalanc/XSLT/ElemAttribute.cpp                  |   4 +-
 src/xalanc/XSLT/ElemAttribute.hpp                  |   4 +-
 src/xalanc/XSLT/ElemAttributeSet.cpp               |   4 +-
 src/xalanc/XSLT/ElemAttributeSet.hpp               |   4 +-
 src/xalanc/XSLT/ElemCallTemplate.cpp               |   4 +-
 src/xalanc/XSLT/ElemCallTemplate.hpp               |   4 +-
 src/xalanc/XSLT/ElemChoose.cpp                     |   4 +-
 src/xalanc/XSLT/ElemChoose.hpp                     |   4 +-
 src/xalanc/XSLT/ElemComment.cpp                    |   4 +-
 src/xalanc/XSLT/ElemComment.hpp                    |   4 +-
 src/xalanc/XSLT/ElemCopy.cpp                       |   4 +-
 src/xalanc/XSLT/ElemCopy.hpp                       |   4 +-
 src/xalanc/XSLT/ElemCopyOf.cpp                     |   4 +-
 src/xalanc/XSLT/ElemCopyOf.hpp                     |   4 +-
 src/xalanc/XSLT/ElemDecimalFormat.cpp              |   4 +-
 src/xalanc/XSLT/ElemDecimalFormat.hpp              |   4 +-
 src/xalanc/XSLT/ElemElement.cpp                    |   4 +-
 src/xalanc/XSLT/ElemElement.hpp                    |   4 +-
 src/xalanc/XSLT/ElemEmpty.cpp                      |   4 +-
 src/xalanc/XSLT/ElemEmpty.hpp                      |   4 +-
 src/xalanc/XSLT/ElemExtensionCall.cpp              |   4 +-
 src/xalanc/XSLT/ElemExtensionCall.hpp              |   4 +-
 src/xalanc/XSLT/ElemFallback.cpp                   |   4 +-
 src/xalanc/XSLT/ElemFallback.hpp                   |   4 +-
 src/xalanc/XSLT/ElemForEach.cpp                    |   6 +-
 src/xalanc/XSLT/ElemForEach.hpp                    |   4 +-
 src/xalanc/XSLT/ElemForwardCompatible.cpp          |   4 +-
 src/xalanc/XSLT/ElemForwardCompatible.hpp          |   4 +-
 src/xalanc/XSLT/ElemIf.cpp                         |   4 +-
 src/xalanc/XSLT/ElemIf.hpp                         |   4 +-
 src/xalanc/XSLT/ElemLiteralResult.cpp              |   4 +-
 src/xalanc/XSLT/ElemLiteralResult.hpp              |   4 +-
 src/xalanc/XSLT/ElemMessage.cpp                    |   4 +-
 src/xalanc/XSLT/ElemMessage.hpp                    |   4 +-
 src/xalanc/XSLT/ElemNumber.cpp                     |   8 +-
 src/xalanc/XSLT/ElemNumber.hpp                     |   4 +-
 src/xalanc/XSLT/ElemOtherwise.cpp                  |   4 +-
 src/xalanc/XSLT/ElemOtherwise.hpp                  |   4 +-
 src/xalanc/XSLT/ElemPI.cpp                         |   4 +-
 src/xalanc/XSLT/ElemPI.hpp                         |   4 +-
 src/xalanc/XSLT/ElemParam.cpp                      |   4 +-
 src/xalanc/XSLT/ElemParam.hpp                      |   4 +-
 src/xalanc/XSLT/ElemSort.cpp                       |   4 +-
 src/xalanc/XSLT/ElemSort.hpp                       |   4 +-
 src/xalanc/XSLT/ElemTemplate.cpp                   |   4 +-
 src/xalanc/XSLT/ElemTemplate.hpp                   |   4 +-
 src/xalanc/XSLT/ElemTemplateElement.cpp            |   4 +-
 src/xalanc/XSLT/ElemTemplateElement.hpp            |  19 +-
 src/xalanc/XSLT/ElemText.cpp                       |   4 +-
 src/xalanc/XSLT/ElemText.hpp                       |   4 +-
 src/xalanc/XSLT/ElemTextLiteral.cpp                |   4 +-
 src/xalanc/XSLT/ElemTextLiteral.hpp                |   4 +-
 src/xalanc/XSLT/ElemUse.cpp                        |   4 +-
 src/xalanc/XSLT/ElemUse.hpp                        |   8 +-
 src/xalanc/XSLT/ElemValueOf.cpp                    |   4 +-
 src/xalanc/XSLT/ElemValueOf.hpp                    |   4 +-
 src/xalanc/XSLT/ElemVariable.cpp                   |   4 +-
 src/xalanc/XSLT/ElemVariable.hpp                   |   4 +-
 src/xalanc/XSLT/ElemWhen.cpp                       |   4 +-
 src/xalanc/XSLT/ElemWhen.hpp                       |   4 +-
 src/xalanc/XSLT/ElemWithParam.cpp                  |   4 +-
 src/xalanc/XSLT/ElemWithParam.hpp                  |   4 +-
 src/xalanc/XSLT/ExtensionFunctionHandler.cpp       |   4 +-
 src/xalanc/XSLT/ExtensionFunctionHandler.hpp       |   4 +-
 src/xalanc/XSLT/ExtensionNSHandler.cpp             |   4 +-
 src/xalanc/XSLT/ExtensionNSHandler.hpp             |   4 +-
 src/xalanc/XSLT/FunctionCurrent.cpp                |   8 +-
 src/xalanc/XSLT/FunctionCurrent.hpp                |   8 +-
 src/xalanc/XSLT/FunctionDocument.cpp               |  14 +-
 src/xalanc/XSLT/FunctionDocument.hpp               |   8 +-
 src/xalanc/XSLT/FunctionElementAvailable.cpp       |   8 +-
 src/xalanc/XSLT/FunctionElementAvailable.hpp       |   8 +-
 src/xalanc/XSLT/FunctionFormatNumber.cpp           |   8 +-
 src/xalanc/XSLT/FunctionFormatNumber.hpp           |   8 +-
 src/xalanc/XSLT/FunctionFunctionAvailable.cpp      |   8 +-
 src/xalanc/XSLT/FunctionFunctionAvailable.hpp      |   8 +-
 src/xalanc/XSLT/FunctionGenerateID.cpp             |   8 +-
 src/xalanc/XSLT/FunctionGenerateID.hpp             |   8 +-
 src/xalanc/XSLT/FunctionKey.cpp                    |   8 +-
 src/xalanc/XSLT/FunctionKey.hpp                    |   8 +-
 src/xalanc/XSLT/FunctionSystemProperty.cpp         |  12 +-
 src/xalanc/XSLT/FunctionSystemProperty.hpp         |   8 +-
 src/xalanc/XSLT/FunctionUnparsedEntityURI.cpp      |   8 +-
 src/xalanc/XSLT/FunctionUnparsedEntityURI.hpp      |   8 +-
 src/xalanc/XSLT/GenerateEvent.cpp                  |   4 +-
 src/xalanc/XSLT/GenerateEvent.hpp                  |  11 +-
 src/xalanc/XSLT/KeyDeclaration.hpp                 |   4 +-
 src/xalanc/XSLT/KeyTable.cpp                       |   4 +-
 src/xalanc/XSLT/KeyTable.hpp                       |   4 +-
 src/xalanc/XSLT/NamespacesHandler.cpp              |   4 +-
 src/xalanc/XSLT/NamespacesHandler.hpp              |   4 +-
 src/xalanc/XSLT/NodeSortKey.cpp                    |   4 +-
 src/xalanc/XSLT/NodeSortKey.hpp                    |   4 +-
 src/xalanc/XSLT/NodeSorter.cpp                     |  26 +-
 src/xalanc/XSLT/NodeSorter.hpp                     |  34 ++-
 src/xalanc/XSLT/OutputContextStack.cpp             |   4 +-
 src/xalanc/XSLT/OutputContextStack.hpp             |   4 +-
 src/xalanc/XSLT/ProblemListener.cpp                |   4 +-
 src/xalanc/XSLT/ProblemListener.hpp                |   4 +-
 src/xalanc/XSLT/ProblemListenerDefault.cpp         |   4 +-
 src/xalanc/XSLT/ProblemListenerDefault.hpp         |  11 +-
 src/xalanc/XSLT/ResultNamespacesStack.cpp          |   4 +-
 src/xalanc/XSLT/ResultNamespacesStack.hpp          |   8 +-
 src/xalanc/XSLT/SelectionEvent.cpp                 |   4 +-
 src/xalanc/XSLT/SelectionEvent.hpp                 |   4 +-
 src/xalanc/XSLT/Stylesheet.cpp                     |  10 +-
 src/xalanc/XSLT/Stylesheet.hpp                     |   4 +-
 src/xalanc/XSLT/StylesheetConstructionContext.cpp  |   4 +-
 src/xalanc/XSLT/StylesheetConstructionContext.hpp  |  23 +-
 .../XSLT/StylesheetConstructionContextDefault.cpp  |   8 +-
 .../XSLT/StylesheetConstructionContextDefault.hpp  |   4 +-
 src/xalanc/XSLT/StylesheetExecutionContext.cpp     |   4 +-
 src/xalanc/XSLT/StylesheetExecutionContext.hpp     |  10 +-
 .../XSLT/StylesheetExecutionContextDefault.cpp     |  20 +-
 .../XSLT/StylesheetExecutionContextDefault.hpp     |  10 +-
 src/xalanc/XSLT/StylesheetHandler.cpp              |   6 +-
 src/xalanc/XSLT/StylesheetHandler.hpp              |   4 +-
 src/xalanc/XSLT/StylesheetRoot.cpp                 |   8 +-
 src/xalanc/XSLT/StylesheetRoot.hpp                 |   4 +-
 src/xalanc/XSLT/TopLevelArg.cpp                    |   4 +-
 src/xalanc/XSLT/TopLevelArg.hpp                    |   4 +-
 src/xalanc/XSLT/TraceListener.cpp                  |   4 +-
 src/xalanc/XSLT/TraceListener.hpp                  |   4 +-
 src/xalanc/XSLT/TraceListenerDefault.cpp           |   4 +-
 src/xalanc/XSLT/TraceListenerDefault.hpp           |   4 +-
 src/xalanc/XSLT/TracerEvent.cpp                    |   4 +-
 src/xalanc/XSLT/TracerEvent.hpp                    |   4 +-
 src/xalanc/XSLT/VariablesStack.cpp                 |   8 +-
 src/xalanc/XSLT/VariablesStack.hpp                 |   4 +-
 src/xalanc/XSLT/XResultTreeFrag.cpp                |   4 +-
 src/xalanc/XSLT/XResultTreeFrag.hpp                |   4 +-
 src/xalanc/XSLT/XResultTreeFragAllocator.cpp       |   4 +-
 src/xalanc/XSLT/XResultTreeFragAllocator.hpp       |   4 +-
 src/xalanc/XSLT/XSLTEngineImpl.cpp                 |  28 +-
 src/xalanc/XSLT/XSLTEngineImpl.hpp                 |  19 +-
 src/xalanc/XSLT/XSLTInit.cpp                       |   4 +-
 src/xalanc/XSLT/XSLTInit.hpp                       |   4 +-
 src/xalanc/XSLT/XSLTInputSource.cpp                |   8 +-
 src/xalanc/XSLT/XSLTInputSource.hpp                |  23 +-
 src/xalanc/XSLT/XSLTProcessor.cpp                  |   4 +-
 src/xalanc/XSLT/XSLTProcessor.hpp                  |  11 +-
 src/xalanc/XSLT/XSLTProcessorEnvSupport.cpp        |   4 +-
 src/xalanc/XSLT/XSLTProcessorEnvSupport.hpp        |   4 +-
 src/xalanc/XSLT/XSLTProcessorEnvSupportDefault.cpp |   6 +-
 src/xalanc/XSLT/XSLTProcessorEnvSupportDefault.hpp |   4 +-
 src/xalanc/XSLT/XSLTProcessorException.cpp         |   4 +-
 src/xalanc/XSLT/XSLTProcessorException.hpp         |   4 +-
 src/xalanc/XSLT/XSLTResultTarget.cpp               |   8 +-
 src/xalanc/XSLT/XSLTResultTarget.hpp               |  14 +-
 src/xalanc/XSLT/XalanAVTAllocator.cpp              |   4 +-
 src/xalanc/XSLT/XalanAVTAllocator.hpp              |   4 +-
 src/xalanc/XSLT/XalanAVTPartSimpleAllocator.cpp    |   4 +-
 src/xalanc/XSLT/XalanAVTPartSimpleAllocator.hpp    |   4 +-
 src/xalanc/XSLT/XalanAVTPartXPathAllocator.cpp     |   4 +-
 src/xalanc/XSLT/XalanAVTPartXPathAllocator.hpp     |   4 +-
 .../XSLT/XalanElemApplyTemplatesAllocator.cpp      |   4 +-
 .../XSLT/XalanElemApplyTemplatesAllocator.hpp      |   4 +-
 src/xalanc/XSLT/XalanElemAttributeAllocator.cpp    |   4 +-
 src/xalanc/XSLT/XalanElemAttributeAllocator.hpp    |   4 +-
 src/xalanc/XSLT/XalanElemAttributeSetAllocator.cpp |   4 +-
 src/xalanc/XSLT/XalanElemAttributeSetAllocator.hpp |   4 +-
 src/xalanc/XSLT/XalanElemCallTemplateAllocator.cpp |   4 +-
 src/xalanc/XSLT/XalanElemCallTemplateAllocator.hpp |   4 +-
 src/xalanc/XSLT/XalanElemElementAllocator.cpp      |   4 +-
 src/xalanc/XSLT/XalanElemElementAllocator.hpp      |   4 +-
 src/xalanc/XSLT/XalanElemEmptyAllocator.cpp        |   4 +-
 src/xalanc/XSLT/XalanElemEmptyAllocator.hpp        |   4 +-
 .../XSLT/XalanElemLiteralResultAllocator.cpp       |   4 +-
 .../XSLT/XalanElemLiteralResultAllocator.hpp       |   4 +-
 src/xalanc/XSLT/XalanElemTemplateAllocator.cpp     |   4 +-
 src/xalanc/XSLT/XalanElemTemplateAllocator.hpp     |   4 +-
 src/xalanc/XSLT/XalanElemTextAllocator.cpp         |   4 +-
 src/xalanc/XSLT/XalanElemTextAllocator.hpp         |   4 +-
 src/xalanc/XSLT/XalanElemTextLiteralAllocator.cpp  |   4 +-
 src/xalanc/XSLT/XalanElemTextLiteralAllocator.hpp  |   4 +-
 src/xalanc/XSLT/XalanElemValueOfAllocator.cpp      |   4 +-
 src/xalanc/XSLT/XalanElemValueOfAllocator.hpp      |   4 +-
 src/xalanc/XSLT/XalanElemVariableAllocator.cpp     |   4 +-
 src/xalanc/XSLT/XalanElemVariableAllocator.hpp     |   4 +-
 src/xalanc/XSLT/XalanMatchPatternData.cpp          |   4 +-
 src/xalanc/XSLT/XalanMatchPatternData.hpp          |   8 +-
 src/xalanc/XSLT/XalanMatchPatternDataAllocator.cpp |   4 +-
 src/xalanc/XSLT/XalanMatchPatternDataAllocator.hpp |   4 +-
 src/xalanc/XSLT/XalanNumberingResourceBundle.cpp   |   4 +-
 src/xalanc/XSLT/XalanNumberingResourceBundle.hpp   |   4 +-
 src/xalanc/XSLT/XalanParamHolder.hpp               |   6 +-
 .../XSLT/XalanSourceTreeDocumentAllocator.cpp      |   4 +-
 .../XSLT/XalanSourceTreeDocumentAllocator.hpp      |   4 +-
 .../XalanSourceTreeDocumentFragmentAllocator.cpp   |   4 +-
 .../XalanSourceTreeDocumentFragmentAllocator.hpp   |   4 +-
 src/xalanc/XSLT/XalanSpaceNodeTester.cpp           |   4 +-
 src/xalanc/XSLT/XalanSpaceNodeTester.hpp           |   4 +-
 src/xalanc/XalanDOM/XalanAttr.cpp                  |   4 +-
 src/xalanc/XalanDOM/XalanAttr.hpp                  |   4 +-
 src/xalanc/XalanDOM/XalanCDATASection.hpp          |   4 +-
 src/xalanc/XalanDOM/XalanCDataSection.cpp          |   4 +-
 src/xalanc/XalanDOM/XalanCharacterData.cpp         |   4 +-
 src/xalanc/XalanDOM/XalanCharacterData.hpp         |   4 +-
 src/xalanc/XalanDOM/XalanComment.cpp               |   4 +-
 src/xalanc/XalanDOM/XalanComment.hpp               |   4 +-
 src/xalanc/XalanDOM/XalanDOMException.cpp          |   4 +-
 src/xalanc/XalanDOM/XalanDOMException.hpp          |   4 +-
 src/xalanc/XalanDOM/XalanDOMImplementation.cpp     |   4 +-
 src/xalanc/XalanDOM/XalanDOMImplementation.hpp     |   4 +-
 src/xalanc/XalanDOM/XalanDOMInit.cpp               |   4 +-
 src/xalanc/XalanDOM/XalanDOMInit.hpp               |   4 +-
 src/xalanc/XalanDOM/XalanDOMString.cpp             |  30 +--
 src/xalanc/XalanDOM/XalanDOMString.hpp             |  84 +++---
 src/xalanc/XalanDOM/XalanDocument.cpp              |   4 +-
 src/xalanc/XalanDOM/XalanDocument.hpp              |   4 +-
 src/xalanc/XalanDOM/XalanDocumentFragment.cpp      |   4 +-
 src/xalanc/XalanDOM/XalanDocumentFragment.hpp      |   4 +-
 src/xalanc/XalanDOM/XalanDocumentType.cpp          |   4 +-
 src/xalanc/XalanDOM/XalanDocumentType.hpp          |   4 +-
 src/xalanc/XalanDOM/XalanElement.cpp               |   4 +-
 src/xalanc/XalanDOM/XalanElement.hpp               |   4 +-
 src/xalanc/XalanDOM/XalanEmptyNamedNodeMap.cpp     |   4 +-
 src/xalanc/XalanDOM/XalanEmptyNamedNodeMap.hpp     |   4 +-
 src/xalanc/XalanDOM/XalanEntity.cpp                |   4 +-
 src/xalanc/XalanDOM/XalanEntity.hpp                |   4 +-
 src/xalanc/XalanDOM/XalanEntityReference.cpp       |   4 +-
 src/xalanc/XalanDOM/XalanEntityReference.hpp       |   4 +-
 src/xalanc/XalanDOM/XalanNamedNodeMap.cpp          |   4 +-
 src/xalanc/XalanDOM/XalanNamedNodeMap.hpp          |   4 +-
 src/xalanc/XalanDOM/XalanNode.cpp                  |   4 +-
 src/xalanc/XalanDOM/XalanNode.hpp                  |   4 +-
 src/xalanc/XalanDOM/XalanNodeList.cpp              |   4 +-
 src/xalanc/XalanDOM/XalanNodeList.hpp              |   4 +-
 src/xalanc/XalanDOM/XalanNodeListDummy.cpp         |   4 +-
 src/xalanc/XalanDOM/XalanNodeListDummy.hpp         |   4 +-
 src/xalanc/XalanDOM/XalanNodeListSurrogate.cpp     |   4 +-
 src/xalanc/XalanDOM/XalanNodeListSurrogate.hpp     |   4 +-
 src/xalanc/XalanDOM/XalanNotation.cpp              |   4 +-
 src/xalanc/XalanDOM/XalanNotation.hpp              |   4 +-
 src/xalanc/XalanDOM/XalanProcessingInstruction.cpp |   4 +-
 src/xalanc/XalanDOM/XalanProcessingInstruction.hpp |   4 +-
 src/xalanc/XalanDOM/XalanText.cpp                  |   4 +-
 src/xalanc/XalanDOM/XalanText.hpp                  |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTCommon.cpp         |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTCommon.hpp         |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTCommonImpl.hpp     |  12 +-
 src/xalanc/XalanEXSLT/XalanEXSLTDateTime.cpp       |  73 +++--
 src/xalanc/XalanEXSLT/XalanEXSLTDateTime.hpp       |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTDateTimeImpl.hpp   |   8 +-
 src/xalanc/XalanEXSLT/XalanEXSLTDynamic.cpp        |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTDynamic.hpp        |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTDynamicImpl.hpp    |   8 +-
 src/xalanc/XalanEXSLT/XalanEXSLTMath.cpp           |  30 +--
 src/xalanc/XalanEXSLT/XalanEXSLTMath.hpp           |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTMathImpl.hpp       |  76 +-----
 src/xalanc/XalanEXSLT/XalanEXSLTSet.cpp            |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTSet.hpp            |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTSetImpl.hpp        |  28 +-
 src/xalanc/XalanEXSLT/XalanEXSLTString.cpp         |   6 +-
 src/xalanc/XalanEXSLT/XalanEXSLTString.hpp         |   4 +-
 src/xalanc/XalanEXSLT/XalanEXSLTStringImpl.hpp     |  24 +-
 src/xalanc/XalanExe/XalanExe.cpp                   |  68 ++---
 src/xalanc/XalanExtensions/FunctionDifference.cpp  |   8 +-
 src/xalanc/XalanExtensions/FunctionDifference.hpp  |   8 +-
 src/xalanc/XalanExtensions/FunctionDistinct.cpp    |   8 +-
 src/xalanc/XalanExtensions/FunctionDistinct.hpp    |   8 +-
 src/xalanc/XalanExtensions/FunctionEvaluate.cpp    |   8 +-
 src/xalanc/XalanExtensions/FunctionEvaluate.hpp    |   8 +-
 .../XalanExtensions/FunctionHasSameNodes.cpp       |   8 +-
 .../XalanExtensions/FunctionHasSameNodes.hpp       |   8 +-
 .../XalanExtensions/FunctionIntersection.cpp       |   8 +-
 .../XalanExtensions/FunctionIntersection.hpp       |   8 +-
 src/xalanc/XalanExtensions/FunctionNodeSet.cpp     |   8 +-
 src/xalanc/XalanExtensions/FunctionNodeSet.hpp     |   8 +-
 src/xalanc/XalanExtensions/XalanExtensions.cpp     |   4 +-
 src/xalanc/XalanExtensions/XalanExtensions.hpp     |   4 +-
 .../XalanSourceTree/FormatterToSourceTree.cpp      |   4 +-
 .../XalanSourceTree/FormatterToSourceTree.hpp      |   4 +-
 src/xalanc/XalanSourceTree/XalanSourceTreeAttr.cpp |   4 +-
 src/xalanc/XalanSourceTree/XalanSourceTreeAttr.hpp |   4 +-
 .../XalanSourceTree/XalanSourceTreeAttrNS.cpp      |   4 +-
 .../XalanSourceTree/XalanSourceTreeAttrNS.hpp      |   4 +-
 .../XalanSourceTreeAttributeAllocator.cpp          |   4 +-
 .../XalanSourceTreeAttributeAllocator.hpp          |   4 +-
 .../XalanSourceTreeAttributeNSAllocator.cpp        |   4 +-
 .../XalanSourceTreeAttributeNSAllocator.hpp        |   4 +-
 .../XalanSourceTree/XalanSourceTreeComment.cpp     |   4 +-
 .../XalanSourceTree/XalanSourceTreeComment.hpp     |   4 +-
 .../XalanSourceTreeCommentAllocator.cpp            |   4 +-
 .../XalanSourceTreeCommentAllocator.hpp            |   4 +-
 .../XalanSourceTreeContentHandler.cpp              |   4 +-
 .../XalanSourceTreeContentHandler.hpp              |  33 +--
 .../XalanSourceTree/XalanSourceTreeDOMSupport.cpp  |   4 +-
 .../XalanSourceTree/XalanSourceTreeDOMSupport.hpp  |   4 +-
 .../XalanSourceTree/XalanSourceTreeDocument.cpp    |   4 +-
 .../XalanSourceTree/XalanSourceTreeDocument.hpp    |  15 +-
 .../XalanSourceTreeDocumentFragment.cpp            |   8 +-
 .../XalanSourceTreeDocumentFragment.hpp            |  10 +-
 .../XalanSourceTree/XalanSourceTreeElement.cpp     |   4 +-
 .../XalanSourceTree/XalanSourceTreeElement.hpp     |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementA.cpp    |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementA.hpp    |   4 +-
 .../XalanSourceTreeElementAAllocator.cpp           |   4 +-
 .../XalanSourceTreeElementAAllocator.hpp           |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementANS.cpp  |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementANS.hpp  |   4 +-
 .../XalanSourceTreeElementANSAllocator.cpp         |   4 +-
 .../XalanSourceTreeElementANSAllocator.hpp         |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementNA.cpp   |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementNA.hpp   |   4 +-
 .../XalanSourceTreeElementNAAllocator.cpp          |   4 +-
 .../XalanSourceTreeElementNAAllocator.hpp          |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementNANS.cpp |   4 +-
 .../XalanSourceTree/XalanSourceTreeElementNANS.hpp |   4 +-
 .../XalanSourceTreeElementNANSAllocator.cpp        |   4 +-
 .../XalanSourceTreeElementNANSAllocator.hpp        |   4 +-
 .../XalanSourceTree/XalanSourceTreeHelper.cpp      |   4 +-
 .../XalanSourceTree/XalanSourceTreeHelper.hpp      |   4 +-
 src/xalanc/XalanSourceTree/XalanSourceTreeInit.cpp |   4 +-
 src/xalanc/XalanSourceTree/XalanSourceTreeInit.hpp |   4 +-
 .../XalanSourceTreeParserLiaison.cpp               |   8 +-
 .../XalanSourceTreeParserLiaison.hpp               |  31 ++-
 .../XalanSourceTreeProcessingInstruction.cpp       |   4 +-
 .../XalanSourceTreeProcessingInstruction.hpp       |   4 +-
 ...lanSourceTreeProcessingInstructionAllocator.cpp |   4 +-
 ...lanSourceTreeProcessingInstructionAllocator.hpp |   4 +-
 src/xalanc/XalanSourceTree/XalanSourceTreeText.cpp |   4 +-
 src/xalanc/XalanSourceTree/XalanSourceTreeText.hpp |   4 +-
 .../XalanSourceTreeTextAllocator.cpp               |   4 +-
 .../XalanSourceTreeTextAllocator.hpp               |   4 +-
 .../XalanSourceTree/XalanSourceTreeTextIWS.cpp     |   4 +-
 .../XalanSourceTree/XalanSourceTreeTextIWS.hpp     |   4 +-
 .../XalanSourceTreeTextIWSAllocator.cpp            |   4 +-
 .../XalanSourceTreeTextIWSAllocator.hpp            |   4 +-
 src/xalanc/XalanTransformer/XalanCAPI.cpp          |  32 +--
 .../XalanTransformer/XalanCompiledStylesheet.hpp   |   4 +-
 .../XalanCompiledStylesheetDefault.cpp             |   4 +-
 .../XalanCompiledStylesheetDefault.hpp             |  19 +-
 .../XalanDefaultDocumentBuilder.cpp                |   4 +-
 .../XalanDefaultDocumentBuilder.hpp                |   4 +-
 .../XalanTransformer/XalanDefaultParsedSource.cpp  |   6 +-
 .../XalanTransformer/XalanDefaultParsedSource.hpp  |   4 +-
 .../XalanTransformer/XalanDocumentBuilder.hpp      |  19 +-
 src/xalanc/XalanTransformer/XalanParsedSource.cpp  |   4 +-
 src/xalanc/XalanTransformer/XalanParsedSource.hpp  |   4 +-
 .../XalanSourceTreeWrapperParsedSource.cpp         |   4 +-
 .../XalanSourceTreeWrapperParsedSource.hpp         |   4 +-
 src/xalanc/XalanTransformer/XalanTransformer.cpp   |  32 +--
 src/xalanc/XalanTransformer/XalanTransformer.hpp   |  31 +--
 .../XalanTransformerOutputStream.cpp               |   4 +-
 .../XalanTransformerOutputStream.hpp               |   4 +-
 .../XalanTransformerProblemListener.cpp            |   8 +-
 .../XalanTransformerProblemListener.hpp            |  12 +-
 .../XalanTransformer/XercesDOMParsedSource.cpp     |   6 +-
 .../XalanTransformer/XercesDOMParsedSource.hpp     |   4 +-
 .../XercesDOMWrapperParsedSource.cpp               |   4 +-
 .../XercesDOMWrapperParsedSource.hpp               |  15 +-
 .../Deprecated/FormatterToDeprecatedXercesDOM.cpp  |  20 +-
 .../Deprecated/FormatterToDeprecatedXercesDOM.hpp  |   4 +-
 .../Deprecated/XercesAttrBridge.cpp                |  12 +-
 .../Deprecated/XercesAttrBridge.hpp                |   8 +-
 .../Deprecated/XercesAttributeBridgeAllocator.cpp  |   4 +-
 .../Deprecated/XercesAttributeBridgeAllocator.hpp  |   4 +-
 .../Deprecated/XercesBridgeHelper.cpp              |   4 +-
 .../Deprecated/XercesBridgeHelper.hpp              |   9 +-
 .../Deprecated/XercesBridgeNavigator.cpp           |   4 +-
 .../Deprecated/XercesBridgeNavigator.hpp           |   4 +-
 .../Deprecated/XercesBridgeTypes.hpp               | 127 ++++-----
 .../Deprecated/XercesCDATASectionBridge.cpp        |  12 +-
 .../Deprecated/XercesCDATASectionBridge.hpp        |   8 +-
 .../Deprecated/XercesCommentBridge.cpp             |  12 +-
 .../Deprecated/XercesCommentBridge.hpp             |   8 +-
 .../Deprecated/XercesDOMImplementationBridge.cpp   |   4 +-
 .../Deprecated/XercesDOMImplementationBridge.hpp   |   4 +-
 .../Deprecated/XercesDOM_NodeHack.cpp              |   4 +-
 .../Deprecated/XercesDOM_NodeHack.hpp              |  20 +-
 .../Deprecated/XercesDocumentBridge.cpp            |  12 +-
 .../Deprecated/XercesDocumentBridge.hpp            |   8 +-
 .../Deprecated/XercesDocumentFragmentBridge.cpp    |  12 +-
 .../Deprecated/XercesDocumentFragmentBridge.hpp    |  10 +-
 .../Deprecated/XercesDocumentTypeBridge.cpp        |  12 +-
 .../Deprecated/XercesDocumentTypeBridge.hpp        |   8 +-
 .../Deprecated/XercesElementBridge.cpp             |  12 +-
 .../Deprecated/XercesElementBridge.hpp             |  10 +-
 .../Deprecated/XercesElementBridgeAllocator.cpp    |   4 +-
 .../Deprecated/XercesElementBridgeAllocator.hpp    |   4 +-
 .../Deprecated/XercesEntityBridge.cpp              |  12 +-
 .../Deprecated/XercesEntityBridge.hpp              |  10 +-
 .../Deprecated/XercesEntityReferenceBridge.cpp     |  12 +-
 .../Deprecated/XercesEntityReferenceBridge.hpp     |   8 +-
 .../Deprecated/XercesNamedNodeMapBridge.cpp        |   6 +-
 .../Deprecated/XercesNamedNodeMapBridge.hpp        |   6 +-
 .../Deprecated/XercesNodeListBridge.cpp            |   4 +-
 .../Deprecated/XercesNodeListBridge.hpp            |   4 +-
 .../Deprecated/XercesNotationBridge.cpp            |  12 +-
 .../Deprecated/XercesNotationBridge.hpp            |   8 +-
 .../XercesProcessingInstructionBridge.cpp          |  12 +-
 .../XercesProcessingInstructionBridge.hpp          |   8 +-
 .../Deprecated/XercesTextBridge.cpp                |  12 +-
 .../Deprecated/XercesTextBridge.hpp                |  10 +-
 .../Deprecated/XercesTextBridgeAllocator.cpp       |   4 +-
 .../Deprecated/XercesTextBridgeAllocator.hpp       |   4 +-
 .../Deprecated/XercesToXalanNodeMap.cpp            |   6 +-
 .../Deprecated/XercesToXalanNodeMap.hpp            |  19 +-
 .../Deprecated/XercesTreeWalker.cpp                |   4 +-
 .../Deprecated/XercesTreeWalker.hpp                |   4 +-
 .../XercesParserLiaison/FormatterToXercesDOM.cpp   |  22 +-
 .../XercesParserLiaison/FormatterToXercesDOM.hpp   |   4 +-
 .../XercesParserLiaison/XercesAttrWrapper.cpp      |   4 +-
 .../XercesParserLiaison/XercesAttrWrapper.hpp      |   4 +-
 .../XercesAttrWrapperAllocator.cpp                 |   4 +-
 .../XercesAttrWrapperAllocator.hpp                 |   4 +-
 .../XercesCDATASectionWrapper.cpp                  |   4 +-
 .../XercesCDATASectionWrapper.hpp                  |   4 +-
 .../XercesParserLiaison/XercesCommentWrapper.cpp   |   4 +-
 .../XercesParserLiaison/XercesCommentWrapper.hpp   |   4 +-
 .../XercesParserLiaison/XercesDOMException.cpp     |   4 +-
 .../XercesParserLiaison/XercesDOMException.hpp     |   4 +-
 .../XercesDOMFormatterWalker.cpp                   |   4 +-
 .../XercesDOMFormatterWalker.hpp                   |   4 +-
 .../XercesDOMImplementationWrapper.cpp             |   4 +-
 .../XercesDOMImplementationWrapper.hpp             |   4 +-
 .../XercesParserLiaison/XercesDOMSupport.cpp       |  14 +-
 .../XercesParserLiaison/XercesDOMSupport.hpp       |   4 +-
 src/xalanc/XercesParserLiaison/XercesDOMWalker.cpp |   4 +-
 src/xalanc/XercesParserLiaison/XercesDOMWalker.hpp |   4 +-
 .../XercesDOMWrapperException.cpp                  |   4 +-
 .../XercesDOMWrapperException.hpp                  |   4 +-
 .../XercesDocumentTypeWrapper.cpp                  |   4 +-
 .../XercesDocumentTypeWrapper.hpp                  |   4 +-
 .../XercesParserLiaison/XercesDocumentWrapper.cpp  |   8 +-
 .../XercesParserLiaison/XercesDocumentWrapper.hpp  |   4 +-
 .../XercesParserLiaison/XercesElementWrapper.cpp   |   4 +-
 .../XercesParserLiaison/XercesElementWrapper.hpp   |   4 +-
 .../XercesElementWrapperAllocator.cpp              |   4 +-
 .../XercesElementWrapperAllocator.hpp              |   4 +-
 .../XercesEntityReferenceWrapper.cpp               |   4 +-
 .../XercesEntityReferenceWrapper.hpp               |   4 +-
 .../XercesParserLiaison/XercesEntityWrapper.cpp    |   4 +-
 .../XercesParserLiaison/XercesEntityWrapper.hpp    |   4 +-
 .../XercesLiaisonXalanDOMStringPool.cpp            |   4 +-
 .../XercesLiaisonXalanDOMStringPool.hpp            |   8 +-
 .../XercesNamedNodeMapAttributeList.cpp            |   4 +-
 .../XercesNamedNodeMapAttributeList.hpp            |   8 +-
 .../XercesNamedNodeMapWrapper.cpp                  |   4 +-
 .../XercesNamedNodeMapWrapper.hpp                  |   4 +-
 .../XercesParserLiaison/XercesNodeListWrapper.cpp  |   4 +-
 .../XercesParserLiaison/XercesNodeListWrapper.hpp  |   4 +-
 .../XercesParserLiaison/XercesNotationWrapper.cpp  |   4 +-
 .../XercesParserLiaison/XercesNotationWrapper.hpp  |   4 +-
 .../XercesParserLiaison/XercesParserLiaison.cpp    |  20 +-
 .../XercesParserLiaison/XercesParserLiaison.hpp    |  20 +-
 .../XercesProcessingInstructionWrapper.cpp         |   4 +-
 .../XercesProcessingInstructionWrapper.hpp         |   4 +-
 .../XercesParserLiaison/XercesTextWrapper.cpp      |   4 +-
 .../XercesParserLiaison/XercesTextWrapper.hpp      |   4 +-
 .../XercesTextWrapperAllocator.cpp                 |   4 +-
 .../XercesTextWrapperAllocator.hpp                 |   4 +-
 .../XercesParserLiaison/XercesWrapperHelper.cpp    |   4 +-
 .../XercesParserLiaison/XercesWrapperHelper.hpp    |   4 +-
 .../XercesParserLiaison/XercesWrapperNavigator.cpp |   4 +-
 .../XercesParserLiaison/XercesWrapperNavigator.hpp |   4 +-
 .../XercesWrapperNavigatorAllocator.cpp            |   4 +-
 .../XercesWrapperNavigatorAllocator.hpp            |   4 +-
 .../XercesWrapperToXalanNodeMap.cpp                |   4 +-
 .../XercesWrapperToXalanNodeMap.hpp                |   4 +-
 .../XercesParserLiaison/XercesWrapperTypes.hpp     |  95 +++----
 xdocs/sources/xalan/extensions.xml                 |   8 +-
 xdocs/sources/xalan/usagepatterns.xml              |  12 +-
 886 files changed, 3112 insertions(+), 5123 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org