remove xcerces2

This commit is contained in:
berniev
2022-09-02 10:03:27 +10:00
committed by wwmayer
parent 282fa8bc3b
commit 5678fc1abe
7 changed files with 0 additions and 254 deletions

View File

@@ -50,14 +50,9 @@ public :
// -----------------------------------------------------------------------
// Implementation of the input stream interface
// -----------------------------------------------------------------------
#if (XERCES_VERSION_MAJOR == 2)
virtual unsigned int curPos() const;
virtual unsigned int readBytes( XMLByte* const toFill, const unsigned int maxToRead );
#else
XMLFilePos curPos() const override;
XMLSize_t readBytes( XMLByte* const toFill, const XMLSize_t maxToRead ) override;
const XMLCh* getContentType() const override {return nullptr;}
#endif
private :
// -----------------------------------------------------------------------