v2.1.1
This commit is contained in:
parent
8c48174b5b
commit
9341942014
1702 changed files with 33300 additions and 17345 deletions
|
@ -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: FunctionLookup.hpp,v 1.15 2007/11/28 13:13:23 jpcs Exp $
|
||||
* $Id: FunctionLookup.hpp,v 1.18 2008/01/11 15:48:49 jpcs Exp $
|
||||
*/
|
||||
|
||||
#ifndef _FLOOKUP_HPP
|
||||
|
@ -32,6 +32,7 @@
|
|||
class FuncFactory;
|
||||
class XPath2MemoryManager;
|
||||
class ExternalFunction;
|
||||
class DynamicContext;
|
||||
|
||||
class XQILLA_API FunctionLookup
|
||||
{
|
||||
|
@ -54,6 +55,8 @@ public:
|
|||
const ExternalFunction *lookUpExternalFunction(const XMLCh* URI,
|
||||
const XMLCh* fname,
|
||||
size_t numArgs) const;
|
||||
void copyExternalFunctionsTo(DynamicContext *context) const;
|
||||
|
||||
void insertUpdateFunctions(XPath2MemoryManager *memMgr);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue