This commit is contained in:
King_DuckZ 2020-02-17 22:23:50 +01:00
parent 7c49d5c548
commit 27966e574b
869 changed files with 1680 additions and 2916 deletions

View file

@ -1,5 +1,8 @@
XQilla: an XQuery and XPath 2.0 library and command line interpreter. XQilla: an XQuery and XPath 2.0 library and command line interpreter.
version 2.3.2 (2015.07.07):
* XQilla can now be built with Visual Studios 2013.
version 2.3.1 (2015.05.18): version 2.3.1 (2015.05.18):
* Modified to build against Xerces-C 3.1.2. * Modified to build against Xerces-C 3.1.2.
* Added Visual Studio 2010 projects. * Added Visual Studio 2010 projects.

View file

@ -17,7 +17,7 @@ lib_LTLIBRARIES = libxqilla.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
# -no-undefined for Cygwin (bug #1639669) # -no-undefined for Cygwin (bug #1639669)
libxqilla_la_LDFLAGS = -version-info 6:0:1 -no-undefined libxqilla_la_LDFLAGS = -version-info 6:0:2 -no-undefined
libxqilla_la_SOURCES = \ libxqilla_la_SOURCES = \
src/framework/ReferenceCounted.cpp \ src/framework/ReferenceCounted.cpp \

View file

@ -513,7 +513,7 @@ lib_LTLIBRARIES = libxqilla.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
# -no-undefined for Cygwin (bug #1639669) # -no-undefined for Cygwin (bug #1639669)
libxqilla_la_LDFLAGS = -version-info 6:0:1 -no-undefined libxqilla_la_LDFLAGS = -version-info 6:0:2 -no-undefined
libxqilla_la_SOURCES = \ libxqilla_la_SOURCES = \
src/framework/ReferenceCounted.cpp \ src/framework/ReferenceCounted.cpp \
src/framework/BaseMemoryManager.cpp \ src/framework/BaseMemoryManager.cpp \

View file

@ -670,7 +670,6 @@
<ClInclude Include="..\..\include\xqilla\context\VarHashEntry.hpp" /> <ClInclude Include="..\..\include\xqilla\context\VarHashEntry.hpp" />
<ClInclude Include="..\..\include\xqilla\context\VariableTypeStore.hpp" /> <ClInclude Include="..\..\include\xqilla\context\VariableTypeStore.hpp" />
<ClInclude Include="..\..\include\xqilla\context\Collation.hpp" /> <ClInclude Include="..\..\include\xqilla\context\Collation.hpp" />
<ClInclude Include="..\..\include\xqilla\context\ModuleResolver.hpp" />
<ClInclude Include="..\..\include\xqilla\context\ExternalFunctionResolver.hpp" /> <ClInclude Include="..\..\include\xqilla\context\ExternalFunctionResolver.hpp" />
<ClInclude Include="..\..\include\xqilla\context\UpdateFactory.hpp" /> <ClInclude Include="..\..\include\xqilla\context\UpdateFactory.hpp" />
<ClInclude Include="..\..\include\xqilla\context\RegexGroupStore.hpp" /> <ClInclude Include="..\..\include\xqilla\context\RegexGroupStore.hpp" />

View file

@ -159,7 +159,6 @@
<File RelativePath="..\..\include\xqilla\context\VarHashEntry.hpp"/> <File RelativePath="..\..\include\xqilla\context\VarHashEntry.hpp"/>
<File RelativePath="..\..\include\xqilla\context\VariableTypeStore.hpp"/> <File RelativePath="..\..\include\xqilla\context\VariableTypeStore.hpp"/>
<File RelativePath="..\..\include\xqilla\context\Collation.hpp"/> <File RelativePath="..\..\include\xqilla\context\Collation.hpp"/>
<File RelativePath="..\..\include\xqilla\context\ModuleResolver.hpp"/>
<File RelativePath="..\..\include\xqilla\context\ExternalFunctionResolver.hpp"/> <File RelativePath="..\..\include\xqilla\context\ExternalFunctionResolver.hpp"/>
<File RelativePath="..\..\include\xqilla\context\UpdateFactory.hpp"/> <File RelativePath="..\..\include\xqilla\context\UpdateFactory.hpp"/>
<File RelativePath="..\..\include\xqilla\context\RegexGroupStore.hpp"/> <File RelativePath="..\..\include\xqilla\context\RegexGroupStore.hpp"/>

View file

