This commit is contained in:
King_DuckZ 2020-02-17 22:17:06 +01:00
parent 27eff2f0ef
commit 4bc0157dcd
3020 changed files with 129849 additions and 76185 deletions

View file

@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* $Id: FunctionParseHTML.hpp 480 2008-01-29 02:25:38Z jpcs $
* $Id: FunctionParseHTML.hpp 659 2008-10-06 00:11:22Z jpcs $
*/
#ifndef _FUNCTIONPARSEHTML_HPP
@ -35,7 +35,7 @@ public:
FunctionParseHTML(const VectorOfASTNodes &args, XPath2MemoryManager *memMgr);
virtual ASTNode *staticTyping(StaticContext *context);
virtual ASTNode *staticTypingImpl(StaticContext *context);
Sequence createSequence(DynamicContext* context, int flags=0) const;