22 lines
712 B
C++
22 lines
712 B
C++
|
/*
|
||
|
* Copyright (c) 2001-2006
|
||
|
* DecisionSoft Limited. All rights reserved.
|
||
|
* Copyright (c) 2004-2006
|
||
|
* Progress Software Corporation. All rights reserved.
|
||
|
* Copyright (c) 2004-2006
|
||
|
* Oracle. All rights reserved.
|
||
|
*
|
||
|
* See the file LICENSE for redistribution information.
|
||
|
*
|
||
|
* $Id: xqilla-dom3.hpp,v 1.4 2006/11/01 16:37:11 jpcs Exp $
|
||
|
*/
|
||
|
|
||
|
#include <xqilla/dom-api/XQillaExpression.hpp>
|
||
|
#include <xqilla/dom-api/XPath2Result.hpp>
|
||
|
#include <xqilla/dom-api/XQillaNSResolver.hpp>
|
||
|
#include <xqilla/exceptions/XQillaException.hpp>
|
||
|
#include <xqilla/utils/XQillaPlatformUtils.hpp>
|
||
|
#include <xqilla/utils/XStr.hpp>
|
||
|
#include <xqilla/utils/UTF8Str.hpp>
|
||
|
#include <xqilla/framework/XPath2MemoryManager.hpp>
|