@ -239,7 +239,6 @@
<File RelativePath="..\..\include\xqilla\context\VarHashEntry.hpp"/> <File RelativePath="..\..\include\xqilla\context\VarHashEntry.hpp"/>
<File RelativePath="..\..\include\xqilla\context\VariableTypeStore.hpp"/> <File RelativePath="..\..\include\xqilla\context\VariableTypeStore.hpp"/>
<File RelativePath="..\..\include\xqilla\context\Collation.hpp"/> <File RelativePath="..\..\include\xqilla\context\Collation.hpp"/>
<File RelativePath="..\..\include\xqilla\context\ModuleResolver.hpp"/>
<File RelativePath="..\..\include\xqilla\context\ExternalFunctionResolver.hpp"/> <File RelativePath="..\..\include\xqilla\context\ExternalFunctionResolver.hpp"/>
<File RelativePath="..\..\include\xqilla\context\UpdateFactory.hpp"/> <File RelativePath="..\..\include\xqilla\context\UpdateFactory.hpp"/>
<File RelativePath="..\..\include\xqilla\context\RegexGroupStore.hpp"/> <File RelativePath="..\..\include\xqilla\context\RegexGroupStore.hpp"/>

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for XQilla 2.3.1. # Generated by GNU Autoconf 2.67 for XQilla 2.3.2.
# #
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -698,8 +698,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='XQilla' PACKAGE_NAME='XQilla'
PACKAGE_TARNAME='xqilla' PACKAGE_TARNAME='xqilla'
PACKAGE_VERSION='2.3.1' PACKAGE_VERSION='2.3.2'
PACKAGE_STRING='XQilla 2.3.1' PACKAGE_STRING='XQilla 2.3.2'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1453,7 +1453,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures XQilla 2.3.1 to adapt to many kinds of systems. \`configure' configures XQilla 2.3.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1524,7 +1524,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of XQilla 2.3.1:";; short | recursive ) echo "Configuration of XQilla 2.3.2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1634,7 +1634,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
XQilla configure 2.3.1 XQilla configure 2.3.2
generated by GNU Autoconf 2.67 generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@ -2174,7 +2174,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by XQilla $as_me 2.3.1, which was It was created by XQilla $as_me 2.3.2, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@ $ $0 $@
@ -3102,7 +3102,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=XQilla PACKAGE=XQilla
VERSION=2.3.1 VERSION=2.3.2
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -17262,7 +17262,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by XQilla $as_me 2.3.1, which was This file was extended by XQilla $as_me 2.3.2, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -17328,7 +17328,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
XQilla config.status 2.3.1 XQilla config.status 2.3.2
configured by $0, generated by GNU Autoconf 2.67, configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View file

@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([XQilla],[2.3.1],[]) AC_INIT([XQilla],[2.3.2],[])
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET([]) AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE(XQilla, 2.3.1,) AM_INIT_AUTOMAKE(XQilla, 2.3.2,)
AC_CONFIG_SRCDIR([src/runtime/Result.cpp]) AC_CONFIG_SRCDIR([src/runtime/Result.cpp])
AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h]) AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h])
AC_CONFIG_MACRO_DIR([autotools/m4]) AC_CONFIG_MACRO_DIR([autotools/m4])

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -107,7 +107,7 @@
<a name="l00175"></a>00175 <span class="preprocessor"></span> <a name="l00175"></a>00175 <span class="preprocessor"></span>
<a name="l00176"></a>00176 <a name="l00176"></a>00176
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -80,7 +80,7 @@
<a name="l00103"></a>00103 <span class="preprocessor"></span> <a name="l00103"></a>00103 <span class="preprocessor"></span>
<a name="l00104"></a>00104 <a name="l00104"></a>00104
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -109,7 +109,7 @@
<a name="l00214"></a>00214 <span class="preprocessor"></span> <a name="l00214"></a>00214 <span class="preprocessor"></span>
<a name="l00215"></a>00215 <a name="l00215"></a>00215
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -78,7 +78,7 @@
<a name="l00075"></a>00075 <span class="preprocessor">#endif</span> <a name="l00075"></a>00075 <span class="preprocessor">#endif</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span> <a name="l00076"></a>00076 <span class="preprocessor"></span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -102,7 +102,7 @@
<a name="l00450"></a>00450 <span class="preprocessor">#endif </span> <a name="l00450"></a>00450 <span class="preprocessor">#endif </span>
<a name="l00451"></a>00451 <span class="preprocessor"></span> <a name="l00451"></a>00451 <span class="preprocessor"></span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -78,7 +78,7 @@
<a name="l00107"></a>00107 <a name="l00107"></a>00107
<a name="l00108"></a>00108 <span class="preprocessor">#endif</span> <a name="l00108"></a>00108 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -87,7 +87,7 @@
<a name="l00094"></a>00094 <a name="l00094"></a>00094
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span> <a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -97,7 +97,7 @@
<a name="l00154"></a>00154 <a name="l00154"></a>00154
<a name="l00155"></a>00155 <span class="preprocessor">#endif</span> <a name="l00155"></a>00155 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -98,7 +98,7 @@
<a name="l00159"></a>00159 <span class="preprocessor"></span> <a name="l00159"></a>00159 <span class="preprocessor"></span>
<a name="l00160"></a>00160 <a name="l00160"></a>00160
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -73,7 +73,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -203,7 +203,7 @@
<a name="l00818"></a>00818 <a name="l00818"></a>00818
<a name="l00819"></a>00819 <span class="preprocessor">#endif</span> <a name="l00819"></a>00819 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -163,7 +163,7 @@
<a name="l00527"></a>00527 <a name="l00527"></a>00527
<a name="l00528"></a>00528 <a name="l00528"></a>00528
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -80,7 +80,7 @@
<a name="l00095"></a>00095 <span class="preprocessor"></span> <a name="l00095"></a>00095 <span class="preprocessor"></span>
<a name="l00096"></a>00096 <a name="l00096"></a>00096
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -96,7 +96,7 @@
<a name="l00169"></a>00169 <span class="preprocessor">#endif</span> <a name="l00169"></a>00169 <span class="preprocessor">#endif</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span> <a name="l00170"></a>00170 <span class="preprocessor"></span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -85,7 +85,7 @@
<a name="l00106"></a>00106 <a name="l00106"></a>00106
<a name="l00107"></a>00107 <span class="preprocessor">#endif</span> <a name="l00107"></a>00107 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -109,7 +109,7 @@
<a name="l00172"></a>00172 <a name="l00172"></a>00172
<a name="l00173"></a>00173 <span class="preprocessor">#endif</span> <a name="l00173"></a>00173 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -47,7 +47,7 @@ Include dependency graph for DOMException.cpp:</div>
</p> </p>
</table> </table>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -134,7 +134,7 @@
<a name="l00256"></a>00256 <a name="l00256"></a>00256
<a name="l00257"></a>00257 <span class="preprocessor">#endif</span> <a name="l00257"></a>00257 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -112,7 +112,7 @@
<a name="l00182"></a>00182 <a name="l00182"></a>00182
<a name="l00183"></a>00183 <span class="preprocessor">#endif</span> <a name="l00183"></a>00183 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -95,7 +95,7 @@
<a name="l00123"></a>00123 <a name="l00123"></a>00123
<a name="l00124"></a>00124 <span class="preprocessor">#endif</span> <a name="l00124"></a>00124 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -75,7 +75,7 @@
<a name="l00100"></a>00100 <a name="l00100"></a>00100
<a name="l00101"></a>00101 <span class="preprocessor">#endif</span> <a name="l00101"></a>00101 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -89,7 +89,7 @@
<a name="l00111"></a>00111 <a name="l00111"></a>00111
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span> <a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -73,7 +73,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -124,7 +124,7 @@
<a name="l00248"></a>00248 <a name="l00248"></a>00248
<a name="l00249"></a>00249 <span class="preprocessor">#endif</span> <a name="l00249"></a>00249 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -42,7 +42,7 @@ Include dependency graph for DOMLSException.cpp:</div>
</p> </p>
</table> </table>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -91,7 +91,7 @@
<a name="l00122"></a>00122 <a name="l00122"></a>00122
<a name="l00123"></a>00123 <span class="preprocessor">#endif</span> <a name="l00123"></a>00123 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -130,7 +130,7 @@
<a name="l00273"></a>00273 <a name="l00273"></a>00273
<a name="l00274"></a>00274 <span class="preprocessor">#endif</span> <a name="l00274"></a>00274 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -107,7 +107,7 @@
<a name="l00168"></a>00168 <a name="l00168"></a>00168
<a name="l00169"></a>00169 <span class="preprocessor">#endif</span> <a name="l00169"></a>00169 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -97,7 +97,7 @@
<a name="l00163"></a>00163 <a name="l00163"></a>00163
<a name="l00164"></a>00164 <span class="preprocessor">#endif</span> <a name="l00164"></a>00164 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -72,7 +72,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -164,7 +164,7 @@
<a name="l00765"></a>00765 <a name="l00765"></a>00765
<a name="l00766"></a>00766 <span class="preprocessor">#endif</span> <a name="l00766"></a>00766 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -90,7 +90,7 @@
<a name="l00142"></a>00142 <a name="l00142"></a>00142
<a name="l00143"></a>00143 <span class="preprocessor">#endif</span> <a name="l00143"></a>00143 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -84,7 +84,7 @@
<a name="l00106"></a>00106 <a name="l00106"></a>00106
<a name="l00107"></a>00107 <span class="preprocessor">#endif</span> <a name="l00107"></a>00107 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -121,7 +121,7 @@
<a name="l00546"></a>00546 <a name="l00546"></a>00546
<a name="l00547"></a>00547 <span class="preprocessor">#endif</span> <a name="l00547"></a>00547 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -98,7 +98,7 @@
<a name="l00134"></a>00134 <a name="l00134"></a>00134
<a name="l00135"></a>00135 <span class="preprocessor">#endif</span> <a name="l00135"></a>00135 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -54,7 +54,7 @@
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -118,7 +118,7 @@
<a name="l00156"></a>00156 <span class="preprocessor">#endif</span> <a name="l00156"></a>00156 <span class="preprocessor">#endif</span>
<a name="l00157"></a>00157 <span class="preprocessor"></span> <a name="l00157"></a>00157 <span class="preprocessor"></span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -81,7 +81,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -111,7 +111,7 @@
<a name="l00244"></a>00244 <a name="l00244"></a>00244
<a name="l00245"></a>00245 <span class="preprocessor">#endif</span> <a name="l00245"></a>00245 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -109,7 +109,7 @@
<a name="l00220"></a>00220 <a name="l00220"></a>00220
<a name="l00221"></a>00221 <span class="preprocessor">#endif</span> <a name="l00221"></a>00221 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -84,7 +84,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -107,7 +107,7 @@
<a name="l00195"></a>00195 <a name="l00195"></a>00195
<a name="l00196"></a>00196 <span class="preprocessor">#endif</span> <a name="l00196"></a>00196 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -89,7 +89,7 @@
<a name="l00111"></a>00111 <a name="l00111"></a>00111
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span> <a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -141,7 +141,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -238,7 +238,7 @@
<a name="l00921"></a>00921 <a name="l00921"></a>00921
<a name="l00922"></a>00922 <span class="preprocessor">#endif</span> <a name="l00922"></a>00922 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -92,7 +92,7 @@
<a name="l00113"></a>00113 <span class="preprocessor"></span> <a name="l00113"></a>00113 <span class="preprocessor"></span>
<a name="l00114"></a>00114 <a name="l00114"></a>00114
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -102,7 +102,7 @@
<a name="l00114"></a>00114 <span class="preprocessor">#endif</span> <a name="l00114"></a>00114 <span class="preprocessor">#endif</span>
<a name="l00115"></a>00115 <span class="preprocessor"></span> <a name="l00115"></a>00115 <span class="preprocessor"></span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -94,7 +94,7 @@
<a name="l00120"></a>00120 <span class="preprocessor">#endif</span> <a name="l00120"></a>00120 <span class="preprocessor">#endif</span>
<a name="l00121"></a>00121 <span class="preprocessor"></span> <a name="l00121"></a>00121 <span class="preprocessor"></span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -42,7 +42,7 @@ Include dependency graph for DOMRangeException.cpp:</div>
</p> </p>
</table> </table>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -69,7 +69,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -88,7 +88,7 @@
<a name="l00113"></a>00113 <a name="l00113"></a>00113
<a name="l00114"></a>00114 <span class="preprocessor">#endif</span> <a name="l00114"></a>00114 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -156,7 +156,7 @@
<a name="l00529"></a>00529 <a name="l00529"></a>00529
<a name="l00530"></a>00530 <span class="preprocessor">#endif</span> <a name="l00530"></a>00530 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -94,7 +94,7 @@
<a name="l00130"></a>00130 <a name="l00130"></a>00130
<a name="l00131"></a>00131 <span class="preprocessor">#endif</span> <a name="l00131"></a>00131 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -97,7 +97,7 @@
<a name="l00181"></a>00181 <span class="preprocessor"></span> <a name="l00181"></a>00181 <span class="preprocessor"></span>
<a name="l00182"></a>00182 <a name="l00182"></a>00182
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -84,7 +84,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -122,7 +122,7 @@
<a name="l00275"></a>00275 <a name="l00275"></a>00275
<a name="l00276"></a>00276 <span class="preprocessor">#endif</span> <a name="l00276"></a>00276 <span class="preprocessor">#endif</span>
</pre></div></div> </pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

View file

@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:</div>
</div> </div>
</div> </div>
</div> </div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp; <hr size="1"/><address style="text-align: right;"><small>Generated on 8 Jul 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>

Some files were not shown because too many files have changed in this diff Show more