This commit is contained in:
King_DuckZ 2020-02-17 22:13:50 +01:00
parent 8c48174b5b
commit 9341942014
1702 changed files with 33300 additions and 17345 deletions

View file

@ -1,7 +1,7 @@
/*
* Copyright (c) 2001-2007
* Copyright (c) 2001-2008
* DecisionSoft Limited. All rights reserved.
* Copyright (c) 2004-2007
* Copyright (c) 2004-2008
* Oracle. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* $Id: FunctionReplace.hpp,v 1.10 2007/11/28 13:13:23 jpcs Exp $
* $Id: FunctionReplace.hpp,v 1.12 2008/01/29 02:25:34 jpcs Exp $
*/
#ifndef _FUNCTIONREPLACE_HPP
@ -50,7 +50,11 @@ public:
*/
Sequence createSequence(DynamicContext* context, int flags=0) const;
static const XMLCh *replace(const XMLCh *input, const XMLCh *pattern, const XMLCh *replacement,
const XMLCh *options = 0, XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *mm =
XERCES_CPP_NAMESPACE_QUALIFIER XMLPlatformUtils::fgMemoryManager);
};
#endif // _FUNCTIONREPLACE_HPP
#endif