v2.3.0
This commit is contained in:
parent
feed734f17
commit
824eb94695
3514 changed files with 90507 additions and 92619 deletions
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* Copyright (c) 2001-2008
|
||||
* Copyright (c) 2001, 2008,
|
||||
* DecisionSoft Limited. All rights reserved.
|
||||
* Copyright (c) 2004-2008
|
||||
* Oracle. All rights reserved.
|
||||
* Copyright (c) 2004, 2011,
|
||||
* Oracle and/or its affiliates. All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -15,15 +15,8 @@
|
|||
* 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$
|
||||
*/
|
||||
|
||||
/*
|
||||
xf:local-name() => string
|
||||
xf:local-name(node $srcval) => string
|
||||
*/
|
||||
|
||||
#ifndef _FUNCTIONLOCALNAME_HPP
|
||||
#define _FUNCTIONLOCALNAME_HPP
|
||||
|
||||
|
@ -41,19 +34,9 @@ public:
|
|||
|
||||
FunctionLocalname(const VectorOfASTNodes &args, XPath2MemoryManager* memMgr);
|
||||
|
||||
/**
|
||||
* Called during static analysis to determine if statically correct.
|
||||
* Performs constant folding if the function has an argument, and it
|
||||
* is constant.
|
||||
*/
|
||||
virtual ASTNode* staticResolution(StaticContext *context);
|
||||
virtual ASTNode *staticTypingImpl(StaticContext *context);
|
||||
|
||||
/** Returns the namespace unaware name of the node. Takes an optional nodelist,
|
||||
and returns an empty string if the node has no name. Uses the current context
|
||||
if a nodelist is not specified. */
|
||||
Sequence createSequence(DynamicContext* context, int flags=0) const;
|
||||
|
||||
};
|
||||
|
||||
#endif // _FUNCTIONLOCALNAME_HPP
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue