This commit is contained in:
King_DuckZ 2020-02-17 22:12:51 +01:00
parent 9b71614762
commit 8c48174b5b
1642 changed files with 28571 additions and 18190 deletions

View file

@ -1,14 +1,22 @@
/*
* Copyright (c) 2001-2006
* Copyright (c) 2001-2007
* DecisionSoft Limited. All rights reserved.
* Copyright (c) 2004-2006
* Progress Software Corporation. All rights reserved.
* Copyright (c) 2004-2006
* Copyright (c) 2004-2007
* Oracle. All rights reserved.
*
* See the file LICENSE for redistribution information.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* $Id: FunctionLookup.hpp,v 1.13 2007/01/17 17:11:12 gmfeinberg Exp $
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* $Id: FunctionLookup.hpp,v 1.15 2007/11/28 13:13:23 jpcs Exp $
*/
#ifndef _FLOOKUP_HPP
@ -45,7 +53,7 @@ public:
///returns the approriate ExternalFunction object
const ExternalFunction *lookUpExternalFunction(const XMLCh* URI,
const XMLCh* fname,
unsigned int numArgs) const;
size_t numArgs) const;
void insertUpdateFunctions(XPath2MemoryManager *memMgr);
private:
@ -62,7 +70,7 @@ public:
XPath2MemoryManager* memMgr,
const FunctionLookup *contextTable);
static const ExternalFunction *lookUpGlobalExternalFunction(
const XMLCh* URI, const XMLCh* fname, unsigned int numArgs,
const XMLCh* URI, const XMLCh* fname, size_t numArgs,
const FunctionLookup *contextTable);
static void initialize();
static void terminate();