diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..cc268713 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,13 @@ +XQilla: an XQuery and XPath 2.0 library and command line interpreter. + +version 1.0.1 (2007.02.12): + * Fixed fn:concat() to accept more than 51 arguments. + * Fixed module parsing, to use the correct language enumeration when + parsing. Output modules in the query plan. + * Fixed a race condition in the parsing of function signatures. + * Fixed parse errors in the DOM3 API, which were being thrown as + XQException instead of XQillaException. [1626534] + * Fixed the building of shared libraries under Cygwin, by adding + -no-undefined to the libtool line in the Makefile. [1639669] + * Fixed a bug in the static typing of user defined functions, that + could result in incorrect errors. diff --git a/Makefile.am b/Makefile.am index 7d5377a7..92f718c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,13 +3,17 @@ SUBDIRS = include INCLUDES = -I$(top_srcdir)/include/ -I$(xerces_include) -I$(top_srcdir)/src/lexer/ LDFLAGS = -L$(xerces_lib) -R$(xerces_lib) -LDADD = libxqilla.la -lxerces-c +LDADD = libxqilla.la bin_PROGRAMS = xqilla noinst_PROGRAMS = basicXQillaUsage xqtsRunner lib_LTLIBRARIES = libxqilla.la +# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html +# -no-undefined for Cygwin (bug #1639669) +libxqilla_la_LDFLAGS = -version-info 1:0:0 -no-undefined -lxerces-c + libxqilla_la_SOURCES = \ src/framework/ReferenceCounted.cpp \ src/framework/BaseMemoryManager.cpp \ @@ -391,6 +395,7 @@ EXTRA_DIST = \ src/lexer/flex.skl \ src/lexer/XQLexer.l \ src/parser/XQParser.y \ +ChangeLog \ LICENSE \ LICENSE.pathan.txt \ LICENSE.xquery.txt \ diff --git a/Makefile.in b/Makefile.in index e5847f57..ff3fc407 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ bin_PROGRAMS = xqilla$(EXEEXT) noinst_PROGRAMS = basicXQillaUsage$(EXEEXT) xqtsRunner$(EXEEXT) DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure \ - $(top_srcdir)/src/config/xqilla_config_unix.h.in \ + $(top_srcdir)/src/config/xqilla_config_unix.h.in ChangeLog \ autotools/config.guess autotools/config.sub autotools/depcomp \ autotools/install-sh autotools/ltmain.sh autotools/missing \ autotools/mkinstalldirs @@ -355,8 +355,12 @@ xerces_lib = @xerces_lib@ AUTOMAKE_OPTIONS = foreign dist-zip SUBDIRS = include INCLUDES = -I$(top_srcdir)/include/ -I$(xerces_include) -I$(top_srcdir)/src/lexer/ -LDADD = libxqilla.la -lxerces-c +LDADD = libxqilla.la lib_LTLIBRARIES = libxqilla.la + +# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html +# -no-undefined for Cygwin (bug #1639669) +libxqilla_la_LDFLAGS = -version-info 1:0:0 -no-undefined -lxerces-c libxqilla_la_SOURCES = \ src/framework/ReferenceCounted.cpp \ src/framework/BaseMemoryManager.cpp \ @@ -738,6 +742,7 @@ EXTRA_DIST = \ src/lexer/flex.skl \ src/lexer/XQLexer.l \ src/parser/XQParser.y \ +ChangeLog \ LICENSE \ LICENSE.pathan.txt \ LICENSE.xquery.txt \ diff --git a/configure b/configure index ec44b681..ef6e6026 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for XQilla 1.0. +# Generated by GNU Autoconf 2.59 for XQilla 1.0.1. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -421,8 +421,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='XQilla' PACKAGE_TARNAME='xqilla' -PACKAGE_VERSION='1.0' -PACKAGE_STRING='XQilla 1.0' +PACKAGE_VERSION='1.0.1' +PACKAGE_STRING='XQilla 1.0.1' PACKAGE_BUGREPORT='' ac_unique_file="src/runtime/Result.cpp" @@ -952,7 +952,7 @@ if test "$ac_init_help" = "long"; then # 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. cat <<_ACEOF -\`configure' configures XQilla 1.0 to adapt to many kinds of systems. +\`configure' configures XQilla 1.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1019,7 +1019,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of XQilla 1.0:";; + short | recursive ) echo "Configuration of XQilla 1.0.1:";; esac cat <<\_ACEOF @@ -1159,7 +1159,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -XQilla configure 1.0 +XQilla configure 1.0.1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1173,7 +1173,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by XQilla $as_me 1.0, which was +It was created by XQilla $as_me 1.0.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1898,7 +1898,7 @@ fi # Define the identity of the package. PACKAGE=XQilla - VERSION=1.0 + VERSION=1.0.1 cat >>confdefs.h <<_ACEOF @@ -21907,7 +21907,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by XQilla $as_me 1.0, which was +This file was extended by XQilla $as_me 1.0.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21970,7 +21970,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -XQilla config.status 1.0 +XQilla config.status 1.0.1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index f00e5172..21271b79 100644 --- a/configure.in +++ b/configure.in @@ -2,10 +2,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([XQilla],[1.0],[]) +AC_INIT([XQilla],[1.0.1],[]) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(XQilla, 1.0,) +AM_INIT_AUTOMAKE(XQilla, 1.0.1,) AC_CONFIG_SRCDIR([src/runtime/Result.cpp]) AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h]) diff --git a/docs/dom3-api/DOMAttr_8hpp-source.html b/docs/dom3-api/DOMAttr_8hpp-source.html index b12d528c..4e3f660d 100644 --- a/docs/dom3-api/DOMAttr_8hpp-source.html +++ b/docs/dom3-api/DOMAttr_8hpp-source.html @@ -101,7 +101,7 @@ 00178 #endif 00179 00180 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMAttr_8hpp.html b/docs/dom3-api/DOMAttr_8hpp.html index c97a33ac..b810e605 100644 --- a/docs/dom3-api/DOMAttr_8hpp.html +++ b/docs/dom3-api/DOMAttr_8hpp.html @@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMAttr class refers to an attribute of an XML element. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMBuilder_8hpp-source.html b/docs/dom3-api/DOMBuilder_8hpp-source.html index 35feccb6..a943ffec 100644 --- a/docs/dom3-api/DOMBuilder_8hpp-source.html +++ b/docs/dom3-api/DOMBuilder_8hpp-source.html @@ -182,7 +182,7 @@ 00683 XERCES_CPP_NAMESPACE_END 00684 00685 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMBuilder_8hpp.html b/docs/dom3-api/DOMBuilder_8hpp.html index ae918b4f..83c36c19 100644 --- a/docs/dom3-api/DOMBuilder_8hpp.html +++ b/docs/dom3-api/DOMBuilder_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 DOMBuilder provides an API for parsing XML documents and building the corresponding DOM document tree. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMCDATASection_8hpp-source.html b/docs/dom3-api/DOMCDATASection_8hpp-source.html index 9b3b018d..744d20dc 100644 --- a/docs/dom3-api/DOMCDATASection_8hpp-source.html +++ b/docs/dom3-api/DOMCDATASection_8hpp-source.html @@ -74,7 +74,7 @@ 00102 #endif 00103 00104 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMCDATASection_8hpp.html b/docs/dom3-api/DOMCDATASection_8hpp.html index b676ab50..9e2fc6c2 100644 --- a/docs/dom3-api/DOMCDATASection_8hpp.html +++ b/docs/dom3-api/DOMCDATASection_8hpp.html @@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:

 CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMCharacterData_8hpp-source.html b/docs/dom3-api/DOMCharacterData_8hpp-source.html index b034909d..5c76a010 100644 --- a/docs/dom3-api/DOMCharacterData_8hpp-source.html +++ b/docs/dom3-api/DOMCharacterData_8hpp-source.html @@ -102,7 +102,7 @@ 00212 #endif 00213 00214 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMCharacterData_8hpp.html b/docs/dom3-api/DOMCharacterData_8hpp.html index 09396159..9ebc33f5 100644 --- a/docs/dom3-api/DOMCharacterData_8hpp.html +++ b/docs/dom3-api/DOMCharacterData_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMCharacterData interface extends DOMNode with a set of attributes and methods for accessing character data in the DOM. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMComment_8hpp-source.html b/docs/dom3-api/DOMComment_8hpp-source.html index f757825c..d828b3ea 100644 --- a/docs/dom3-api/DOMComment_8hpp-source.html +++ b/docs/dom3-api/DOMComment_8hpp-source.html @@ -72,7 +72,7 @@ 00074 00075 #endif 00076 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMComment_8hpp.html b/docs/dom3-api/DOMComment_8hpp.html index b5c1ef0e..6e2f4f33 100644 --- a/docs/dom3-api/DOMComment_8hpp.html +++ b/docs/dom3-api/DOMComment_8hpp.html @@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:

 This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMConfiguration_8hpp-source.html b/docs/dom3-api/DOMConfiguration_8hpp-source.html index aaa85ec2..c1fb0632 100644 --- a/docs/dom3-api/DOMConfiguration_8hpp-source.html +++ b/docs/dom3-api/DOMConfiguration_8hpp-source.html @@ -89,7 +89,7 @@ 00504 00505 #endif 00506 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMConfiguration_8hpp.html b/docs/dom3-api/DOMConfiguration_8hpp.html index 1026fe07..1a646110 100644 --- a/docs/dom3-api/DOMConfiguration_8hpp.html +++ b/docs/dom3-api/DOMConfiguration_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentFragment_8hpp-source.html b/docs/dom3-api/DOMDocumentFragment_8hpp-source.html index 806bf4be..d0cefa69 100644 --- a/docs/dom3-api/DOMDocumentFragment_8hpp-source.html +++ b/docs/dom3-api/DOMDocumentFragment_8hpp-source.html @@ -72,7 +72,7 @@ 00106 XERCES_CPP_NAMESPACE_END 00107 00108 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentFragment_8hpp.html b/docs/dom3-api/DOMDocumentFragment_8hpp.html index ae571425..cfd78130 100644 --- a/docs/dom3-api/DOMDocumentFragment_8hpp.html +++ b/docs/dom3-api/DOMDocumentFragment_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentRange_8hpp-source.html b/docs/dom3-api/DOMDocumentRange_8hpp-source.html index d2526d49..92ec4cae 100644 --- a/docs/dom3-api/DOMDocumentRange_8hpp-source.html +++ b/docs/dom3-api/DOMDocumentRange_8hpp-source.html @@ -80,7 +80,7 @@ 00092 XERCES_CPP_NAMESPACE_END 00093 00094 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentRange_8hpp.html b/docs/dom3-api/DOMDocumentRange_8hpp.html index 23ff0bf7..6e03343c 100644 --- a/docs/dom3-api/DOMDocumentRange_8hpp.html +++ b/docs/dom3-api/DOMDocumentRange_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMDocumentRange -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentTraversal_8hpp-source.html b/docs/dom3-api/DOMDocumentTraversal_8hpp-source.html index 1edbc8f2..13d2c9fe 100644 --- a/docs/dom3-api/DOMDocumentTraversal_8hpp-source.html +++ b/docs/dom3-api/DOMDocumentTraversal_8hpp-source.html @@ -90,7 +90,7 @@ 00152 XERCES_CPP_NAMESPACE_END 00153 00154 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentTraversal_8hpp.html b/docs/dom3-api/DOMDocumentTraversal_8hpp.html index d56d8352..ac7af9e4 100644 --- a/docs/dom3-api/DOMDocumentTraversal_8hpp.html +++ b/docs/dom3-api/DOMDocumentTraversal_8hpp.html @@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:

 DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentType_8hpp-source.html b/docs/dom3-api/DOMDocumentType_8hpp-source.html index 679a28e9..0de5abc1 100644 --- a/docs/dom3-api/DOMDocumentType_8hpp-source.html +++ b/docs/dom3-api/DOMDocumentType_8hpp-source.html @@ -92,7 +92,7 @@ 00158 #endif 00159 00160 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocumentType_8hpp.html b/docs/dom3-api/DOMDocumentType_8hpp.html index 50f0f04a..85346931 100644 --- a/docs/dom3-api/DOMDocumentType_8hpp.html +++ b/docs/dom3-api/DOMDocumentType_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocument_8hpp-source.html b/docs/dom3-api/DOMDocument_8hpp-source.html index 36d2d638..b249e1cb 100644 --- a/docs/dom3-api/DOMDocument_8hpp-source.html +++ b/docs/dom3-api/DOMDocument_8hpp-source.html @@ -200,7 +200,7 @@ 00876 XERCES_CPP_NAMESPACE_END 00877 00878 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMDocument_8hpp.html b/docs/dom3-api/DOMDocument_8hpp.html index 0377d00c..b83cf227 100644 --- a/docs/dom3-api/DOMDocument_8hpp.html +++ b/docs/dom3-api/DOMDocument_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMDocument interface represents the entire XML document. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMElement_8hpp-source.html b/docs/dom3-api/DOMElement_8hpp-source.html index 75ac7052..0f878d5a 100644 --- a/docs/dom3-api/DOMElement_8hpp-source.html +++ b/docs/dom3-api/DOMElement_8hpp-source.html @@ -141,7 +141,7 @@ 00468 00469 00470 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMElement_8hpp.html b/docs/dom3-api/DOMElement_8hpp.html index 4c75296c..3b27aa64 100644 --- a/docs/dom3-api/DOMElement_8hpp.html +++ b/docs/dom3-api/DOMElement_8hpp.html @@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:

 By far the vast majority of objects (apart from text) that authors encounter when traversing a document are DOMElement nodes. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMEntityReference_8hpp-source.html b/docs/dom3-api/DOMEntityReference_8hpp-source.html index 3bceb9d9..a1d346ad 100644 --- a/docs/dom3-api/DOMEntityReference_8hpp-source.html +++ b/docs/dom3-api/DOMEntityReference_8hpp-source.html @@ -74,7 +74,7 @@ 00094 #endif 00095 00096 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMEntityReference_8hpp.html b/docs/dom3-api/DOMEntityReference_8hpp.html index 72cf0e83..971bcc4b 100644 --- a/docs/dom3-api/DOMEntityReference_8hpp.html +++ b/docs/dom3-api/DOMEntityReference_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 DOMEntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMEntityResolver_8hpp-source.html b/docs/dom3-api/DOMEntityResolver_8hpp-source.html index 62521098..f58f9d5f 100644 --- a/docs/dom3-api/DOMEntityResolver_8hpp-source.html +++ b/docs/dom3-api/DOMEntityResolver_8hpp-source.html @@ -85,7 +85,7 @@ 00142 XERCES_CPP_NAMESPACE_END 00143 00144 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMEntityResolver_8hpp.html b/docs/dom3-api/DOMEntityResolver_8hpp.html index af826908..2b538f37 100644 --- a/docs/dom3-api/DOMEntityResolver_8hpp.html +++ b/docs/dom3-api/DOMEntityResolver_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 DOMEntityResolver provides a way for applications to redirect references to external entities. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMEntity_8hpp-source.html b/docs/dom3-api/DOMEntity_8hpp-source.html index ce2a7a24..f1e78146 100644 --- a/docs/dom3-api/DOMEntity_8hpp-source.html +++ b/docs/dom3-api/DOMEntity_8hpp-source.html @@ -96,7 +96,7 @@ 00205 00206 #endif 00207 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMEntity_8hpp.html b/docs/dom3-api/DOMEntity_8hpp.html index bf932478..4672a0ce 100644 --- a/docs/dom3-api/DOMEntity_8hpp.html +++ b/docs/dom3-api/DOMEntity_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 This interface represents an entity, either parsed or unparsed, in an XML document. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMErrorHandler_8hpp-source.html b/docs/dom3-api/DOMErrorHandler_8hpp-source.html index 232bb9d1..e52f782b 100644 --- a/docs/dom3-api/DOMErrorHandler_8hpp-source.html +++ b/docs/dom3-api/DOMErrorHandler_8hpp-source.html @@ -79,7 +79,7 @@ 00106 XERCES_CPP_NAMESPACE_END 00107 00108 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMErrorHandler_8hpp.html b/docs/dom3-api/DOMErrorHandler_8hpp.html index f3314230..c80f78b9 100644 --- a/docs/dom3-api/DOMErrorHandler_8hpp.html +++ b/docs/dom3-api/DOMErrorHandler_8hpp.html @@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:

 Basic interface for DOM error handlers. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMError_8hpp-source.html b/docs/dom3-api/DOMError_8hpp-source.html index 15b3ba44..7f82b549 100644 --- a/docs/dom3-api/DOMError_8hpp-source.html +++ b/docs/dom3-api/DOMError_8hpp-source.html @@ -120,7 +120,7 @@ 00250 XERCES_CPP_NAMESPACE_END 00251 00252 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMError_8hpp.html b/docs/dom3-api/DOMError_8hpp.html index c2da6fbb..a9244393 100644 --- a/docs/dom3-api/DOMError_8hpp.html +++ b/docs/dom3-api/DOMError_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 DOMError is an interface that describes an error. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMException_8cpp.html b/docs/dom3-api/DOMException_8cpp.html index f0666bc2..6d2547df 100644 --- a/docs/dom3-api/DOMException_8cpp.html +++ b/docs/dom3-api/DOMException_8cpp.html @@ -35,7 +35,7 @@ Include dependency graph for DOMException.cpp:

namespace  xercesc -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMException_8hpp-source.html b/docs/dom3-api/DOMException_8hpp-source.html index 88fe2ce1..33a76141 100644 --- a/docs/dom3-api/DOMException_8hpp-source.html +++ b/docs/dom3-api/DOMException_8hpp-source.html @@ -128,7 +128,7 @@ 00251 00252 #endif 00253 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMException_8hpp.html b/docs/dom3-api/DOMException_8hpp.html index 98332fdc..be83578f 100644 --- a/docs/dom3-api/DOMException_8hpp.html +++ b/docs/dom3-api/DOMException_8hpp.html @@ -48,7 +48,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMException -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementationLS_8hpp-source.html b/docs/dom3-api/DOMImplementationLS_8hpp-source.html index 550bfa3c..0b3effa3 100644 --- a/docs/dom3-api/DOMImplementationLS_8hpp-source.html +++ b/docs/dom3-api/DOMImplementationLS_8hpp-source.html @@ -104,7 +104,7 @@ 00177 XERCES_CPP_NAMESPACE_END 00178 00179 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementationLS_8hpp.html b/docs/dom3-api/DOMImplementationLS_8hpp.html index 82ee48c6..1b08881c 100644 --- a/docs/dom3-api/DOMImplementationLS_8hpp.html +++ b/docs/dom3-api/DOMImplementationLS_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMImplementationLS -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementationRegistry_8hpp-source.html b/docs/dom3-api/DOMImplementationRegistry_8hpp-source.html index 24ac68e6..4003c543 100644 --- a/docs/dom3-api/DOMImplementationRegistry_8hpp-source.html +++ b/docs/dom3-api/DOMImplementationRegistry_8hpp-source.html @@ -65,7 +65,7 @@ 00086 XERCES_CPP_NAMESPACE_END 00087 00088 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementationRegistry_8hpp.html b/docs/dom3-api/DOMImplementationRegistry_8hpp.html index 3264e93d..9c7b9b71 100644 --- a/docs/dom3-api/DOMImplementationRegistry_8hpp.html +++ b/docs/dom3-api/DOMImplementationRegistry_8hpp.html @@ -38,7 +38,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMImplementationRegistry -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementationSource_8hpp-source.html b/docs/dom3-api/DOMImplementationSource_8hpp-source.html index 8d03eb46..9065e377 100644 --- a/docs/dom3-api/DOMImplementationSource_8hpp-source.html +++ b/docs/dom3-api/DOMImplementationSource_8hpp-source.html @@ -79,7 +79,7 @@ 00099 XERCES_CPP_NAMESPACE_END 00100 00101 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementationSource_8hpp.html b/docs/dom3-api/DOMImplementationSource_8hpp.html index 6970c00c..720ccc50 100644 --- a/docs/dom3-api/DOMImplementationSource_8hpp.html +++ b/docs/dom3-api/DOMImplementationSource_8hpp.html @@ -38,7 +38,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMImplementationSource -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementation_8hpp-source.html b/docs/dom3-api/DOMImplementation_8hpp-source.html index 087adcfa..7f5ad5d6 100644 --- a/docs/dom3-api/DOMImplementation_8hpp-source.html +++ b/docs/dom3-api/DOMImplementation_8hpp-source.html @@ -122,7 +122,7 @@ 00265 XERCES_CPP_NAMESPACE_END 00266 00267 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMImplementation_8hpp.html b/docs/dom3-api/DOMImplementation_8hpp.html index d0e1cd48..1783e1f7 100644 --- a/docs/dom3-api/DOMImplementation_8hpp.html +++ b/docs/dom3-api/DOMImplementation_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMInputSource_8hpp-source.html b/docs/dom3-api/DOMInputSource_8hpp-source.html index 9af2a8dc..31531227 100644 --- a/docs/dom3-api/DOMInputSource_8hpp-source.html +++ b/docs/dom3-api/DOMInputSource_8hpp-source.html @@ -117,7 +117,7 @@ 00277 XERCES_CPP_NAMESPACE_END 00278 00279 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMInputSource_8hpp.html b/docs/dom3-api/DOMInputSource_8hpp.html index bd49a50e..0dc90803 100644 --- a/docs/dom3-api/DOMInputSource_8hpp.html +++ b/docs/dom3-api/DOMInputSource_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 This interface represents a single input source for an XML entity. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMLocator_8hpp-source.html b/docs/dom3-api/DOMLocator_8hpp-source.html index 73b7049c..b638c65e 100644 --- a/docs/dom3-api/DOMLocator_8hpp-source.html +++ b/docs/dom3-api/DOMLocator_8hpp-source.html @@ -103,7 +103,7 @@ 00205 XERCES_CPP_NAMESPACE_END 00206 00207 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMLocator_8hpp.html b/docs/dom3-api/DOMLocator_8hpp.html index a2ba41c1..f50154e4 100644 --- a/docs/dom3-api/DOMLocator_8hpp.html +++ b/docs/dom3-api/DOMLocator_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 DOMLocator is an interface that describes a location. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNamedNodeMap_8hpp-source.html b/docs/dom3-api/DOMNamedNodeMap_8hpp-source.html index ae338da3..c05e3ebb 100644 --- a/docs/dom3-api/DOMNamedNodeMap_8hpp-source.html +++ b/docs/dom3-api/DOMNamedNodeMap_8hpp-source.html @@ -106,7 +106,7 @@ 00244 00245 #endif 00246 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNamedNodeMap_8hpp.html b/docs/dom3-api/DOMNamedNodeMap_8hpp.html index 03e257e9..8878887b 100644 --- a/docs/dom3-api/DOMNamedNodeMap_8hpp.html +++ b/docs/dom3-api/DOMNamedNodeMap_8hpp.html @@ -66,7 +66,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNodeFilter_8hpp-source.html b/docs/dom3-api/DOMNodeFilter_8hpp-source.html index adb46d51..170aead2 100644 --- a/docs/dom3-api/DOMNodeFilter_8hpp-source.html +++ b/docs/dom3-api/DOMNodeFilter_8hpp-source.html @@ -99,7 +99,7 @@ 00215 XERCES_CPP_NAMESPACE_END 00216 00217 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNodeFilter_8hpp.html b/docs/dom3-api/DOMNodeFilter_8hpp.html index 941f0ad1..63501387 100644 --- a/docs/dom3-api/DOMNodeFilter_8hpp.html +++ b/docs/dom3-api/DOMNodeFilter_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

 Filters are objects that know how to "filter out" nodes. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNodeIterator_8hpp-source.html b/docs/dom3-api/DOMNodeIterator_8hpp-source.html index c220f9f2..23a76e46 100644 --- a/docs/dom3-api/DOMNodeIterator_8hpp-source.html +++ b/docs/dom3-api/DOMNodeIterator_8hpp-source.html @@ -100,7 +100,7 @@ 00193 XERCES_CPP_NAMESPACE_END 00194 00195 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNodeIterator_8hpp.html b/docs/dom3-api/DOMNodeIterator_8hpp.html index 86122002..7f983518 100644 --- a/docs/dom3-api/DOMNodeIterator_8hpp.html +++ b/docs/dom3-api/DOMNodeIterator_8hpp.html @@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNodeList_8hpp-source.html b/docs/dom3-api/DOMNodeList_8hpp-source.html index 61ee6cb0..2dd06800 100644 --- a/docs/dom3-api/DOMNodeList_8hpp-source.html +++ b/docs/dom3-api/DOMNodeList_8hpp-source.html @@ -84,7 +84,7 @@ 00111 #endif 00112 00113 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNodeList_8hpp.html b/docs/dom3-api/DOMNodeList_8hpp.html index f6896f24..507b7b34 100644 --- a/docs/dom3-api/DOMNodeList_8hpp.html +++ b/docs/dom3-api/DOMNodeList_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMNodeList interface provides the abstraction of an ordered collection of nodes. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNode_8hpp-source.html b/docs/dom3-api/DOMNode_8hpp-source.html index 4c065a1b..7fddbe83 100644 --- a/docs/dom3-api/DOMNode_8hpp-source.html +++ b/docs/dom3-api/DOMNode_8hpp-source.html @@ -234,7 +234,7 @@ 00957 00958 #endif 00959 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNode_8hpp.html b/docs/dom3-api/DOMNode_8hpp.html index 027be6d9..6bc5b72c 100644 --- a/docs/dom3-api/DOMNode_8hpp.html +++ b/docs/dom3-api/DOMNode_8hpp.html @@ -178,7 +178,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNotation_8hpp-source.html b/docs/dom3-api/DOMNotation_8hpp-source.html index 784236a7..1c3e5cbb 100644 --- a/docs/dom3-api/DOMNotation_8hpp-source.html +++ b/docs/dom3-api/DOMNotation_8hpp-source.html @@ -85,7 +85,7 @@ 00111 #endif 00112 00113 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMNotation_8hpp.html b/docs/dom3-api/DOMNotation_8hpp.html index 3957fcfd..29da79e7 100644 --- a/docs/dom3-api/DOMNotation_8hpp.html +++ b/docs/dom3-api/DOMNotation_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 This interface represents a notation declared in the DTD. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMPSVITypeInfo_8hpp-source.html b/docs/dom3-api/DOMPSVITypeInfo_8hpp-source.html index 28ff79f1..f4e3a0b2 100644 --- a/docs/dom3-api/DOMPSVITypeInfo_8hpp-source.html +++ b/docs/dom3-api/DOMPSVITypeInfo_8hpp-source.html @@ -95,7 +95,7 @@ 00114 00115 #endif 00116 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMPSVITypeInfo_8hpp.html b/docs/dom3-api/DOMPSVITypeInfo_8hpp.html index aab04c30..da455bb1 100644 --- a/docs/dom3-api/DOMPSVITypeInfo_8hpp.html +++ b/docs/dom3-api/DOMPSVITypeInfo_8hpp.html @@ -60,7 +60,7 @@ Include dependency graph for DOMPSVITypeInfo.hpp:

Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMProcessingInstruction_8hpp-source.html b/docs/dom3-api/DOMProcessingInstruction_8hpp-source.html index fd798056..400f5336 100644 --- a/docs/dom3-api/DOMProcessingInstruction_8hpp-source.html +++ b/docs/dom3-api/DOMProcessingInstruction_8hpp-source.html @@ -88,7 +88,7 @@ 00119 00120 #endif 00121 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMProcessingInstruction_8hpp.html b/docs/dom3-api/DOMProcessingInstruction_8hpp.html index bca66dfa..16773732 100644 --- a/docs/dom3-api/DOMProcessingInstruction_8hpp.html +++ b/docs/dom3-api/DOMProcessingInstruction_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMRangeException_8cpp.html b/docs/dom3-api/DOMRangeException_8cpp.html index 9eddb159..13ed7340 100644 --- a/docs/dom3-api/DOMRangeException_8cpp.html +++ b/docs/dom3-api/DOMRangeException_8cpp.html @@ -32,7 +32,7 @@ Include dependency graph for DOMRangeException.cpp:

namespace  xercesc -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMRangeException_8hpp-source.html b/docs/dom3-api/DOMRangeException_8hpp-source.html index 0ca6b947..ed182ec7 100644 --- a/docs/dom3-api/DOMRangeException_8hpp-source.html +++ b/docs/dom3-api/DOMRangeException_8hpp-source.html @@ -91,7 +91,7 @@ 00130 00131 #endif 00132 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMRangeException_8hpp.html b/docs/dom3-api/DOMRangeException_8hpp.html index 270bd1d1..530dc14b 100644 --- a/docs/dom3-api/DOMRangeException_8hpp.html +++ b/docs/dom3-api/DOMRangeException_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

 Range operations may throw a DOMRangeException as specified in their method descriptions. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMRange_8hpp-source.html b/docs/dom3-api/DOMRange_8hpp-source.html index c4b669fe..fb202cdf 100644 --- a/docs/dom3-api/DOMRange_8hpp-source.html +++ b/docs/dom3-api/DOMRange_8hpp-source.html @@ -149,7 +149,7 @@ 00527 XERCES_CPP_NAMESPACE_END 00528 00529 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMRange_8hpp.html b/docs/dom3-api/DOMRange_8hpp.html index 7d3927a2..24649a1a 100644 --- a/docs/dom3-api/DOMRange_8hpp.html +++ b/docs/dom3-api/DOMRange_8hpp.html @@ -38,7 +38,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMRange -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMText_8hpp-source.html b/docs/dom3-api/DOMText_8hpp-source.html index 3df44eaa..8ce3a9c4 100644 --- a/docs/dom3-api/DOMText_8hpp-source.html +++ b/docs/dom3-api/DOMText_8hpp-source.html @@ -90,7 +90,7 @@ 00186 #endif 00187 00188 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMText_8hpp.html b/docs/dom3-api/DOMText_8hpp.html index 9c4d03b1..b09fa653 100644 --- a/docs/dom3-api/DOMText_8hpp.html +++ b/docs/dom3-api/DOMText_8hpp.html @@ -45,7 +45,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMText interface inherits from DOMCharacterData and represents the textual content (termed character data in XML) of an DOMElement or DOMAttr. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMTreeWalker_8hpp-source.html b/docs/dom3-api/DOMTreeWalker_8hpp-source.html index 5d68e02f..ae829c5a 100644 --- a/docs/dom3-api/DOMTreeWalker_8hpp-source.html +++ b/docs/dom3-api/DOMTreeWalker_8hpp-source.html @@ -115,7 +115,7 @@ 00273 XERCES_CPP_NAMESPACE_END 00274 00275 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMTreeWalker_8hpp.html b/docs/dom3-api/DOMTreeWalker_8hpp.html index 276a5ce5..75d7bd38 100644 --- a/docs/dom3-api/DOMTreeWalker_8hpp.html +++ b/docs/dom3-api/DOMTreeWalker_8hpp.html @@ -71,7 +71,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMTypeInfo_8hpp-source.html b/docs/dom3-api/DOMTypeInfo_8hpp-source.html index 8a99c20f..d15f7160 100644 --- a/docs/dom3-api/DOMTypeInfo_8hpp-source.html +++ b/docs/dom3-api/DOMTypeInfo_8hpp-source.html @@ -78,7 +78,7 @@ 00102 00103 #endif 00104 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMTypeInfo_8hpp.html b/docs/dom3-api/DOMTypeInfo_8hpp.html index 9b4e68c5..71a8f27c 100644 --- a/docs/dom3-api/DOMTypeInfo_8hpp.html +++ b/docs/dom3-api/DOMTypeInfo_8hpp.html @@ -68,7 +68,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMUserDataHandler_8hpp-source.html b/docs/dom3-api/DOMUserDataHandler_8hpp-source.html index bdd6b0ac..48638fab 100644 --- a/docs/dom3-api/DOMUserDataHandler_8hpp-source.html +++ b/docs/dom3-api/DOMUserDataHandler_8hpp-source.html @@ -92,7 +92,7 @@ 00137 00138 #endif 00139 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMUserDataHandler_8hpp.html b/docs/dom3-api/DOMUserDataHandler_8hpp.html index 84da4c4c..55b64181 100644 --- a/docs/dom3-api/DOMUserDataHandler_8hpp.html +++ b/docs/dom3-api/DOMUserDataHandler_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

 When associating an object to a key on a node using setUserData the application can provide a handler that gets called when the node the object is associated to is being cloned or imported. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMWriterFilter_8hpp-source.html b/docs/dom3-api/DOMWriterFilter_8hpp-source.html index 80b95dba..0f50b4c6 100644 --- a/docs/dom3-api/DOMWriterFilter_8hpp-source.html +++ b/docs/dom3-api/DOMWriterFilter_8hpp-source.html @@ -105,7 +105,7 @@ 00145 XERCES_CPP_NAMESPACE_END 00146 00147 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMWriterFilter_8hpp.html b/docs/dom3-api/DOMWriterFilter_8hpp.html index bbd74a64..81968c40 100644 --- a/docs/dom3-api/DOMWriterFilter_8hpp.html +++ b/docs/dom3-api/DOMWriterFilter_8hpp.html @@ -43,7 +43,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMWriterFilter -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMWriter_8hpp-source.html b/docs/dom3-api/DOMWriter_8hpp-source.html index 9308b148..9b2f0bae 100644 --- a/docs/dom3-api/DOMWriter_8hpp-source.html +++ b/docs/dom3-api/DOMWriter_8hpp-source.html @@ -122,7 +122,7 @@ 00542 XERCES_CPP_NAMESPACE_END 00543 00544 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMWriter_8hpp.html b/docs/dom3-api/DOMWriter_8hpp.html index 7ddd0a3a..e472c976 100644 --- a/docs/dom3-api/DOMWriter_8hpp.html +++ b/docs/dom3-api/DOMWriter_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMWriter -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathEvaluator_8hpp-source.html b/docs/dom3-api/DOMXPathEvaluator_8hpp-source.html index 4dfe4d6f..49e6d178 100644 --- a/docs/dom3-api/DOMXPathEvaluator_8hpp-source.html +++ b/docs/dom3-api/DOMXPathEvaluator_8hpp-source.html @@ -84,7 +84,7 @@ 00169 XERCES_CPP_NAMESPACE_END 00170 00171 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathEvaluator_8hpp.html b/docs/dom3-api/DOMXPathEvaluator_8hpp.html index 06d57d55..446d2de8 100644 --- a/docs/dom3-api/DOMXPathEvaluator_8hpp.html +++ b/docs/dom3-api/DOMXPathEvaluator_8hpp.html @@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:

 The evaluation of XPath expressions is provided by DOMXPathEvaluator. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathException_8cpp.html b/docs/dom3-api/DOMXPathException_8cpp.html index e060fef4..7bcc78ae 100644 --- a/docs/dom3-api/DOMXPathException_8cpp.html +++ b/docs/dom3-api/DOMXPathException_8cpp.html @@ -30,7 +30,7 @@ Include dependency graph for DOMXPathException.cpp:

namespace  xercesc -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathException_8hpp-source.html b/docs/dom3-api/DOMXPathException_8hpp-source.html index 8780d3ff..025832f6 100644 --- a/docs/dom3-api/DOMXPathException_8hpp-source.html +++ b/docs/dom3-api/DOMXPathException_8hpp-source.html @@ -83,7 +83,7 @@ 00114 XERCES_CPP_NAMESPACE_END 00115 00116 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathException_8hpp.html b/docs/dom3-api/DOMXPathException_8hpp.html index 6923da13..832c5d82 100644 --- a/docs/dom3-api/DOMXPathException_8hpp.html +++ b/docs/dom3-api/DOMXPathException_8hpp.html @@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:

class  xercesc::DOMXPathException -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathExpression_8hpp-source.html b/docs/dom3-api/DOMXPathExpression_8hpp-source.html index 3fcac6ce..bcdc7222 100644 --- a/docs/dom3-api/DOMXPathExpression_8hpp-source.html +++ b/docs/dom3-api/DOMXPathExpression_8hpp-source.html @@ -73,7 +73,7 @@ 00105 XERCES_CPP_NAMESPACE_END 00106 00107 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathExpression_8hpp.html b/docs/dom3-api/DOMXPathExpression_8hpp.html index 680abd07..b984e8e7 100644 --- a/docs/dom3-api/DOMXPathExpression_8hpp.html +++ b/docs/dom3-api/DOMXPathExpression_8hpp.html @@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMXPathExpression interface represents a parsed and resolved XPath expression. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathNSResolver_8hpp-source.html b/docs/dom3-api/DOMXPathNSResolver_8hpp-source.html index cd62e1c0..fc6959ad 100644 --- a/docs/dom3-api/DOMXPathNSResolver_8hpp-source.html +++ b/docs/dom3-api/DOMXPathNSResolver_8hpp-source.html @@ -81,7 +81,7 @@ 00105 00106 #endif 00107 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathNSResolver_8hpp.html b/docs/dom3-api/DOMXPathNSResolver_8hpp.html index abdc433c..14195f37 100644 --- a/docs/dom3-api/DOMXPathNSResolver_8hpp.html +++ b/docs/dom3-api/DOMXPathNSResolver_8hpp.html @@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMXPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathNamespace_8hpp-source.html b/docs/dom3-api/DOMXPathNamespace_8hpp-source.html index eeb32c31..0bc49b62 100644 --- a/docs/dom3-api/DOMXPathNamespace_8hpp-source.html +++ b/docs/dom3-api/DOMXPathNamespace_8hpp-source.html @@ -80,7 +80,7 @@ 00108 XERCES_CPP_NAMESPACE_END 00109 00110 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathNamespace_8hpp.html b/docs/dom3-api/DOMXPathNamespace_8hpp.html index 2c6ddc16..019c6759 100644 --- a/docs/dom3-api/DOMXPathNamespace_8hpp.html +++ b/docs/dom3-api/DOMXPathNamespace_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMXPathNamespace interface is returned by DOMXPathResult interfaces to represent the XPath namespace node type that DOM lacks. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathResult_8hpp-source.html b/docs/dom3-api/DOMXPathResult_8hpp-source.html index f765c537..72a72f6a 100644 --- a/docs/dom3-api/DOMXPathResult_8hpp-source.html +++ b/docs/dom3-api/DOMXPathResult_8hpp-source.html @@ -111,7 +111,7 @@ 00252 XERCES_CPP_NAMESPACE_END 00253 00254 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOMXPathResult_8hpp.html b/docs/dom3-api/DOMXPathResult_8hpp.html index ec36c0b3..6f8bd21f 100644 --- a/docs/dom3-api/DOMXPathResult_8hpp.html +++ b/docs/dom3-api/DOMXPathResult_8hpp.html @@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:

 The DOMXPathResult interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOM_8hpp-source.html b/docs/dom3-api/DOM_8hpp-source.html index f22929a7..185f78d4 100644 --- a/docs/dom3-api/DOM_8hpp-source.html +++ b/docs/dom3-api/DOM_8hpp-source.html @@ -99,7 +99,7 @@ 00080 00081 00082 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/DOM_8hpp.html b/docs/dom3-api/DOM_8hpp.html index 14a39922..fa5682aa 100644 --- a/docs/dom3-api/DOM_8hpp.html +++ b/docs/dom3-api/DOM_8hpp.html @@ -117,7 +117,7 @@ Include dependency graph for DOM.hpp:

Go to the source code of this file.
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/MemoryManager_8hpp-source.html b/docs/dom3-api/MemoryManager_8hpp-source.html index c9d846b5..a5cfdb2b 100644 --- a/docs/dom3-api/MemoryManager_8hpp-source.html +++ b/docs/dom3-api/MemoryManager_8hpp-source.html @@ -93,7 +93,7 @@ 00107 XERCES_CPP_NAMESPACE_END 00108 00109 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/MemoryManager_8hpp.html b/docs/dom3-api/MemoryManager_8hpp.html index f08501ca..6fb81130 100644 --- a/docs/dom3-api/MemoryManager_8hpp.html +++ b/docs/dom3-api/MemoryManager_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/PlatformUtils_8hpp-source.html b/docs/dom3-api/PlatformUtils_8hpp-source.html index e14b88f3..2f4cca5e 100644 --- a/docs/dom3-api/PlatformUtils_8hpp-source.html +++ b/docs/dom3-api/PlatformUtils_8hpp-source.html @@ -320,7 +320,7 @@ 00856 XERCES_CPP_NAMESPACE_END 00857 00858 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/PlatformUtils_8hpp.html b/docs/dom3-api/PlatformUtils_8hpp.html index aaa8b0de..dda10bc1 100644 --- a/docs/dom3-api/PlatformUtils_8hpp.html +++ b/docs/dom3-api/PlatformUtils_8hpp.html @@ -80,7 +80,7 @@ This graph shows which files directly or indirectly include this file:

-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/StDOMNode_8hpp-source.html b/docs/dom3-api/StDOMNode_8hpp-source.html index 688079b5..70ef314d 100644 --- a/docs/dom3-api/StDOMNode_8hpp-source.html +++ b/docs/dom3-api/StDOMNode_8hpp-source.html @@ -111,7 +111,7 @@ 00092 00093 #endif 00094 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/StDOMNode_8hpp.html b/docs/dom3-api/StDOMNode_8hpp.html index 5d732727..4892c21d 100644 --- a/docs/dom3-api/StDOMNode_8hpp.html +++ b/docs/dom3-api/StDOMNode_8hpp.html @@ -46,7 +46,7 @@ Include dependency graph for StDOMNode.hpp:

typedef DOMElement * xercesc::DOMElementSPtr -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XPath2Result_8hpp-source.html b/docs/dom3-api/XPath2Result_8hpp-source.html index eed29265..5b121b3e 100644 --- a/docs/dom3-api/XPath2Result_8hpp-source.html +++ b/docs/dom3-api/XPath2Result_8hpp-source.html @@ -86,7 +86,7 @@ 00210 }; 00211 00212 #endif -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XPath2Result_8hpp.html b/docs/dom3-api/XPath2Result_8hpp.html index ab3623e8..4a1a9132 100644 --- a/docs/dom3-api/XPath2Result_8hpp.html +++ b/docs/dom3-api/XPath2Result_8hpp.html @@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file:

 The XPathResult2 interface represents the result of the evaluation of an XPath 2.0 expression within the context of a particular node. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XQillaExpression_8hpp-source.html b/docs/dom3-api/XQillaExpression_8hpp-source.html index 928cbd40..2a52b3d5 100644 --- a/docs/dom3-api/XQillaExpression_8hpp-source.html +++ b/docs/dom3-api/XQillaExpression_8hpp-source.html @@ -71,7 +71,7 @@ 00110 00111 #endif //__XQILLAEXPRESSION_HPP 00112 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XQillaExpression_8hpp.html b/docs/dom3-api/XQillaExpression_8hpp.html index 0373a452..0bca110a 100644 --- a/docs/dom3-api/XQillaExpression_8hpp.html +++ b/docs/dom3-api/XQillaExpression_8hpp.html @@ -45,7 +45,7 @@ Include dependency graph for XQillaExpression.hpp:

 The XQillaExpression interface extends the DOMXPathExpression interface, providing the ability to release the object. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XQillaNSResolver_8hpp-source.html b/docs/dom3-api/XQillaNSResolver_8hpp-source.html index c3631393..ec4f3336 100644 --- a/docs/dom3-api/XQillaNSResolver_8hpp-source.html +++ b/docs/dom3-api/XQillaNSResolver_8hpp-source.html @@ -69,7 +69,7 @@ 00094 00095 00096 #endif //__XQILLANSRESOLVER_HPP -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XQillaNSResolver_8hpp.html b/docs/dom3-api/XQillaNSResolver_8hpp.html index 9b489dbd..b367b339 100644 --- a/docs/dom3-api/XQillaNSResolver_8hpp.html +++ b/docs/dom3-api/XQillaNSResolver_8hpp.html @@ -37,7 +37,7 @@ Include dependency graph for XQillaNSResolver.hpp:

 The XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability to add additional namespace bindings. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XQillaPlatformUtils_8hpp-source.html b/docs/dom3-api/XQillaPlatformUtils_8hpp-source.html index d454cf67..a2eb17a6 100644 --- a/docs/dom3-api/XQillaPlatformUtils_8hpp-source.html +++ b/docs/dom3-api/XQillaPlatformUtils_8hpp-source.html @@ -53,7 +53,7 @@ 00056 }; 00057 #endif 00058 -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/XQillaPlatformUtils_8hpp.html b/docs/dom3-api/XQillaPlatformUtils_8hpp.html index 4d1a7345..1f5ffdf3 100644 --- a/docs/dom3-api/XQillaPlatformUtils_8hpp.html +++ b/docs/dom3-api/XQillaPlatformUtils_8hpp.html @@ -34,7 +34,7 @@ Include dependency graph for XQillaPlatformUtils.hpp:

 Static utility methods for initializing and terminating the XQilla and Xerces environments. More...
-
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/annotated.html b/docs/dom3-api/annotated.html index 417d116d..91cf78dc 100644 --- a/docs/dom3-api/annotated.html +++ b/docs/dom3-api/annotated.html @@ -75,7 +75,7 @@ XQillaNSResolverThe XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability to add additional namespace bindings XQillaPlatformUtilsStatic utility methods for initializing and terminating the XQilla and Xerces environments -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXPath2Result-members.html b/docs/dom3-api/classXPath2Result-members.html index 745454be..72a2d2a6 100644 --- a/docs/dom3-api/classXPath2Result-members.html +++ b/docs/dom3-api/classXPath2Result-members.html @@ -39,7 +39,7 @@ snapshotItem(unsigned long index)=0XPath2Result [pure virtual] XPath2Result()XPath2Result [inline, protected] ~XPath2Result()XPath2Result [inline, virtual] -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXPath2Result.html b/docs/dom3-api/classXPath2Result.html index 8343a746..db356b28 100644 --- a/docs/dom3-api/classXPath2Result.html +++ b/docs/dom3-api/classXPath2Result.html @@ -630,7 +630,7 @@ If index is greater than or equal to the number of items in the list, this metho
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXQillaExpression-members.html b/docs/dom3-api/classXQillaExpression-members.html index 9d181cf3..2bf50444 100644 --- a/docs/dom3-api/classXQillaExpression-members.html +++ b/docs/dom3-api/classXQillaExpression-members.html @@ -26,7 +26,7 @@ XQillaExpression()XQillaExpression [inline, protected] ~DOMXPathExpression()xercesc::DOMXPathExpression [inline, virtual] ~XQillaExpression()XQillaExpression [inline, virtual] -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXQillaExpression.html b/docs/dom3-api/classXQillaExpression.html index da2e14bc..97b814ae 100644 --- a/docs/dom3-api/classXQillaExpression.html +++ b/docs/dom3-api/classXQillaExpression.html @@ -203,7 +203,7 @@ Access to a released object will lead to unexpected result.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXQillaNSResolver-members.html b/docs/dom3-api/classXQillaNSResolver-members.html index 47a52ca7..d1b44805 100644 --- a/docs/dom3-api/classXQillaNSResolver-members.html +++ b/docs/dom3-api/classXQillaNSResolver-members.html @@ -27,7 +27,7 @@ release()=0XQillaNSResolver [pure virtual] XQillaNSResolver()XQillaNSResolver [inline, protected] ~DOMXPathNSResolver()xercesc::DOMXPathNSResolver [inline, virtual] -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXQillaNSResolver.html b/docs/dom3-api/classXQillaNSResolver.html index e261f11d..ddec1b8e 100644 --- a/docs/dom3-api/classXQillaNSResolver.html +++ b/docs/dom3-api/classXQillaNSResolver.html @@ -237,7 +237,7 @@ Access to a released object will lead to unexpected result.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXQillaPlatformUtils-members.html b/docs/dom3-api/classXQillaPlatformUtils-members.html index 44bcbe2a..02018e6e 100644 --- a/docs/dom3-api/classXQillaPlatformUtils-members.html +++ b/docs/dom3-api/classXQillaPlatformUtils-members.html @@ -23,7 +23,7 @@ enableExtendedPrecision(bool bEnable)XQillaPlatformUtils [static] initialize(xercesc::MemoryManager *memMgr=0)XQillaPlatformUtils [static] terminate()XQillaPlatformUtils [static] -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classXQillaPlatformUtils.html b/docs/dom3-api/classXQillaPlatformUtils.html index 1981bf49..fd1087d1 100644 --- a/docs/dom3-api/classXQillaPlatformUtils.html +++ b/docs/dom3-api/classXQillaPlatformUtils.html @@ -133,7 +133,7 @@ Terminates Xerces
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classes.html b/docs/dom3-api/classes.html index 2d129cb6..81e119f8 100644 --- a/docs/dom3-api/classes.html +++ b/docs/dom3-api/classes.html @@ -26,7 +26,7 @@ DOMDocumentRange (xercesc)   DOMNodeList (xercesc)   MemoryManager (xercesc)   DOMDocumentTraversal (xercesc)   DOMNotation (xercesc)   
  S  
DOMDocumentType (xercesc)   DOMProcessingInstruction (xercesc)   StDOMNode (xercesc)   DOMElement (xercesc)   DOMPSVITypeInfo (xercesc)   
  X  
DOMEntity (xercesc)   DOMRange (xercesc)   XMLDeleter (xercesc)   DOMEntityReference (xercesc)   DOMRangeException (xercesc)   XMLPlatformUtils (xercesc)   DOMEntityResolver (xercesc)   DOMText (xercesc)   XPath2Result   DOMError (xercesc)   DOMTreeWalker (xercesc)   XQillaExpression   DOMErrorHandler (xercesc)   DOMTypeInfo (xercesc)   XQillaNSResolver   DOMException (xercesc)   DOMUserDataHandler (xercesc)   XQillaPlatformUtils   DOMImplementation (xercesc)   

D | M | S | X

-


Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMAttr-members.html b/docs/dom3-api/classxercesc_1_1DOMAttr-members.html index 5020e98e..6387de46 100644 --- a/docs/dom3-api/classxercesc_1_1DOMAttr-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMAttr-members.html @@ -92,7 +92,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMAttr()xercesc::DOMAttr [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMAttr.html b/docs/dom3-api/classxercesc_1_1DOMAttr.html index 4f64801a..8ade7c18 100644 --- a/docs/dom3-api/classxercesc_1_1DOMAttr.html +++ b/docs/dom3-api/classxercesc_1_1DOMAttr.html @@ -386,7 +386,7 @@ A text node with the unparsed contents of the string will be created.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMBuilder-members.html b/docs/dom3-api/classxercesc_1_1DOMBuilder-members.html index 1d77fe7a..11e87a89 100644 --- a/docs/dom3-api/classxercesc_1_1DOMBuilder-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMBuilder-members.html @@ -55,7 +55,7 @@ setFilter(DOMBuilderFilter *const filter)=0xercesc::DOMBuilder [pure virtual] setProperty(const XMLCh *const name, void *value)=0xercesc::DOMBuilder [pure virtual] ~DOMBuilder()xercesc::DOMBuilder [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMBuilder.html b/docs/dom3-api/classxercesc_1_1DOMBuilder.html index a71f73c4..3e2846b0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMBuilder.html +++ b/docs/dom3-api/classxercesc_1_1DOMBuilder.html @@ -1438,7 +1438,7 @@ NOT_FOUND_ERR: Raised when the DOMBuilder.hpp -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html b/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html index 4b95c237..d9c486c0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMCDATASection-members.html @@ -104,7 +104,7 @@ ~DOMCharacterData()xercesc::DOMCharacterData [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMText()xercesc::DOMText [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMCDATASection.html b/docs/dom3-api/classxercesc_1_1DOMCDATASection.html index 5ee10766..26597384 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCDATASection.html +++ b/docs/dom3-api/classxercesc_1_1DOMCDATASection.html @@ -143,7 +143,7 @@ Destructor.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html b/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html index 69afea6b..b82c8ef8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMCharacterData-members.html @@ -93,7 +93,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMCharacterData()xercesc::DOMCharacterData [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMCharacterData.html b/docs/dom3-api/classxercesc_1_1DOMCharacterData.html index 15694f5b..f61f4b8c 100644 --- a/docs/dom3-api/classxercesc_1_1DOMCharacterData.html +++ b/docs/dom3-api/classxercesc_1_1DOMCharacterData.html @@ -525,7 +525,7 @@ Extracts a range of data from the node.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMComment-members.html b/docs/dom3-api/classxercesc_1_1DOMComment-members.html index fd014840..12644add 100644 --- a/docs/dom3-api/classxercesc_1_1DOMComment-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMComment-members.html @@ -95,7 +95,7 @@ ~DOMCharacterData()xercesc::DOMCharacterData [inline, virtual] ~DOMComment()xercesc::DOMComment [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMComment.html b/docs/dom3-api/classxercesc_1_1DOMComment.html index 57c292b8..a357e311 100644 --- a/docs/dom3-api/classxercesc_1_1DOMComment.html +++ b/docs/dom3-api/classxercesc_1_1DOMComment.html @@ -109,7 +109,7 @@ Destructor.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html b/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html index 37147633..c466cce2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMConfiguration-members.html @@ -25,7 +25,7 @@ getParameter(const XMLCh *name) const =0xercesc::DOMConfiguration [pure virtual] setParameter(const XMLCh *name, const void *value)=0xercesc::DOMConfiguration [pure virtual] ~DOMConfiguration()xercesc::DOMConfiguration [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMConfiguration.html b/docs/dom3-api/classxercesc_1_1DOMConfiguration.html index 2dd0bcd9..43659008 100644 --- a/docs/dom3-api/classxercesc_1_1DOMConfiguration.html +++ b/docs/dom3-api/classxercesc_1_1DOMConfiguration.html @@ -318,7 +318,7 @@ Set the value of a parameter.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocument-members.html b/docs/dom3-api/classxercesc_1_1DOMDocument-members.html index 21ae2290..92a0776b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocument-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocument-members.html @@ -134,7 +134,7 @@ ~DOMDocumentTraversal()xercesc::DOMDocumentTraversal [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMXPathEvaluator()xercesc::DOMXPathEvaluator [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocument.html b/docs/dom3-api/classxercesc_1_1DOMDocument.html index bd9abca2..499ae5d5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocument.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocument.html @@ -1769,7 +1769,7 @@ This is null when unspecified.

The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html index 0c856e9e..5306363a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment-members.html @@ -84,7 +84,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMDocumentFragment()xercesc::DOMDocumentFragment [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html index 1ccaab0f..1f52ab87 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentFragment.html @@ -111,7 +111,7 @@ Destructor.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html index 69682e8d..eea4063b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentRange-members.html @@ -23,7 +23,7 @@ createRange()=0xercesc::DOMDocumentRange [pure virtual] DOMDocumentRange()xercesc::DOMDocumentRange [inline, protected] ~DOMDocumentRange()xercesc::DOMDocumentRange [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html b/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html index 0ada62b6..8adace33 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentRange.html @@ -138,7 +138,7 @@ To create the range consisting of boundary-points and offset of the selected con
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html index d4438d19..6cdfbb81 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal-members.html @@ -24,7 +24,7 @@ createTreeWalker(DOMNode *root, unsigned long whatToShow, DOMNodeFilter *filter, bool entityReferenceExpansion)=0xercesc::DOMDocumentTraversal [pure virtual] DOMDocumentTraversal()xercesc::DOMDocumentTraversal [inline, protected] ~DOMDocumentTraversal()xercesc::DOMDocumentTraversal [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html index 53e6dd62..36774f14 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentTraversal.html @@ -243,7 +243,7 @@ To produce a view of the document that has entity references expanded and does n
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html b/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html index cbd59e45..a5e7bdc0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentType-members.html @@ -90,7 +90,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMDocumentType()xercesc::DOMDocumentType [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMDocumentType.html b/docs/dom3-api/classxercesc_1_1DOMDocumentType.html index 0246fda6..cf7ed501 100644 --- a/docs/dom3-api/classxercesc_1_1DOMDocumentType.html +++ b/docs/dom3-api/classxercesc_1_1DOMDocumentType.html @@ -323,7 +323,7 @@ Get the system identifier of the external subset.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMElement-members.html b/docs/dom3-api/classxercesc_1_1DOMElement-members.html index 029fa0ee..7fb584af 100644 --- a/docs/dom3-api/classxercesc_1_1DOMElement-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMElement-members.html @@ -105,7 +105,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMElement()xercesc::DOMElement [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMElement.html b/docs/dom3-api/classxercesc_1_1DOMElement.html index 03affd54..5b8fc4b5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMElement.html +++ b/docs/dom3-api/classxercesc_1_1DOMElement.html @@ -1084,7 +1084,7 @@ NOT_FOUND_ERR: Raised if the specified node is not an DOMElement.hpp -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMEntity-members.html b/docs/dom3-api/classxercesc_1_1DOMEntity-members.html index 6b948a14..cd6b096c 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntity-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntity-members.html @@ -94,7 +94,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMEntity()xercesc::DOMEntity [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMEntity.html b/docs/dom3-api/classxercesc_1_1DOMEntity.html index 551d235f..00e3f0c5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntity.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntity.html @@ -462,7 +462,7 @@ This is null otherwise.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html b/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html index 7ced3180..b93c496f 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntityReference-members.html @@ -85,7 +85,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMEntityReference()xercesc::DOMEntityReference [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMEntityReference.html b/docs/dom3-api/classxercesc_1_1DOMEntityReference.html index 2eb30a9b..75bf05b4 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntityReference.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntityReference.html @@ -140,7 +140,7 @@ Destructor.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMEntityResolver-members.html b/docs/dom3-api/classxercesc_1_1DOMEntityResolver-members.html index e2872284..38e758d3 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntityResolver-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntityResolver-members.html @@ -23,7 +23,7 @@ DOMEntityResolver()xercesc::DOMEntityResolver [inline, protected] resolveEntity(const XMLCh *const publicId, const XMLCh *const systemId, const XMLCh *const baseURI)=0xercesc::DOMEntityResolver [pure virtual] ~DOMEntityResolver()xercesc::DOMEntityResolver [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMEntityResolver.html b/docs/dom3-api/classxercesc_1_1DOMEntityResolver.html index 4ff81fa3..e2c52ee0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMEntityResolver.html +++ b/docs/dom3-api/classxercesc_1_1DOMEntityResolver.html @@ -173,7 +173,7 @@ The returned DOMInputSo
The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMError-members.html b/docs/dom3-api/classxercesc_1_1DOMError-members.html index 173f6c38..605590a9 100644 --- a/docs/dom3-api/classxercesc_1_1DOMError-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMError-members.html @@ -38,7 +38,7 @@ setSeverity(const short severity)=0xercesc::DOMError [pure virtual] setType(const XMLCh *type)=0xercesc::DOMError [pure virtual] ~DOMError()xercesc::DOMError [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMError.html b/docs/dom3-api/classxercesc_1_1DOMError.html index 5faea52c..855f56d4 100644 --- a/docs/dom3-api/classxercesc_1_1DOMError.html +++ b/docs/dom3-api/classxercesc_1_1DOMError.html @@ -601,7 +601,7 @@ Note: As an example, [DOM Level 3 Load and Save] does not keep the [baseURI] pro
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html b/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html index c6ec7094..5d12e509 100644 --- a/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMErrorHandler-members.html @@ -23,7 +23,7 @@ DOMErrorHandler()xercesc::DOMErrorHandler [inline, protected] handleError(const DOMError &domError)=0xercesc::DOMErrorHandler [pure virtual] ~DOMErrorHandler()xercesc::DOMErrorHandler [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html b/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html index 76cb8bed..decbb180 100644 --- a/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html +++ b/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html @@ -149,7 +149,7 @@ This method is called on the error handler when an error occures.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMException-members.html b/docs/dom3-api/classxercesc_1_1DOMException-members.html index 9207667f..30ce2a46 100644 --- a/docs/dom3-api/classxercesc_1_1DOMException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMException-members.html @@ -45,7 +45,7 @@ VALIDATION_ERR enum valuexercesc::DOMException WRONG_DOCUMENT_ERR enum valuexercesc::DOMException ~DOMException()xercesc::DOMException [virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMException.html b/docs/dom3-api/classxercesc_1_1DOMException.html index 5cd406e9..57da2ea2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMException.html +++ b/docs/dom3-api/classxercesc_1_1DOMException.html @@ -419,7 +419,7 @@ Applications may use this field to hold an error message. The field value is not
The documentation for this class was generated from the following files: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html index d99b3b61..df2da17b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementation-members.html @@ -37,7 +37,7 @@ MODE_SYNCHRONOUS enum valuexercesc::DOMImplementationLS ~DOMImplementation()xercesc::DOMImplementation [inline, virtual] ~DOMImplementationLS()xercesc::DOMImplementationLS [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementation.html b/docs/dom3-api/classxercesc_1_1DOMImplementation.html index 9b446128..1522a096 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementation.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementation.html @@ -513,7 +513,7 @@ Load the default error text message for DOMImplementation.hpp -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html index 6e4e3d1a..e611e6e5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationLS-members.html @@ -27,7 +27,7 @@ MODE_ASYNCHRONOUS enum valuexercesc::DOMImplementationLS MODE_SYNCHRONOUS enum valuexercesc::DOMImplementationLS ~DOMImplementationLS()xercesc::DOMImplementationLS [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html b/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html index ab98feb0..737bb14f 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationLS.html @@ -300,7 +300,7 @@ DOMWriters are used to serialize a DOM tree back into an XML document.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html index 33839da7..449efc42 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry-members.html @@ -22,7 +22,7 @@

xercesc::DOMImplementationRegistry Member List

This is the complete list of members for xercesc::DOMImplementationRegistry, including all inherited members.

-
addSource(DOMImplementationSource *source)xercesc::DOMImplementationRegistry [static]
getDOMImplementation(const XMLCh *features)xercesc::DOMImplementationRegistry [static]


Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html index 87eb5bb0..c62cf41f 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html @@ -112,7 +112,7 @@ Return the first registered implementation that has the desired features, or nul
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html b/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html index e7c486b9..acd2a591 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationSource-members.html @@ -23,7 +23,7 @@ DOMImplementationSource()xercesc::DOMImplementationSource [inline, protected] getDOMImplementation(const XMLCh *features) const =0xercesc::DOMImplementationSource [pure virtual] ~DOMImplementationSource()xercesc::DOMImplementationSource [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html b/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html index 88ccf87f..f16044b9 100644 --- a/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html +++ b/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html @@ -137,7 +137,7 @@ A method to request a DOM implementation.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMInputSource-members.html b/docs/dom3-api/classxercesc_1_1DOMInputSource-members.html index c07bdb0a..aae8df55 100644 --- a/docs/dom3-api/classxercesc_1_1DOMInputSource-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMInputSource-members.html @@ -34,7 +34,7 @@ setPublicId(const XMLCh *const publicId)=0xercesc::DOMInputSource [pure virtual] setSystemId(const XMLCh *const systemId)=0xercesc::DOMInputSource [pure virtual] ~DOMInputSource()xercesc::DOMInputSource [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMInputSource.html b/docs/dom3-api/classxercesc_1_1DOMInputSource.html index d13d1da4..8e52f48e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMInputSource.html +++ b/docs/dom3-api/classxercesc_1_1DOMInputSource.html @@ -570,7 +570,7 @@ If the system ID is a URL, it must be fully resolved.


The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMLocator-members.html b/docs/dom3-api/classxercesc_1_1DOMLocator-members.html index c75cebd9..f4a65dec 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLocator-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMLocator-members.html @@ -32,7 +32,7 @@ setOffset(const XMLSSize_t offset)=0xercesc::DOMLocator [pure virtual] setURI(const XMLCh *const uri)=0xercesc::DOMLocator [pure virtual] ~DOMLocator()xercesc::DOMLocator [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMLocator.html b/docs/dom3-api/classxercesc_1_1DOMLocator.html index bfbf3820..88233688 100644 --- a/docs/dom3-api/classxercesc_1_1DOMLocator.html +++ b/docs/dom3-api/classxercesc_1_1DOMLocator.html @@ -490,7 +490,7 @@ Set the URI where the error occured.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html index e6488fa1..1a7463ae 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap-members.html @@ -30,7 +30,7 @@ setNamedItem(DOMNode *arg)=0xercesc::DOMNamedNodeMap [pure virtual] setNamedItemNS(DOMNode *arg)=0xercesc::DOMNamedNodeMap [pure virtual] ~DOMNamedNodeMap()xercesc::DOMNamedNodeMap [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html index 42350191..63e1d98c 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html +++ b/docs/dom3-api/classxercesc_1_1DOMNamedNodeMap.html @@ -467,7 +467,7 @@ INUSE_ATTRIBUTE_ERR: Raised if arg is an DOMNamedNodeMap.hpp -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNode-members.html b/docs/dom3-api/classxercesc_1_1DOMNode-members.html index 001502ac..f97ace3d 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNode-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNode-members.html @@ -82,7 +82,7 @@ TREE_POSITION_PRECEDING enum valuexercesc::DOMNode TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMNode()xercesc::DOMNode [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNode.html b/docs/dom3-api/classxercesc_1_1DOMNode.html index 77397316..13e9fbcb 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNode.html +++ b/docs/dom3-api/classxercesc_1_1DOMNode.html @@ -1865,7 +1865,7 @@ Both the parameter data and the returned object are void pointer, i
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html b/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html index 4b9fe6ee..2dd950ab 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeFilter-members.html @@ -41,7 +41,7 @@ SHOW_TEXT enum valuexercesc::DOMNodeFilter ShowType enum namexercesc::DOMNodeFilter ~DOMNodeFilter()xercesc::DOMNodeFilter [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html b/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html index c642a09c..0f7664f0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeFilter.html @@ -292,7 +292,7 @@ Implemented in DOMNodeFilter.hpp -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html b/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html index 5ce3ae0f..03be7c85 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeIterator-members.html @@ -31,7 +31,7 @@ previousNode()=0xercesc::DOMNodeIterator [pure virtual] release()=0xercesc::DOMNodeIterator [pure virtual] ~DOMNodeIterator()xercesc::DOMNodeIterator [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html b/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html index f0e23c02..253940b3 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeIterator.html @@ -416,7 +416,7 @@ Access to a released object will lead to unexpected result.
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html b/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html index d2e21d4b..e3b02b59 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeList-members.html @@ -24,7 +24,7 @@ getLength() const =0xercesc::DOMNodeList [pure virtual] item(XMLSize_t index) const =0xercesc::DOMNodeList [pure virtual] ~DOMNodeList()xercesc::DOMNodeList [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNodeList.html b/docs/dom3-api/classxercesc_1_1DOMNodeList.html index ef581482..6aa329cc 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNodeList.html +++ b/docs/dom3-api/classxercesc_1_1DOMNodeList.html @@ -180,7 +180,7 @@ If index is greater than or equal to the number of nodes in the lis
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNotation-members.html b/docs/dom3-api/classxercesc_1_1DOMNotation-members.html index 9b5440c5..a0b2ec82 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNotation-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMNotation-members.html @@ -87,7 +87,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMNotation()xercesc::DOMNotation [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMNotation.html b/docs/dom3-api/classxercesc_1_1DOMNotation.html index b9dc84e5..8adae4a0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMNotation.html +++ b/docs/dom3-api/classxercesc_1_1DOMNotation.html @@ -210,7 +210,7 @@ If the system identifier was not specified, this is null.

The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html index 5a0a41a1..102ccfbd 100644 --- a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo-members.html @@ -38,7 +38,7 @@ PSVI_Validity enum valuexercesc::DOMPSVITypeInfo PSVIProperty enum namexercesc::DOMPSVITypeInfo ~DOMPSVITypeInfo()xercesc::DOMPSVITypeInfo [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html index 616e52c2..678570a5 100644 --- a/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html +++ b/docs/dom3-api/classxercesc_1_1DOMPSVITypeInfo.html @@ -247,7 +247,7 @@ Returns the string value of the specified PSVI property associated to a
The documentation for this class was generated from the following file:
-
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html index 81ecb819..b5afbc9d 100644 --- a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction-members.html @@ -88,7 +88,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMProcessingInstruction()xercesc::DOMProcessingInstruction [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html index c790138d..448eddb9 100644 --- a/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html +++ b/docs/dom3-api/classxercesc_1_1DOMProcessingInstruction.html @@ -250,7 +250,7 @@ This is from the first non white space character after the target to the charact
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMRange-members.html b/docs/dom3-api/classxercesc_1_1DOMRange-members.html index e3279a88..a8be33a7 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRange-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMRange-members.html @@ -53,7 +53,7 @@ surroundContents(DOMNode *newParent)=0xercesc::DOMRange [pure virtual] toString() const =0xercesc::DOMRange [pure virtual] ~DOMRange()xercesc::DOMRange [inline, virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMRange.html b/docs/dom3-api/classxercesc_1_1DOMRange.html index 3a081c19..36d3b118 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRange.html +++ b/docs/dom3-api/classxercesc_1_1DOMRange.html @@ -1282,7 +1282,7 @@ This string contains only the data characters, not any markup.
<
The documentation for this class was generated from the following file: -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html b/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html index 1093ae40..87af6519 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMRangeException-members.html @@ -52,7 +52,7 @@ WRONG_DOCUMENT_ERR enum valuexercesc::DOMException ~DOMException()xercesc::DOMException [virtual] ~DOMRangeException()xercesc::DOMRangeException [virtual] -
Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
diff --git a/docs/dom3-api/classxercesc_1_1DOMRangeException.html b/docs/dom3-api/classxercesc_1_1DOMRangeException.html index ce21cf09..134d6185 100644 --- a/docs/dom3-api/classxercesc_1_1DOMRangeException.html +++ b/docs/dom3-api/classxercesc_1_1DOMRangeException.html @@ -280,7 +280,7 @@ Reimplemented from DOMRangeException.hpp
  • DOMRangeException.cpp -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMText-members.html b/docs/dom3-api/classxercesc_1_1DOMText-members.html index 10219499..5886203b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMText-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMText-members.html @@ -101,7 +101,7 @@ ~DOMCharacterData()xercesc::DOMCharacterData [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMText()xercesc::DOMText [inline, virtual] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMText.html b/docs/dom3-api/classxercesc_1_1DOMText.html index 966e2ba7..45150247 100644 --- a/docs/dom3-api/classxercesc_1_1DOMText.html +++ b/docs/dom3-api/classxercesc_1_1DOMText.html @@ -341,7 +341,7 @@ NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html b/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html index 7c13855a..e329f98a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMTreeWalker-members.html @@ -37,7 +37,7 @@ release()=0xercesc::DOMTreeWalker [pure virtual] setCurrentNode(DOMNode *currentNode)=0xercesc::DOMTreeWalker [pure virtual] ~DOMTreeWalker()xercesc::DOMTreeWalker [inline, virtual] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html b/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html index 8fbd9325..59823431 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html +++ b/docs/dom3-api/classxercesc_1_1DOMTreeWalker.html @@ -617,7 +617,7 @@ Alterations to the DOM tree may cause the current node to no longer be accepted
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html b/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html index 0ae2149c..75a2ea9a 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMTypeInfo-members.html @@ -24,7 +24,7 @@ getName() const =0xercesc::DOMTypeInfo [pure virtual] getNamespace() const =0xercesc::DOMTypeInfo [pure virtual] ~DOMTypeInfo()xercesc::DOMTypeInfo [inline, virtual] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html b/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html index 00243fbb..f49c1185 100644 --- a/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html +++ b/docs/dom3-api/classxercesc_1_1DOMTypeInfo.html @@ -174,7 +174,7 @@ The namespace of the type declared for the associated DOMTypeInfo.hpp -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html index 43203cec..0a7e1ebe 100644 --- a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler-members.html @@ -28,7 +28,7 @@ NODE_IMPORTED enum valuexercesc::DOMUserDataHandler NODE_RENAMED enum valuexercesc::DOMUserDataHandler ~DOMUserDataHandler()xercesc::DOMUserDataHandler [inline, virtual] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html index 5765ccc1..7d9f9c0d 100644 --- a/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html +++ b/docs/dom3-api/classxercesc_1_1DOMUserDataHandler.html @@ -231,7 +231,7 @@ This method is called whenever the node for which this handler is registered is
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMWriter-members.html b/docs/dom3-api/classxercesc_1_1DOMWriter-members.html index d3039efa..e02613fb 100644 --- a/docs/dom3-api/classxercesc_1_1DOMWriter-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMWriter-members.html @@ -36,7 +36,7 @@ writeNode(XMLFormatTarget *const destination, const DOMNode &nodeToWrite)=0xercesc::DOMWriter [pure virtual] writeToString(const DOMNode &nodeToWrite)=0xercesc::DOMWriter [pure virtual] ~DOMWriter()xercesc::DOMWriter [inline, virtual] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMWriter.html b/docs/dom3-api/classxercesc_1_1DOMWriter.html index afe6f0a8..5128107e 100644 --- a/docs/dom3-api/classxercesc_1_1DOMWriter.html +++ b/docs/dom3-api/classxercesc_1_1DOMWriter.html @@ -710,7 +710,7 @@ The result of serializing the node is returned as a string. Writing a Document o
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMWriterFilter-members.html b/docs/dom3-api/classxercesc_1_1DOMWriterFilter-members.html index 9bbfe748..72c47255 100644 --- a/docs/dom3-api/classxercesc_1_1DOMWriterFilter-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMWriterFilter-members.html @@ -45,7 +45,7 @@ ShowType enum namexercesc::DOMNodeFilter ~DOMNodeFilter()xercesc::DOMNodeFilter [inline, virtual] ~DOMWriterFilter()xercesc::DOMWriterFilter [inline, virtual] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMWriterFilter.html b/docs/dom3-api/classxercesc_1_1DOMWriterFilter.html index 534e2cd1..097bfda8 100644 --- a/docs/dom3-api/classxercesc_1_1DOMWriterFilter.html +++ b/docs/dom3-api/classxercesc_1_1DOMWriterFilter.html @@ -214,7 +214,7 @@ See DOMNodeFilter<
    The documentation for this class was generated from the following file:
    -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html index 608975c0..ba9c1f31 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator-members.html @@ -25,7 +25,7 @@ DOMXPathEvaluator()xercesc::DOMXPathEvaluator [inline, protected] evaluate(const XMLCh *expression, DOMNode *contextNode, const DOMXPathNSResolver *resolver, unsigned short type, void *result)=0xercesc::DOMXPathEvaluator [pure virtual] ~DOMXPathEvaluator()xercesc::DOMXPathEvaluator [inline, virtual] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html index 69e481b3..73413587 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html @@ -280,7 +280,7 @@ Evaluates an XPath expression string and returns a result of the specified type
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html index d131b309..025d10d2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathException-members.html @@ -29,7 +29,7 @@ msgxercesc::DOMXPathException TYPE_ERR enum valuexercesc::DOMXPathException ~DOMXPathException()xercesc::DOMXPathException [virtual] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathException.html b/docs/dom3-api/classxercesc_1_1DOMXPathException.html index b39feca4..1c5ab7ab 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathException.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathException.html @@ -286,7 +286,7 @@ Applications may use this field to hold an error message. The field value is not
    The documentation for this class was generated from the following files: -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html index 19925047..b3d195fe 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathExpression-members.html @@ -23,7 +23,7 @@ DOMXPathExpression()xercesc::DOMXPathExpression [inline, protected] evaluate(DOMNode *contextNode, unsigned short type, void *result) const =0xercesc::DOMXPathExpression [pure virtual] ~DOMXPathExpression()xercesc::DOMXPathExpression [inline, virtual] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html b/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html index 4b7d3676..ad511202 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathExpression.html @@ -173,7 +173,7 @@ Implemented in DOMXPathExpression.hpp -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html index d29242bf..37b7fe59 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver-members.html @@ -24,7 +24,7 @@ lookupNamespaceURI(const XMLCh *prefix) const =0xercesc::DOMXPathNSResolver [pure virtual] lookupPrefix(const XMLCh *URI) const =0xercesc::DOMXPathNSResolver [pure virtual] ~DOMXPathNSResolver()xercesc::DOMXPathNSResolver [inline, virtual] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html index d056ef8a..52318ed2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNSResolver.html @@ -192,7 +192,7 @@ Implemented in DOMXPathNSResolver.hpp -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html index eb473474..99860d1b 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace-members.html @@ -87,7 +87,7 @@ XPathNodeType enum namexercesc::DOMXPathNamespace ~DOMNode()xercesc::DOMNode [inline, virtual] ~DOMXPathNamespace()xercesc::DOMXPathNamespace [inline, virtual] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html index 57110223..8c95f5d0 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathNamespace.html @@ -176,7 +176,7 @@ This does not change on a returned namespace node even if the document changes s
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html b/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html index 73958293..cb94b0d2 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathResult-members.html @@ -42,7 +42,7 @@ UNORDERED_NODE_ITERATOR_TYPE enum valuexercesc::DOMXPathResult UNORDERED_NODE_SNAPSHOT_TYPE enum valuexercesc::DOMXPathResult ~DOMXPathResult()xercesc::DOMXPathResult [inline, virtual] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1DOMXPathResult.html b/docs/dom3-api/classxercesc_1_1DOMXPathResult.html index 346b1551..508d8e92 100644 --- a/docs/dom3-api/classxercesc_1_1DOMXPathResult.html +++ b/docs/dom3-api/classxercesc_1_1DOMXPathResult.html @@ -539,7 +539,7 @@ If index is greater than or equal to the number of nodes in the list, this metho
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1MemoryManager-members.html b/docs/dom3-api/classxercesc_1_1MemoryManager-members.html index ef4919fb..29b85d52 100644 --- a/docs/dom3-api/classxercesc_1_1MemoryManager-members.html +++ b/docs/dom3-api/classxercesc_1_1MemoryManager-members.html @@ -24,7 +24,7 @@ deallocate(void *p)=0xercesc::MemoryManager [pure virtual] MemoryManager()xercesc::MemoryManager [inline, protected] ~MemoryManager()xercesc::MemoryManager [inline, virtual] -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1MemoryManager.html b/docs/dom3-api/classxercesc_1_1MemoryManager.html index 8d1ad4b8..cf5af4e3 100644 --- a/docs/dom3-api/classxercesc_1_1MemoryManager.html +++ b/docs/dom3-api/classxercesc_1_1MemoryManager.html @@ -184,7 +184,7 @@ This method deallocates memory.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1StDOMNode-members.html b/docs/dom3-api/classxercesc_1_1StDOMNode-members.html index 3acfe50b..1915e9aa 100644 --- a/docs/dom3-api/classxercesc_1_1StDOMNode-members.html +++ b/docs/dom3-api/classxercesc_1_1StDOMNode-members.html @@ -31,7 +31,7 @@ StDOMNode(T *node=(T *) 0)xercesc::StDOMNode< T > [inline] StDOMNode(const StDOMNode &stNode)xercesc::StDOMNode< T > [inline] ~StDOMNode()xercesc::StDOMNode< T > [inline] -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1StDOMNode.html b/docs/dom3-api/classxercesc_1_1StDOMNode.html index e9ce4198..0064c5fd 100644 --- a/docs/dom3-api/classxercesc_1_1StDOMNode.html +++ b/docs/dom3-api/classxercesc_1_1StDOMNode.html @@ -402,7 +402,7 @@ template<class T>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html b/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html index e03993db..a4337566 100644 --- a/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html +++ b/docs/dom3-api/classxercesc_1_1XMLDeleter-members.html @@ -22,7 +22,7 @@

    xercesc::XMLDeleter Member List

    This is the complete list of members for xercesc::XMLDeleter, including all inherited members.

    -
    XMLDeleter()xercesc::XMLDeleter [inline, protected]
    ~XMLDeleter()xercesc::XMLDeleter [inline, virtual]


    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1XMLDeleter.html b/docs/dom3-api/classxercesc_1_1XMLDeleter.html index 689b5cd5..78bcf912 100644 --- a/docs/dom3-api/classxercesc_1_1XMLDeleter.html +++ b/docs/dom3-api/classxercesc_1_1XMLDeleter.html @@ -89,7 +89,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html index 434e6184..8194e7ea 100644 --- a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html +++ b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils-members.html @@ -62,7 +62,7 @@ unlockMutex(void *const mtxHandle)xercesc::XMLPlatformUtils [static] weavePaths(const XMLCh *const basePath, const XMLCh *const relativePath, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] writeBufferToFile(FileHandle const theFile, long toWrite, const XMLByte *const toFlush, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html index fbf00de4..f3f755a2 100644 --- a/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html +++ b/docs/dom3-api/classxercesc_1_1XMLPlatformUtils.html @@ -1836,7 +1836,7 @@ This is the application provided panic handler.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:19:02 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/files.html b/docs/dom3-api/files.html index d9433467..c1bca0f5 100644 --- a/docs/dom3-api/files.html +++ b/docs/dom3-api/files.html @@ -76,7 +76,7 @@ XQillaNSResolver.hpp [code] XQillaPlatformUtils.hpp [code] -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions.html b/docs/dom3-api/functions.html index ec00ff10..5169075a 100644 --- a/docs/dom3-api/functions.html +++ b/docs/dom3-api/functions.html @@ -83,7 +83,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::XMLPlatformUtils
  • atomicIncrement() : xercesc::XMLPlatformUtils
  • ATTRIBUTE_NODE : xercesc::DOMNode -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x62.html b/docs/dom3-api/functions_0x62.html index a64e861e..fa39b899 100644 --- a/docs/dom3-api/functions_0x62.html +++ b/docs/dom3-api/functions_0x62.html @@ -62,7 +62,7 @@ Here is a list of all class members with links to the classes they belong to:
  • BAD_BOUNDARYPOINTS_ERR : xercesc::DOMRangeException
  • BOOLEAN_TYPE : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x63.html b/docs/dom3-api/functions_0x63.html index 77189717..7d203e0b 100644 --- a/docs/dom3-api/functions_0x63.html +++ b/docs/dom3-api/functions_0x63.html @@ -99,7 +99,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMDocument
  • createTreeWalker() : xercesc::DOMDocumentTraversal
  • curFilePos() : xercesc::XMLPlatformUtils -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x64.html b/docs/dom3-api/functions_0x64.html index 5baacbf6..1ec1f54e 100644 --- a/docs/dom3-api/functions_0x64.html +++ b/docs/dom3-api/functions_0x64.html @@ -118,7 +118,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMXPathNamespace
  • DOMXPathNSResolver() : xercesc::DOMXPathNSResolver
  • DOMXPathResult() : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x65.html b/docs/dom3-api/functions_0x65.html index 069acc95..f642499f 100644 --- a/docs/dom3-api/functions_0x65.html +++ b/docs/dom3-api/functions_0x65.html @@ -70,7 +70,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMXPathExpression, xercesc::DOMXPathEvaluator, XQillaExpression
  • ExceptionCode : xercesc::DOMXPathException, xercesc::DOMException
  • extractContents() : xercesc::DOMRange -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x66.html b/docs/dom3-api/functions_0x66.html index aa144f57..e0ebcb9a 100644 --- a/docs/dom3-api/functions_0x66.html +++ b/docs/dom3-api/functions_0x66.html @@ -76,7 +76,7 @@ Here is a list of all class members with links to the classes they belong to: : XPath2Result
  • firstChild() : xercesc::DOMTreeWalker
  • fMemoryManager : xercesc::DOMException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x67.html b/docs/dom3-api/functions_0x67.html index b4be41b7..33c88fd5 100644 --- a/docs/dom3-api/functions_0x67.html +++ b/docs/dom3-api/functions_0x67.html @@ -161,7 +161,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMEntity, xercesc::DOMDocument
  • getWhatToShow() : xercesc::DOMWriterFilter, xercesc::DOMTreeWalker, xercesc::DOMNodeIterator
  • getWholeText() : xercesc::DOMText -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x68.html b/docs/dom3-api/functions_0x68.html index 972faca1..2e60c953 100644 --- a/docs/dom3-api/functions_0x68.html +++ b/docs/dom3-api/functions_0x68.html @@ -68,7 +68,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • hasFeature() : xercesc::DOMImplementation
  • HIERARCHY_REQUEST_ERR : xercesc::DOMException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x69.html b/docs/dom3-api/functions_0x69.html index 42282550..70d6a50c 100644 --- a/docs/dom3-api/functions_0x69.html +++ b/docs/dom3-api/functions_0x69.html @@ -88,7 +88,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNodeList, xercesc::DOMNamedNodeMap
  • iterateNext() : xercesc::DOMXPathResult, XPath2Result
  • ITERATOR_RESULT : XPath2Result -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x6c.html b/docs/dom3-api/functions_0x6c.html index 40eb867a..549bb67e 100644 --- a/docs/dom3-api/functions_0x6c.html +++ b/docs/dom3-api/functions_0x6c.html @@ -68,7 +68,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • lookupNamespaceURI() : xercesc::DOMXPathNSResolver, xercesc::DOMNode, XQillaNSResolver
  • lookupPrefix() : xercesc::DOMXPathNSResolver, XQillaNSResolver -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x6d.html b/docs/dom3-api/functions_0x6d.html index d0c3063c..a2add94d 100644 --- a/docs/dom3-api/functions_0x6d.html +++ b/docs/dom3-api/functions_0x6d.html @@ -66,7 +66,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMImplementationLS
  • MODE_SYNCHRONOUS : xercesc::DOMImplementationLS
  • msg : xercesc::DOMXPathException, xercesc::DOMException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x6e.html b/docs/dom3-api/functions_0x6e.html index 2642e931..eeca3538 100644 --- a/docs/dom3-api/functions_0x6e.html +++ b/docs/dom3-api/functions_0x6e.html @@ -76,7 +76,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMException
  • NOTATION_NODE : xercesc::DOMNode
  • NUMBER_TYPE : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x6f.html b/docs/dom3-api/functions_0x6f.html index ba8c5ce0..129aef15 100644 --- a/docs/dom3-api/functions_0x6f.html +++ b/docs/dom3-api/functions_0x6f.html @@ -71,7 +71,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::StDOMNode< T >
  • ORDERED_NODE_ITERATOR_TYPE : xercesc::DOMXPathResult
  • ORDERED_NODE_SNAPSHOT_TYPE : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x70.html b/docs/dom3-api/functions_0x70.html index 05b98a01..821ea626 100644 --- a/docs/dom3-api/functions_0x70.html +++ b/docs/dom3-api/functions_0x70.html @@ -82,7 +82,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMPSVITypeInfo
  • PSVI_Validity : xercesc::DOMPSVITypeInfo
  • PSVIProperty : xercesc::DOMPSVITypeInfo -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x72.html b/docs/dom3-api/functions_0x72.html index 1b884c8c..dbfa7dea 100644 --- a/docs/dom3-api/functions_0x72.html +++ b/docs/dom3-api/functions_0x72.html @@ -82,7 +82,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMEntityResolver
  • ResultType : XPath2Result
  • resultType : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x73.html b/docs/dom3-api/functions_0x73.html index d7904d92..673385be 100644 --- a/docs/dom3-api/functions_0x73.html +++ b/docs/dom3-api/functions_0x73.html @@ -138,7 +138,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMCharacterData
  • surroundContents() : xercesc::DOMRange
  • SYNTAX_ERR : xercesc::DOMException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x74.html b/docs/dom3-api/functions_0x74.html index af57b6d3..9b374815 100644 --- a/docs/dom3-api/functions_0x74.html +++ b/docs/dom3-api/functions_0x74.html @@ -72,7 +72,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • TREE_POSITION_SAME_NODE : xercesc::DOMNode
  • TYPE_ERR : xercesc::DOMXPathException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x75.html b/docs/dom3-api/functions_0x75.html index 35b5d1b8..c92f98cf 100644 --- a/docs/dom3-api/functions_0x75.html +++ b/docs/dom3-api/functions_0x75.html @@ -63,7 +63,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::XMLPlatformUtils
  • UNORDERED_NODE_ITERATOR_TYPE : xercesc::DOMXPathResult
  • UNORDERED_NODE_SNAPSHOT_TYPE : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x76.html b/docs/dom3-api/functions_0x76.html index 03068837..b6ff86a5 100644 --- a/docs/dom3-api/functions_0x76.html +++ b/docs/dom3-api/functions_0x76.html @@ -61,7 +61,7 @@ Here is a list of all class members with links to the classes they belong to:

    - v -

    -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x77.html b/docs/dom3-api/functions_0x77.html index e6a27f51..5213940f 100644 --- a/docs/dom3-api/functions_0x77.html +++ b/docs/dom3-api/functions_0x77.html @@ -65,7 +65,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMWriter
  • writeToString() : xercesc::DOMWriter
  • WRONG_DOCUMENT_ERR : xercesc::DOMException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x78.html b/docs/dom3-api/functions_0x78.html index 21c5aeb0..f20554c3 100644 --- a/docs/dom3-api/functions_0x78.html +++ b/docs/dom3-api/functions_0x78.html @@ -66,7 +66,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMXPathNamespace
  • XQillaExpression() : XQillaExpression
  • XQillaNSResolver() : XQillaNSResolver -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_0x7e.html b/docs/dom3-api/functions_0x7e.html index 2fcb9605..885ea7fd 100644 --- a/docs/dom3-api/functions_0x7e.html +++ b/docs/dom3-api/functions_0x7e.html @@ -110,7 +110,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::XMLDeleter
  • ~XPath2Result() : XPath2Result
  • ~XQillaExpression() : XQillaExpression -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_enum.html b/docs/dom3-api/functions_enum.html index 0650ffec..bf00caf7 100644 --- a/docs/dom3-api/functions_enum.html +++ b/docs/dom3-api/functions_enum.html @@ -46,7 +46,7 @@ : xercesc::DOMXPathResult
  • ShowType : xercesc::DOMNodeFilter
  • XPathNodeType : xercesc::DOMXPathNamespace -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_eval.html b/docs/dom3-api/functions_eval.html index 95ae566a..c6028c9a 100644 --- a/docs/dom3-api/functions_eval.html +++ b/docs/dom3-api/functions_eval.html @@ -189,7 +189,7 @@

    - x -

    -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func.html b/docs/dom3-api/functions_func.html index d9cd00b6..08cf705f 100644 --- a/docs/dom3-api/functions_func.html +++ b/docs/dom3-api/functions_func.html @@ -73,7 +73,7 @@ : XPath2Result
  • atomicDecrement() : xercesc::XMLPlatformUtils
  • atomicIncrement() : xercesc::XMLPlatformUtils -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x63.html b/docs/dom3-api/functions_func_0x63.html index a7fa3be9..48bceee5 100644 --- a/docs/dom3-api/functions_func_0x63.html +++ b/docs/dom3-api/functions_func_0x63.html @@ -93,7 +93,7 @@ : xercesc::DOMDocument
  • createTreeWalker() : xercesc::DOMDocumentTraversal
  • curFilePos() : xercesc::XMLPlatformUtils -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x64.html b/docs/dom3-api/functions_func_0x64.html index ec9f2abf..9859e20e 100644 --- a/docs/dom3-api/functions_func_0x64.html +++ b/docs/dom3-api/functions_func_0x64.html @@ -107,7 +107,7 @@ : xercesc::DOMXPathNamespace
  • DOMXPathNSResolver() : xercesc::DOMXPathNSResolver
  • DOMXPathResult() : xercesc::DOMXPathResult -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x65.html b/docs/dom3-api/functions_func_0x65.html index ac6e8853..4c3316cb 100644 --- a/docs/dom3-api/functions_func_0x65.html +++ b/docs/dom3-api/functions_func_0x65.html @@ -61,7 +61,7 @@ : XQillaPlatformUtils
  • evaluate() : xercesc::DOMXPathExpression, xercesc::DOMXPathEvaluator, XQillaExpression
  • extractContents() : xercesc::DOMRange -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x66.html b/docs/dom3-api/functions_func_0x66.html index 52eb384d..14c8441e 100644 --- a/docs/dom3-api/functions_func_0x66.html +++ b/docs/dom3-api/functions_func_0x66.html @@ -60,7 +60,7 @@
  • fileSize() : xercesc::XMLPlatformUtils
  • firstChild() : xercesc::DOMTreeWalker -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x67.html b/docs/dom3-api/functions_func_0x67.html index 81457b8e..a17d2bac 100644 --- a/docs/dom3-api/functions_func_0x67.html +++ b/docs/dom3-api/functions_func_0x67.html @@ -159,7 +159,7 @@ : xercesc::DOMEntity, xercesc::DOMDocument
  • getWhatToShow() : xercesc::DOMWriterFilter, xercesc::DOMTreeWalker, xercesc::DOMNodeIterator
  • getWholeText() : xercesc::DOMText -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x68.html b/docs/dom3-api/functions_func_0x68.html index c50ae28b..df83b917 100644 --- a/docs/dom3-api/functions_func_0x68.html +++ b/docs/dom3-api/functions_func_0x68.html @@ -65,7 +65,7 @@ : xercesc::DOMNode
  • hasChildNodes() : xercesc::DOMNode
  • hasFeature() : xercesc::DOMImplementation -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x69.html b/docs/dom3-api/functions_func_0x69.html index ab480b9f..c52d932f 100644 --- a/docs/dom3-api/functions_func_0x69.html +++ b/docs/dom3-api/functions_func_0x69.html @@ -77,7 +77,7 @@ : xercesc::DOMNode
  • item() : xercesc::DOMNodeList, xercesc::DOMNamedNodeMap
  • iterateNext() : xercesc::DOMXPathResult, XPath2Result -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x6c.html b/docs/dom3-api/functions_func_0x6c.html index 2dc85de4..00556192 100644 --- a/docs/dom3-api/functions_func_0x6c.html +++ b/docs/dom3-api/functions_func_0x6c.html @@ -66,7 +66,7 @@ : xercesc::DOMNode
  • lookupNamespaceURI() : xercesc::DOMXPathNSResolver, xercesc::DOMNode, XQillaNSResolver
  • lookupPrefix() : xercesc::DOMXPathNSResolver, XQillaNSResolver -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x6d.html b/docs/dom3-api/functions_func_0x6d.html index d0a30905..e6e4ad23 100644 --- a/docs/dom3-api/functions_func_0x6d.html +++ b/docs/dom3-api/functions_func_0x6d.html @@ -61,7 +61,7 @@ : xercesc::XMLPlatformUtils
  • makeStream() : xercesc::DOMInputSource
  • MemoryManager() : xercesc::MemoryManager -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x6e.html b/docs/dom3-api/functions_func_0x6e.html index dd67b7b6..f084cb71 100644 --- a/docs/dom3-api/functions_func_0x6e.html +++ b/docs/dom3-api/functions_func_0x6e.html @@ -62,7 +62,7 @@ : xercesc::DOMTreeWalker
  • normalize() : xercesc::DOMNode
  • normalizeDocument() : xercesc::DOMDocument -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x6f.html b/docs/dom3-api/functions_func_0x6f.html index 9dc24861..c675184d 100644 --- a/docs/dom3-api/functions_func_0x6f.html +++ b/docs/dom3-api/functions_func_0x6f.html @@ -67,7 +67,7 @@ : xercesc::StDOMNode< T >
  • operator=() : xercesc::StDOMNode< T >
  • operator==() : xercesc::StDOMNode< T > -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x70.html b/docs/dom3-api/functions_func_0x70.html index 0f58703a..428cd02f 100644 --- a/docs/dom3-api/functions_func_0x70.html +++ b/docs/dom3-api/functions_func_0x70.html @@ -65,7 +65,7 @@ : xercesc::DOMBuilder
  • previousNode() : xercesc::DOMTreeWalker, xercesc::DOMNodeIterator
  • previousSibling() : xercesc::DOMTreeWalker -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x72.html b/docs/dom3-api/functions_func_0x72.html index 3aa2dc4c..1e380088 100644 --- a/docs/dom3-api/functions_func_0x72.html +++ b/docs/dom3-api/functions_func_0x72.html @@ -77,7 +77,7 @@ : xercesc::DOMBuilder
  • resetFile() : xercesc::XMLPlatformUtils
  • resolveEntity() : xercesc::DOMEntityResolver -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x73.html b/docs/dom3-api/functions_func_0x73.html index 20f5daeb..3c423d83 100644 --- a/docs/dom3-api/functions_func_0x73.html +++ b/docs/dom3-api/functions_func_0x73.html @@ -117,7 +117,7 @@ : xercesc::XMLPlatformUtils
  • substringData() : xercesc::DOMCharacterData
  • surroundContents() : xercesc::DOMRange -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x74.html b/docs/dom3-api/functions_func_0x74.html index 25a8430f..8ce51c62 100644 --- a/docs/dom3-api/functions_func_0x74.html +++ b/docs/dom3-api/functions_func_0x74.html @@ -61,7 +61,7 @@ : XQillaPlatformUtils
  • Terminate() : xercesc::XMLPlatformUtils
  • toString() : xercesc::DOMRange -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x75.html b/docs/dom3-api/functions_func_0x75.html index 7a666ee2..cf1a71f1 100644 --- a/docs/dom3-api/functions_func_0x75.html +++ b/docs/dom3-api/functions_func_0x75.html @@ -59,7 +59,7 @@

    - u -

    -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x77.html b/docs/dom3-api/functions_func_0x77.html index 5ef09d63..ba1b913c 100644 --- a/docs/dom3-api/functions_func_0x77.html +++ b/docs/dom3-api/functions_func_0x77.html @@ -62,7 +62,7 @@ : xercesc::XMLPlatformUtils
  • writeNode() : xercesc::DOMWriter
  • writeToString() : xercesc::DOMWriter -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x78.html b/docs/dom3-api/functions_func_0x78.html index 63641dbc..c4456087 100644 --- a/docs/dom3-api/functions_func_0x78.html +++ b/docs/dom3-api/functions_func_0x78.html @@ -62,7 +62,7 @@ : XPath2Result
  • XQillaExpression() : XQillaExpression
  • XQillaNSResolver() : XQillaNSResolver -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_func_0x7e.html b/docs/dom3-api/functions_func_0x7e.html index ba6f4048..ffc83bed 100644 --- a/docs/dom3-api/functions_func_0x7e.html +++ b/docs/dom3-api/functions_func_0x7e.html @@ -108,7 +108,7 @@ : xercesc::XMLDeleter
  • ~XPath2Result() : XPath2Result
  • ~XQillaExpression() : XQillaExpression -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/functions_vars.html b/docs/dom3-api/functions_vars.html index a729f9cc..7e377fea 100644 --- a/docs/dom3-api/functions_vars.html +++ b/docs/dom3-api/functions_vars.html @@ -42,7 +42,7 @@ : xercesc::XMLPlatformUtils
  • fMemoryManager : xercesc::DOMException
  • msg : xercesc::DOMXPathException, xercesc::DOMException -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/globals.html b/docs/dom3-api/globals.html index 60a293fe..3d5b3ab8 100644 --- a/docs/dom3-api/globals.html +++ b/docs/dom3-api/globals.html @@ -45,7 +45,7 @@ Here is a list of all file members with links to the files they belong to: : PlatformUtils.hpp
  • MEMORYMANAGER_HPP : MemoryManager.hpp
  • PLATFORMUTILS_HPP : PlatformUtils.hpp -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/globals_defs.html b/docs/dom3-api/globals_defs.html index 3b06529b..5f870f4b 100644 --- a/docs/dom3-api/globals_defs.html +++ b/docs/dom3-api/globals_defs.html @@ -41,7 +41,7 @@ : DOMTreeWalker.hpp
  • MEMORYMANAGER_HPP : MemoryManager.hpp
  • PLATFORMUTILS_HPP : PlatformUtils.hpp -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/globals_func.html b/docs/dom3-api/globals_func.html index b638432c..98c0f9b2 100644 --- a/docs/dom3-api/globals_func.html +++ b/docs/dom3-api/globals_func.html @@ -30,7 +30,7 @@ -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/globals_type.html b/docs/dom3-api/globals_type.html index c55b19bb..4d25503c 100644 --- a/docs/dom3-api/globals_type.html +++ b/docs/dom3-api/globals_type.html @@ -32,7 +32,7 @@ : StDOMNode.hpp
  • DOMElementSPtr : StDOMNode.hpp
  • DOMNodeSPtr : StDOMNode.hpp -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/graph_legend.html b/docs/dom3-api/graph_legend.html index a117d840..fbc0f93c 100644 --- a/docs/dom3-api/graph_legend.html +++ b/docs/dom3-api/graph_legend.html @@ -74,7 +74,7 @@ A purple dashed arrow is used if a class is contained or used by another class.
  • A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance.
  • -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/hierarchy.html b/docs/dom3-api/hierarchy.html index 691901f8..cda08d2d 100644 --- a/docs/dom3-api/hierarchy.html +++ b/docs/dom3-api/hierarchy.html @@ -102,7 +102,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically: -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/index.html b/docs/dom3-api/index.html index f3310c27..6fdea35e 100644 --- a/docs/dom3-api/index.html +++ b/docs/dom3-api/index.html @@ -14,7 +14,7 @@

    XQilla DOM Level 3 API Documentation

    -

    1.0


    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +

    1.0


    Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/inherits.html b/docs/dom3-api/inherits.html index 7a7e9e75..9f100899 100644 --- a/docs/dom3-api/inherits.html +++ b/docs/dom3-api/inherits.html @@ -173,7 +173,7 @@ -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/namespacemembers.html b/docs/dom3-api/namespacemembers.html index 6bb6b086..2fca95f6 100644 --- a/docs/dom3-api/namespacemembers.html +++ b/docs/dom3-api/namespacemembers.html @@ -32,7 +32,7 @@ Here is a list of all namespace members with links to the namespace documentatio : xercesc
  • DOMNodeSPtr : xercesc
  • MakeXMLException() : xercesc -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/namespacemembers_func.html b/docs/dom3-api/namespacemembers_func.html index aeb19c55..d65c0871 100644 --- a/docs/dom3-api/namespacemembers_func.html +++ b/docs/dom3-api/namespacemembers_func.html @@ -29,7 +29,7 @@ -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/namespacemembers_type.html b/docs/dom3-api/namespacemembers_type.html index ab0dbaee..9b2da8fb 100644 --- a/docs/dom3-api/namespacemembers_type.html +++ b/docs/dom3-api/namespacemembers_type.html @@ -31,7 +31,7 @@ : xercesc
  • DOMElementSPtr : xercesc
  • DOMNodeSPtr : xercesc -
    Generated on Tue Dec 12 00:19:03 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:13 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/namespaces.html b/docs/dom3-api/namespaces.html index 0442801a..8fc55b8e 100644 --- a/docs/dom3-api/namespaces.html +++ b/docs/dom3-api/namespaces.html @@ -20,7 +20,7 @@

    XQilla DOM Level 3 API Namespace List

    Here is a list of all namespaces with brief descriptions:
    xercescThis class holds the list of registered DOMImplementations
    -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/dom3-api/namespacexercesc.html b/docs/dom3-api/namespacexercesc.html index 85beaf1a..e301e9c0 100644 --- a/docs/dom3-api/namespacexercesc.html +++ b/docs/dom3-api/namespacexercesc.html @@ -291,7 +291,7 @@ This provides an application with an implementation independent starting point.< -
    Generated on Tue Dec 12 00:19:01 2006 for XQilla DOM Level 3 API by  +
    Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATAnySimpleType_8hpp-source.html b/docs/simple-api/ATAnySimpleType_8hpp-source.html index 1361e85d..2d47a515 100644 --- a/docs/simple-api/ATAnySimpleType_8hpp-source.html +++ b/docs/simple-api/ATAnySimpleType_8hpp-source.html @@ -64,7 +64,7 @@ 00049 }; 00050 00051 #endif // _ATANYSIMPLETYPE_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATAnySimpleType_8hpp.html b/docs/simple-api/ATAnySimpleType_8hpp.html index 5c88cc2c..ed929386 100644 --- a/docs/simple-api/ATAnySimpleType_8hpp.html +++ b/docs/simple-api/ATAnySimpleType_8hpp.html @@ -36,7 +36,7 @@ Include dependency graph for ATAnySimpleType.hpp:

     This class represents the atomic types (ie, the simple types which are not list or union types) with type annotation xs:anySimpleType. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATAnyURIOrDerived_8hpp-source.html b/docs/simple-api/ATAnyURIOrDerived_8hpp-source.html index 9591eaa5..50934cd5 100644 --- a/docs/simple-api/ATAnyURIOrDerived_8hpp-source.html +++ b/docs/simple-api/ATAnyURIOrDerived_8hpp-source.html @@ -63,7 +63,7 @@ 00044 }; 00045 00046 #endif // _ATANYURIORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATAnyURIOrDerived_8hpp.html b/docs/simple-api/ATAnyURIOrDerived_8hpp.html index 941accfb..542c100f 100644 --- a/docs/simple-api/ATAnyURIOrDerived_8hpp.html +++ b/docs/simple-api/ATAnyURIOrDerived_8hpp.html @@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATAnyURIOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATBase64BinaryOrDerived_8hpp-source.html b/docs/simple-api/ATBase64BinaryOrDerived_8hpp-source.html index c48dc9af..b32b9e54 100644 --- a/docs/simple-api/ATBase64BinaryOrDerived_8hpp-source.html +++ b/docs/simple-api/ATBase64BinaryOrDerived_8hpp-source.html @@ -66,7 +66,7 @@ 00049 }; 00050 00051 #endif // _ATBASE64BINARYORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html b/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html index e5c66abf..61f2b1b2 100644 --- a/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html +++ b/docs/simple-api/ATBase64BinaryOrDerived_8hpp.html @@ -35,7 +35,7 @@ Include dependency graph for ATBase64BinaryOrDerived.hpp:

    class  ATBase64BinaryOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATBooleanOrDerived_8hpp-source.html b/docs/simple-api/ATBooleanOrDerived_8hpp-source.html index e7e3615b..60167452 100644 --- a/docs/simple-api/ATBooleanOrDerived_8hpp-source.html +++ b/docs/simple-api/ATBooleanOrDerived_8hpp-source.html @@ -76,7 +76,7 @@ 00059 }; 00060 00061 #endif // _ATBOOLEANORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATBooleanOrDerived_8hpp.html b/docs/simple-api/ATBooleanOrDerived_8hpp.html index 5bacf100..7bbfcef9 100644 --- a/docs/simple-api/ATBooleanOrDerived_8hpp.html +++ b/docs/simple-api/ATBooleanOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATBooleanOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDateOrDerived_8hpp-source.html b/docs/simple-api/ATDateOrDerived_8hpp-source.html index 0c11e127..28faa0c9 100644 --- a/docs/simple-api/ATDateOrDerived_8hpp-source.html +++ b/docs/simple-api/ATDateOrDerived_8hpp-source.html @@ -96,7 +96,7 @@ 00117 }; 00118 00119 #endif // _ATDATEORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDateOrDerived_8hpp.html b/docs/simple-api/ATDateOrDerived_8hpp.html index be93d0a2..a9c26a14 100644 --- a/docs/simple-api/ATDateOrDerived_8hpp.html +++ b/docs/simple-api/ATDateOrDerived_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATDateOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDateTimeOrDerived_8hpp-source.html b/docs/simple-api/ATDateTimeOrDerived_8hpp-source.html index 77128e8d..976083ed 100644 --- a/docs/simple-api/ATDateTimeOrDerived_8hpp-source.html +++ b/docs/simple-api/ATDateTimeOrDerived_8hpp-source.html @@ -102,7 +102,7 @@ 00136 }; 00137 00138 #endif // _ATDATETIMEORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDateTimeOrDerived_8hpp.html b/docs/simple-api/ATDateTimeOrDerived_8hpp.html index 87b0f3f0..3f4d82fd 100644 --- a/docs/simple-api/ATDateTimeOrDerived_8hpp.html +++ b/docs/simple-api/ATDateTimeOrDerived_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATDateTimeOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDecimalOrDerived_8hpp-source.html b/docs/simple-api/ATDecimalOrDerived_8hpp-source.html index b638b73e..61345090 100644 --- a/docs/simple-api/ATDecimalOrDerived_8hpp-source.html +++ b/docs/simple-api/ATDecimalOrDerived_8hpp-source.html @@ -104,7 +104,7 @@ 00101 }; 00102 00103 #endif // _ATDECIMALORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDecimalOrDerived_8hpp.html b/docs/simple-api/ATDecimalOrDerived_8hpp.html index c828b75e..221becda 100644 --- a/docs/simple-api/ATDecimalOrDerived_8hpp.html +++ b/docs/simple-api/ATDecimalOrDerived_8hpp.html @@ -54,7 +54,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATDecimalOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDoubleOrDerived_8hpp-source.html b/docs/simple-api/ATDoubleOrDerived_8hpp-source.html index 867ab55c..477d66d0 100644 --- a/docs/simple-api/ATDoubleOrDerived_8hpp-source.html +++ b/docs/simple-api/ATDoubleOrDerived_8hpp-source.html @@ -98,7 +98,7 @@ 00093 }; 00094 00095 #endif // _ATDOUBLEORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDoubleOrDerived_8hpp.html b/docs/simple-api/ATDoubleOrDerived_8hpp.html index a55de6d6..c87d67a8 100644 --- a/docs/simple-api/ATDoubleOrDerived_8hpp.html +++ b/docs/simple-api/ATDoubleOrDerived_8hpp.html @@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATDoubleOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDurationOrDerived_8hpp-source.html b/docs/simple-api/ATDurationOrDerived_8hpp-source.html index 3acc6451..f8070c18 100644 --- a/docs/simple-api/ATDurationOrDerived_8hpp-source.html +++ b/docs/simple-api/ATDurationOrDerived_8hpp-source.html @@ -116,7 +116,7 @@ 00116 #endif // _ATDURATIONORDERIVED_HPP 00117 00118 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATDurationOrDerived_8hpp.html b/docs/simple-api/ATDurationOrDerived_8hpp.html index 66264115..c17009c8 100644 --- a/docs/simple-api/ATDurationOrDerived_8hpp.html +++ b/docs/simple-api/ATDurationOrDerived_8hpp.html @@ -53,7 +53,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATDurationOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATFloatOrDerived_8hpp-source.html b/docs/simple-api/ATFloatOrDerived_8hpp-source.html index c3b7cd9a..477405cd 100644 --- a/docs/simple-api/ATFloatOrDerived_8hpp-source.html +++ b/docs/simple-api/ATFloatOrDerived_8hpp-source.html @@ -98,7 +98,7 @@ 00093 }; 00094 00095 #endif // _ATFLOATORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATFloatOrDerived_8hpp.html b/docs/simple-api/ATFloatOrDerived_8hpp.html index e5508821..14138701 100644 --- a/docs/simple-api/ATFloatOrDerived_8hpp.html +++ b/docs/simple-api/ATFloatOrDerived_8hpp.html @@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATFloatOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGDayOrDerived_8hpp-source.html b/docs/simple-api/ATGDayOrDerived_8hpp-source.html index 6765bda3..ac8cbc2e 100644 --- a/docs/simple-api/ATGDayOrDerived_8hpp-source.html +++ b/docs/simple-api/ATGDayOrDerived_8hpp-source.html @@ -72,7 +72,7 @@ 00057 }; 00058 00059 #endif // _ATGDAYORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGDayOrDerived_8hpp.html b/docs/simple-api/ATGDayOrDerived_8hpp.html index 76910321..0a0d1405 100644 --- a/docs/simple-api/ATGDayOrDerived_8hpp.html +++ b/docs/simple-api/ATGDayOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATGDayOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGMonthDayOrDerived_8hpp-source.html b/docs/simple-api/ATGMonthDayOrDerived_8hpp-source.html index 678a2f90..c6773073 100644 --- a/docs/simple-api/ATGMonthDayOrDerived_8hpp-source.html +++ b/docs/simple-api/ATGMonthDayOrDerived_8hpp-source.html @@ -72,7 +72,7 @@ 00057 }; 00058 00059 #endif // _ATGMONTHDAYORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGMonthDayOrDerived_8hpp.html b/docs/simple-api/ATGMonthDayOrDerived_8hpp.html index c682ef6a..e2634aad 100644 --- a/docs/simple-api/ATGMonthDayOrDerived_8hpp.html +++ b/docs/simple-api/ATGMonthDayOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATGMonthDayOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGMonthOrDerived_8hpp-source.html b/docs/simple-api/ATGMonthOrDerived_8hpp-source.html index 837198b9..51f97230 100644 --- a/docs/simple-api/ATGMonthOrDerived_8hpp-source.html +++ b/docs/simple-api/ATGMonthOrDerived_8hpp-source.html @@ -72,7 +72,7 @@ 00057 }; 00058 00059 #endif // _ATGMONTHORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGMonthOrDerived_8hpp.html b/docs/simple-api/ATGMonthOrDerived_8hpp.html index 75af54b3..72176894 100644 --- a/docs/simple-api/ATGMonthOrDerived_8hpp.html +++ b/docs/simple-api/ATGMonthOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATGMonthOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGYearMonthOrDerived_8hpp-source.html b/docs/simple-api/ATGYearMonthOrDerived_8hpp-source.html index b67f224a..5ec7a3e6 100644 --- a/docs/simple-api/ATGYearMonthOrDerived_8hpp-source.html +++ b/docs/simple-api/ATGYearMonthOrDerived_8hpp-source.html @@ -72,7 +72,7 @@ 00057 }; 00058 00059 #endif // _ATGYEARMONTHORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGYearMonthOrDerived_8hpp.html b/docs/simple-api/ATGYearMonthOrDerived_8hpp.html index c28892fd..ecf17f77 100644 --- a/docs/simple-api/ATGYearMonthOrDerived_8hpp.html +++ b/docs/simple-api/ATGYearMonthOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATGYearMonthOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGYearOrDerived_8hpp-source.html b/docs/simple-api/ATGYearOrDerived_8hpp-source.html index a75cb480..431b8e56 100644 --- a/docs/simple-api/ATGYearOrDerived_8hpp-source.html +++ b/docs/simple-api/ATGYearOrDerived_8hpp-source.html @@ -72,7 +72,7 @@ 00057 }; 00058 00059 #endif // _ATGYEARORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATGYearOrDerived_8hpp.html b/docs/simple-api/ATGYearOrDerived_8hpp.html index 4d283a75..ce099940 100644 --- a/docs/simple-api/ATGYearOrDerived_8hpp.html +++ b/docs/simple-api/ATGYearOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATGYearOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATHexBinaryOrDerived_8hpp-source.html b/docs/simple-api/ATHexBinaryOrDerived_8hpp-source.html index 7e7985ab..a6115e94 100644 --- a/docs/simple-api/ATHexBinaryOrDerived_8hpp-source.html +++ b/docs/simple-api/ATHexBinaryOrDerived_8hpp-source.html @@ -65,7 +65,7 @@ 00048 }; 00049 00050 #endif // _ATHEXBINARYORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATHexBinaryOrDerived_8hpp.html b/docs/simple-api/ATHexBinaryOrDerived_8hpp.html index e8356e23..abb15973 100644 --- a/docs/simple-api/ATHexBinaryOrDerived_8hpp.html +++ b/docs/simple-api/ATHexBinaryOrDerived_8hpp.html @@ -35,7 +35,7 @@ Include dependency graph for ATHexBinaryOrDerived.hpp:

    class  ATHexBinaryOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATNotationOrDerived_8hpp-source.html b/docs/simple-api/ATNotationOrDerived_8hpp-source.html index b71fcf6a..a2389574 100644 --- a/docs/simple-api/ATNotationOrDerived_8hpp-source.html +++ b/docs/simple-api/ATNotationOrDerived_8hpp-source.html @@ -65,7 +65,7 @@ 00048 }; 00049 00050 #endif // _ATNOTATIONORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATNotationOrDerived_8hpp.html b/docs/simple-api/ATNotationOrDerived_8hpp.html index cba2b167..90043ae5 100644 --- a/docs/simple-api/ATNotationOrDerived_8hpp.html +++ b/docs/simple-api/ATNotationOrDerived_8hpp.html @@ -35,7 +35,7 @@ Include dependency graph for ATNotationOrDerived.hpp:

    class  ATNotationOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATQNameOrDerived_8hpp-source.html b/docs/simple-api/ATQNameOrDerived_8hpp-source.html index ecfb1cd4..7b18b44f 100644 --- a/docs/simple-api/ATQNameOrDerived_8hpp-source.html +++ b/docs/simple-api/ATQNameOrDerived_8hpp-source.html @@ -76,7 +76,7 @@ 00059 }; 00060 00061 #endif // _ATQNAMEORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATQNameOrDerived_8hpp.html b/docs/simple-api/ATQNameOrDerived_8hpp.html index d926fdc3..3a461b32 100644 --- a/docs/simple-api/ATQNameOrDerived_8hpp.html +++ b/docs/simple-api/ATQNameOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATQNameOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATStringOrDerived_8hpp-source.html b/docs/simple-api/ATStringOrDerived_8hpp-source.html index 9aa71046..217296e9 100644 --- a/docs/simple-api/ATStringOrDerived_8hpp-source.html +++ b/docs/simple-api/ATStringOrDerived_8hpp-source.html @@ -83,7 +83,7 @@ 00064 }; 00065 00066 #endif // _ATSTRINGORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATStringOrDerived_8hpp.html b/docs/simple-api/ATStringOrDerived_8hpp.html index 17fd325d..9008a2a8 100644 --- a/docs/simple-api/ATStringOrDerived_8hpp.html +++ b/docs/simple-api/ATStringOrDerived_8hpp.html @@ -42,7 +42,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATStringOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATTimeOrDerived_8hpp-source.html b/docs/simple-api/ATTimeOrDerived_8hpp-source.html index b6e5002f..9e7eca11 100644 --- a/docs/simple-api/ATTimeOrDerived_8hpp-source.html +++ b/docs/simple-api/ATTimeOrDerived_8hpp-source.html @@ -92,7 +92,7 @@ 00107 }; 00108 00109 #endif // _ATTIMEORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATTimeOrDerived_8hpp.html b/docs/simple-api/ATTimeOrDerived_8hpp.html index a586d8e3..785341e4 100644 --- a/docs/simple-api/ATTimeOrDerived_8hpp.html +++ b/docs/simple-api/ATTimeOrDerived_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATTimeOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATUntypedAtomic_8hpp-source.html b/docs/simple-api/ATUntypedAtomic_8hpp-source.html index f7f09960..960e6a61 100644 --- a/docs/simple-api/ATUntypedAtomic_8hpp-source.html +++ b/docs/simple-api/ATUntypedAtomic_8hpp-source.html @@ -65,7 +65,7 @@ 00046 }; 00047 00048 #endif // _ATUNTYPEDATOMIC_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ATUntypedAtomic_8hpp.html b/docs/simple-api/ATUntypedAtomic_8hpp.html index 650e7cdf..32efe5f7 100644 --- a/docs/simple-api/ATUntypedAtomic_8hpp.html +++ b/docs/simple-api/ATUntypedAtomic_8hpp.html @@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:

    class  ATUntypedAtomic -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/AnyAtomicType_8hpp-source.html b/docs/simple-api/AnyAtomicType_8hpp-source.html index a98288fb..03dfdcb5 100644 --- a/docs/simple-api/AnyAtomicType_8hpp-source.html +++ b/docs/simple-api/AnyAtomicType_8hpp-source.html @@ -178,7 +178,7 @@ 00171 }; 00172 00173 #endif // _ANYATOMICTYPE_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/AnyAtomicType_8hpp.html b/docs/simple-api/AnyAtomicType_8hpp.html index 0410a00d..24d3c8ec 100644 --- a/docs/simple-api/AnyAtomicType_8hpp.html +++ b/docs/simple-api/AnyAtomicType_8hpp.html @@ -54,7 +54,7 @@ This graph shows which files directly or indirectly include this file:

    class  AnyAtomicType::CastTable -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Collation_8hpp-source.html b/docs/simple-api/Collation_8hpp-source.html index 50f4e08b..1996fe5f 100644 --- a/docs/simple-api/Collation_8hpp-source.html +++ b/docs/simple-api/Collation_8hpp-source.html @@ -53,7 +53,7 @@ 00034 }; 00035 00036 #endif // !defined(AFXQ_COLLATION_H__6BA76C4A_0A5B_480B_9870_86A89A118100__INCLUDED_) -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Collation_8hpp.html b/docs/simple-api/Collation_8hpp.html index 4324fb8c..17bd09b9 100644 --- a/docs/simple-api/Collation_8hpp.html +++ b/docs/simple-api/Collation_8hpp.html @@ -57,7 +57,7 @@ Include dependency graph for Collation.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ContextHelpers_8hpp-source.html b/docs/simple-api/ContextHelpers_8hpp-source.html index baeeeafd..9d957e43 100644 --- a/docs/simple-api/ContextHelpers_8hpp-source.html +++ b/docs/simple-api/ContextHelpers_8hpp-source.html @@ -108,7 +108,7 @@ 00089 }; 00090 00091 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ContextHelpers_8hpp.html b/docs/simple-api/ContextHelpers_8hpp.html index 1ed35689..5c7efd8a 100644 --- a/docs/simple-api/ContextHelpers_8hpp.html +++ b/docs/simple-api/ContextHelpers_8hpp.html @@ -67,7 +67,7 @@ Include dependency graph for ContextHelpers.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DOMDocument_8hpp-source.html b/docs/simple-api/DOMDocument_8hpp-source.html index a8b1da8e..01f494b9 100644 --- a/docs/simple-api/DOMDocument_8hpp-source.html +++ b/docs/simple-api/DOMDocument_8hpp-source.html @@ -200,7 +200,7 @@ 00876 XERCES_CPP_NAMESPACE_END 00877 00878 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DOMDocument_8hpp.html b/docs/simple-api/DOMDocument_8hpp.html index 2510055a..4df962c2 100644 --- a/docs/simple-api/DOMDocument_8hpp.html +++ b/docs/simple-api/DOMDocument_8hpp.html @@ -40,7 +40,7 @@ Include dependency graph for DOMDocument.hpp:

     The DOMDocument interface represents the entire XML document. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DOMNode_8hpp-source.html b/docs/simple-api/DOMNode_8hpp-source.html index 99df1769..abe2da24 100644 --- a/docs/simple-api/DOMNode_8hpp-source.html +++ b/docs/simple-api/DOMNode_8hpp-source.html @@ -234,7 +234,7 @@ 00957 00958 #endif 00959 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DOMNode_8hpp.html b/docs/simple-api/DOMNode_8hpp.html index 5daa36b5..ecf45c22 100644 --- a/docs/simple-api/DOMNode_8hpp.html +++ b/docs/simple-api/DOMNode_8hpp.html @@ -159,7 +159,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DOMXPathNSResolver_8hpp-source.html b/docs/simple-api/DOMXPathNSResolver_8hpp-source.html index 299303d4..32580366 100644 --- a/docs/simple-api/DOMXPathNSResolver_8hpp-source.html +++ b/docs/simple-api/DOMXPathNSResolver_8hpp-source.html @@ -81,7 +81,7 @@ 00105 00106 #endif 00107 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DOMXPathNSResolver_8hpp.html b/docs/simple-api/DOMXPathNSResolver_8hpp.html index 12238a95..ce99ae7c 100644 --- a/docs/simple-api/DOMXPathNSResolver_8hpp.html +++ b/docs/simple-api/DOMXPathNSResolver_8hpp.html @@ -33,7 +33,7 @@ Include dependency graph for DOMXPathNSResolver.hpp:

     The DOMXPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DateOrTimeType_8hpp-source.html b/docs/simple-api/DateOrTimeType_8hpp-source.html index 8479e912..39165fbf 100644 --- a/docs/simple-api/DateOrTimeType_8hpp-source.html +++ b/docs/simple-api/DateOrTimeType_8hpp-source.html @@ -54,7 +54,7 @@ 00038 }; 00039 00040 #endif // _ATDATETIMEORDERIVED_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DateOrTimeType_8hpp.html b/docs/simple-api/DateOrTimeType_8hpp.html index 838246c1..601a8566 100644 --- a/docs/simple-api/DateOrTimeType_8hpp.html +++ b/docs/simple-api/DateOrTimeType_8hpp.html @@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:

    class  DateOrTimeType -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DynamicContext_8hpp-source.html b/docs/simple-api/DynamicContext_8hpp-source.html index 2e32fa11..e3de2e40 100644 --- a/docs/simple-api/DynamicContext_8hpp-source.html +++ b/docs/simple-api/DynamicContext_8hpp-source.html @@ -90,7 +90,7 @@ 00109 }; 00110 00111 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/DynamicContext_8hpp.html b/docs/simple-api/DynamicContext_8hpp.html index 25f479f8..8bc90cbc 100644 --- a/docs/simple-api/DynamicContext_8hpp.html +++ b/docs/simple-api/DynamicContext_8hpp.html @@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file:

     The execution time dynamic context interface. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/InputSource_8hpp-source.html b/docs/simple-api/InputSource_8hpp-source.html index 795fe96d..a14a0fd0 100644 --- a/docs/simple-api/InputSource_8hpp-source.html +++ b/docs/simple-api/InputSource_8hpp-source.html @@ -194,7 +194,7 @@ 00335 XERCES_CPP_NAMESPACE_END 00336 00337 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/InputSource_8hpp.html b/docs/simple-api/InputSource_8hpp.html index 694795c0..bf1ebe8b 100644 --- a/docs/simple-api/InputSource_8hpp.html +++ b/docs/simple-api/InputSource_8hpp.html @@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:

     A single input source for an XML entity. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ItemFactory_8hpp-source.html b/docs/simple-api/ItemFactory_8hpp-source.html index 646401c8..8e7a802d 100644 --- a/docs/simple-api/ItemFactory_8hpp-source.html +++ b/docs/simple-api/ItemFactory_8hpp-source.html @@ -164,7 +164,7 @@ 00145 }; 00146 00147 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ItemFactory_8hpp.html b/docs/simple-api/ItemFactory_8hpp.html index 039dfb22..0c06298c 100644 --- a/docs/simple-api/ItemFactory_8hpp.html +++ b/docs/simple-api/ItemFactory_8hpp.html @@ -72,7 +72,7 @@ Include dependency graph for ItemFactory.hpp:

    class  ItemFactory::ElementChild -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Item_8hpp-source.html b/docs/simple-api/Item_8hpp-source.html index 21fb9e5a..78b38f00 100644 --- a/docs/simple-api/Item_8hpp-source.html +++ b/docs/simple-api/Item_8hpp-source.html @@ -72,7 +72,7 @@ 00055 00056 #endif // _ITEM_HPP 00057 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Item_8hpp.html b/docs/simple-api/Item_8hpp.html index f98611d6..ac7d1cbe 100644 --- a/docs/simple-api/Item_8hpp.html +++ b/docs/simple-api/Item_8hpp.html @@ -54,7 +54,7 @@ This graph shows which files directly or indirectly include this file:

    class  Item -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/LocalFileInputSource_8hpp-source.html b/docs/simple-api/LocalFileInputSource_8hpp-source.html index 3424ca96..c95b4b13 100644 --- a/docs/simple-api/LocalFileInputSource_8hpp-source.html +++ b/docs/simple-api/LocalFileInputSource_8hpp-source.html @@ -90,7 +90,7 @@ 00149 XERCES_CPP_NAMESPACE_END 00150 00151 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/LocalFileInputSource_8hpp.html b/docs/simple-api/LocalFileInputSource_8hpp.html index deb6b5df..70b465cd 100644 --- a/docs/simple-api/LocalFileInputSource_8hpp.html +++ b/docs/simple-api/LocalFileInputSource_8hpp.html @@ -64,7 +64,7 @@ Include dependency graph for LocalFileInputSource.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/MemBufInputSource_8hpp-source.html b/docs/simple-api/MemBufInputSource_8hpp-source.html index 6253a987..d5a361ee 100644 --- a/docs/simple-api/MemBufInputSource_8hpp-source.html +++ b/docs/simple-api/MemBufInputSource_8hpp-source.html @@ -141,7 +141,7 @@ 00227 XERCES_CPP_NAMESPACE_END 00228 00229 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/MemBufInputSource_8hpp.html b/docs/simple-api/MemBufInputSource_8hpp.html index 70e42168..9c1c0991 100644 --- a/docs/simple-api/MemBufInputSource_8hpp.html +++ b/docs/simple-api/MemBufInputSource_8hpp.html @@ -64,7 +64,7 @@ Include dependency graph for MemBufInputSource.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/MemoryManager_8hpp-source.html b/docs/simple-api/MemoryManager_8hpp-source.html index 5fdba9dc..6ed011af 100644 --- a/docs/simple-api/MemoryManager_8hpp-source.html +++ b/docs/simple-api/MemoryManager_8hpp-source.html @@ -93,7 +93,7 @@ 00107 XERCES_CPP_NAMESPACE_END 00108 00109 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/MemoryManager_8hpp.html b/docs/simple-api/MemoryManager_8hpp.html index a036ec50..a772aa4e 100644 --- a/docs/simple-api/MemoryManager_8hpp.html +++ b/docs/simple-api/MemoryManager_8hpp.html @@ -27,14 +27,15 @@ Include dependency graph for MemoryManager.hpp:

    - - - - - - - - + + + + + + + + +

    @@ -75,7 +76,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/MemoryManager_8hpp__dep__incl.map b/docs/simple-api/MemoryManager_8hpp__dep__incl.map index 0d07f1a0..73e9cf72 100644 --- a/docs/simple-api/MemoryManager_8hpp__dep__incl.map +++ b/docs/simple-api/MemoryManager_8hpp__dep__incl.map @@ -1,10 +1,11 @@ base referer rect $XQilla_8hpp.html 261,32 344,56 -rect $ReferenceCounted_8hpp.html 224,80 381,104 -rect $XPath2MemoryManager_8hpp.html 206,128 398,152 -rect $StringPool_8hpp.html 248,176 357,200 -rect $Item_8hpp.html 465,32 540,56 -rect $Timezone_8hpp.html 449,80 556,104 -rect $AnyAtomicType_8hpp.html 605,8 746,32 -rect $Result_8hpp.html 633,56 718,80 -rect $Sequence_8hpp.html 449,128 556,152 +rect $ReferenceCounted_8hpp.html 224,92 381,116 +rect $XPath2MemoryManager_8hpp.html 206,140 398,164 +rect $StringPool_8hpp.html 248,188 357,212 +rect $XQQuery_8hpp.html 450,8 554,32 +rect $Item_8hpp.html 465,56 540,80 +rect $Timezone_8hpp.html 449,104 556,128 +rect $AnyAtomicType_8hpp.html 605,32 746,56 +rect $Result_8hpp.html 633,80 718,104 +rect $Sequence_8hpp.html 449,152 556,176 diff --git a/docs/simple-api/MemoryManager_8hpp__dep__incl.md5 b/docs/simple-api/MemoryManager_8hpp__dep__incl.md5 index 62ed0278..c8b0dd8e 100644 --- a/docs/simple-api/MemoryManager_8hpp__dep__incl.md5 +++ b/docs/simple-api/MemoryManager_8hpp__dep__incl.md5 @@ -1 +1 @@ -bdaae85dfe4b3c8f9afb96aaff1fab62 \ No newline at end of file +3509da2a6dcb0d27c0bae4719f711bee \ No newline at end of file diff --git a/docs/simple-api/MemoryManager_8hpp__dep__incl.png b/docs/simple-api/MemoryManager_8hpp__dep__incl.png index 643f19f8..55d0114e 100644 Binary files a/docs/simple-api/MemoryManager_8hpp__dep__incl.png and b/docs/simple-api/MemoryManager_8hpp__dep__incl.png differ diff --git a/docs/simple-api/ModuleResolver_8hpp-source.html b/docs/simple-api/ModuleResolver_8hpp-source.html index f225e053..e991f74f 100644 --- a/docs/simple-api/ModuleResolver_8hpp-source.html +++ b/docs/simple-api/ModuleResolver_8hpp-source.html @@ -47,7 +47,7 @@ 00028 virtual bool resolveModuleLocation(VectorOfStrings* result, const XMLCh* nsUri, const StaticContext* context) = 0; 00029 }; 00030 #endif // _MODULERESOLVER_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ModuleResolver_8hpp.html b/docs/simple-api/ModuleResolver_8hpp.html index 81a8040f..99e011a6 100644 --- a/docs/simple-api/ModuleResolver_8hpp.html +++ b/docs/simple-api/ModuleResolver_8hpp.html @@ -29,7 +29,7 @@ Include dependency graph for ModuleResolver.hpp:

    class  ModuleResolver -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Node_8hpp-source.html b/docs/simple-api/Node_8hpp-source.html index b0af9dc1..f2a06846 100644 --- a/docs/simple-api/Node_8hpp-source.html +++ b/docs/simple-api/Node_8hpp-source.html @@ -115,7 +115,7 @@ 00135 static const XMLCh cdata_string[]; 00136 }; 00137 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Node_8hpp.html b/docs/simple-api/Node_8hpp.html index 0918aafc..2121b820 100644 --- a/docs/simple-api/Node_8hpp.html +++ b/docs/simple-api/Node_8hpp.html @@ -45,7 +45,7 @@ This graph shows which files directly or indirectly include this file:

    class  Node -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/NumericTypeConstructor_8hpp-source.html b/docs/simple-api/NumericTypeConstructor_8hpp-source.html index 781ca0e3..cb3f1f03 100644 --- a/docs/simple-api/NumericTypeConstructor_8hpp-source.html +++ b/docs/simple-api/NumericTypeConstructor_8hpp-source.html @@ -65,7 +65,7 @@ 00046 00047 #endif 00048 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/NumericTypeConstructor_8hpp.html b/docs/simple-api/NumericTypeConstructor_8hpp.html index e1c7d3fe..8393867c 100644 --- a/docs/simple-api/NumericTypeConstructor_8hpp.html +++ b/docs/simple-api/NumericTypeConstructor_8hpp.html @@ -32,7 +32,7 @@ Include dependency graph for NumericTypeConstructor.hpp:

    class  NumericTypeConstructor -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Numeric_8hpp-source.html b/docs/simple-api/Numeric_8hpp-source.html index 9a5d40a8..54cf2bec 100644 --- a/docs/simple-api/Numeric_8hpp-source.html +++ b/docs/simple-api/Numeric_8hpp-source.html @@ -144,7 +144,7 @@ 00143 }; 00144 00145 #endif // __NUMERIC_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Numeric_8hpp.html b/docs/simple-api/Numeric_8hpp.html index 39be58a2..164f46c5 100644 --- a/docs/simple-api/Numeric_8hpp.html +++ b/docs/simple-api/Numeric_8hpp.html @@ -50,7 +50,7 @@ This graph shows which files directly or indirectly include this file:

    class  Numeric -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/PlatformUtils_8hpp-source.html b/docs/simple-api/PlatformUtils_8hpp-source.html index 3cf4ed70..dc97b417 100644 --- a/docs/simple-api/PlatformUtils_8hpp-source.html +++ b/docs/simple-api/PlatformUtils_8hpp-source.html @@ -320,7 +320,7 @@ 00856 XERCES_CPP_NAMESPACE_END 00857 00858 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/PlatformUtils_8hpp.html b/docs/simple-api/PlatformUtils_8hpp.html index b2372ef8..deea1313 100644 --- a/docs/simple-api/PlatformUtils_8hpp.html +++ b/docs/simple-api/PlatformUtils_8hpp.html @@ -26,18 +26,18 @@ Include dependency graph for PlatformUtils.hpp:

    - - - + + + - - - - - - - - + + + + + + + +

    @@ -83,7 +83,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/PlatformUtils_8hpp__dep__incl.map b/docs/simple-api/PlatformUtils_8hpp__dep__incl.map index 5e6310c5..cd031e70 100644 --- a/docs/simple-api/PlatformUtils_8hpp__dep__incl.map +++ b/docs/simple-api/PlatformUtils_8hpp__dep__incl.map @@ -1,13 +1,13 @@ base referer -rect $XQilla_8hpp.html 204,8 286,32 -rect $Sequence_8hpp.html 192,56 298,80 -rect $StaticContext_8hpp.html 182,104 308,128 +rect $XQilla_8hpp.html 204,152 286,176 +rect $Sequence_8hpp.html 192,104 298,128 +rect $StaticContext_8hpp.html 182,56 308,80 rect $InputSource_8hpp.html 185,200 305,224 -rect $XQQuery_8hpp.html 397,128 501,152 -rect $DynamicContext_8hpp.html 377,32 521,56 -rect $XQScopedNamespace_8hpp.html 357,80 541,104 -rect $ContextHelpers_8hpp.html 589,32 728,56 -rect $LocalFileInputSource_8hpp.html 362,176 536,200 -rect $MemBufInputSource_8hpp.html 364,224 534,248 -rect $StdInInputSource_8hpp.html 373,272 525,296 -rect $URLInputSource_8hpp.html 376,320 522,344 +rect $XQQuery_8hpp.html 397,104 501,128 +rect $DynamicContext_8hpp.html 377,56 521,80 +rect $XQScopedNamespace_8hpp.html 357,8 541,32 +rect $ContextHelpers_8hpp.html 589,56 728,80 +rect $LocalFileInputSource_8hpp.html 362,296 536,320 +rect $MemBufInputSource_8hpp.html 364,152 534,176 +rect $StdInInputSource_8hpp.html 373,200 525,224 +rect $URLInputSource_8hpp.html 376,248 522,272 diff --git a/docs/simple-api/PlatformUtils_8hpp__dep__incl.md5 b/docs/simple-api/PlatformUtils_8hpp__dep__incl.md5 index 440b4ce0..06708459 100644 --- a/docs/simple-api/PlatformUtils_8hpp__dep__incl.md5 +++ b/docs/simple-api/PlatformUtils_8hpp__dep__incl.md5 @@ -1 +1 @@ -41e51e96d4d94e5aab9a85eca095975b \ No newline at end of file +72d8b22882a873902fc3c29b774c6eec \ No newline at end of file diff --git a/docs/simple-api/PlatformUtils_8hpp__dep__incl.png b/docs/simple-api/PlatformUtils_8hpp__dep__incl.png index 64f90ddb..c4fd16b0 100644 Binary files a/docs/simple-api/PlatformUtils_8hpp__dep__incl.png and b/docs/simple-api/PlatformUtils_8hpp__dep__incl.png differ diff --git a/docs/simple-api/ReferenceCounted_8hpp-source.html b/docs/simple-api/ReferenceCounted_8hpp-source.html index ab1b4e28..4072c691 100644 --- a/docs/simple-api/ReferenceCounted_8hpp-source.html +++ b/docs/simple-api/ReferenceCounted_8hpp-source.html @@ -149,7 +149,7 @@ 00134 } 00135 00136 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/ReferenceCounted_8hpp.html b/docs/simple-api/ReferenceCounted_8hpp.html index e9756107..edf5c194 100644 --- a/docs/simple-api/ReferenceCounted_8hpp.html +++ b/docs/simple-api/ReferenceCounted_8hpp.html @@ -263,7 +263,7 @@ template<class T1, class T2> -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Result_8hpp-source.html b/docs/simple-api/Result_8hpp-source.html index 9597feef..841da236 100644 --- a/docs/simple-api/Result_8hpp-source.html +++ b/docs/simple-api/Result_8hpp-source.html @@ -111,7 +111,7 @@ 00098 } 00099 00100 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Result_8hpp.html b/docs/simple-api/Result_8hpp.html index 428d1c72..9bfd1cb0 100644 --- a/docs/simple-api/Result_8hpp.html +++ b/docs/simple-api/Result_8hpp.html @@ -39,7 +39,7 @@ Include dependency graph for Result.hpp:

     A reference counting wrapper for the lazily evaluated query result. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Scope_8hpp-source.html b/docs/simple-api/Scope_8hpp-source.html index f8a20095..01c694d2 100644 --- a/docs/simple-api/Scope_8hpp-source.html +++ b/docs/simple-api/Scope_8hpp-source.html @@ -150,7 +150,7 @@ 00134 } 00135 00136 #endif // _SCOPE_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Scope_8hpp.html b/docs/simple-api/Scope_8hpp.html index 2814dddc..bd6ac2dd 100644 --- a/docs/simple-api/Scope_8hpp.html +++ b/docs/simple-api/Scope_8hpp.html @@ -36,7 +36,7 @@ Include dependency graph for Scope.hpp:

     used inside VariableStore to implement variable scoping More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Sequence_8hpp-source.html b/docs/simple-api/Sequence_8hpp-source.html index ccff346e..8e7cf932 100644 --- a/docs/simple-api/Sequence_8hpp-source.html +++ b/docs/simple-api/Sequence_8hpp-source.html @@ -110,7 +110,7 @@ 00107 }; 00108 00109 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Sequence_8hpp.html b/docs/simple-api/Sequence_8hpp.html index f2352e05..ce1fa618 100644 --- a/docs/simple-api/Sequence_8hpp.html +++ b/docs/simple-api/Sequence_8hpp.html @@ -69,7 +69,7 @@ Include dependency graph for Sequence.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StaticContext_8hpp-source.html b/docs/simple-api/StaticContext_8hpp-source.html index eaa8dd0a..cf5a2a95 100644 --- a/docs/simple-api/StaticContext_8hpp-source.html +++ b/docs/simple-api/StaticContext_8hpp-source.html @@ -164,7 +164,7 @@ 00211 }; 00212 00213 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StaticContext_8hpp.html b/docs/simple-api/StaticContext_8hpp.html index ff6d578f..ecd98ea5 100644 --- a/docs/simple-api/StaticContext_8hpp.html +++ b/docs/simple-api/StaticContext_8hpp.html @@ -78,7 +78,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StaticResolutionContext_8hpp-source.html b/docs/simple-api/StaticResolutionContext_8hpp-source.html index 8a422a6e..79fd12c4 100644 --- a/docs/simple-api/StaticResolutionContext_8hpp-source.html +++ b/docs/simple-api/StaticResolutionContext_8hpp-source.html @@ -133,7 +133,7 @@ 00127 }; 00128 00129 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StaticResolutionContext_8hpp.html b/docs/simple-api/StaticResolutionContext_8hpp.html index 6fd3ebd9..c8b86ae4 100644 --- a/docs/simple-api/StaticResolutionContext_8hpp.html +++ b/docs/simple-api/StaticResolutionContext_8hpp.html @@ -89,7 +89,7 @@ Include dependency graph for StaticResolutionContext.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StdInInputSource_8hpp-source.html b/docs/simple-api/StdInInputSource_8hpp-source.html index 39f809cb..ca2e631e 100644 --- a/docs/simple-api/StdInInputSource_8hpp-source.html +++ b/docs/simple-api/StdInInputSource_8hpp-source.html @@ -92,7 +92,7 @@ 00105 XERCES_CPP_NAMESPACE_END 00106 00107 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StdInInputSource_8hpp.html b/docs/simple-api/StdInInputSource_8hpp.html index 44d61485..98a4ad17 100644 --- a/docs/simple-api/StdInInputSource_8hpp.html +++ b/docs/simple-api/StdInInputSource_8hpp.html @@ -64,7 +64,7 @@ Include dependency graph for StdInInputSource.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StringPool_8hpp-source.html b/docs/simple-api/StringPool_8hpp-source.html index 090f8f42..32fb73e5 100644 --- a/docs/simple-api/StringPool_8hpp-source.html +++ b/docs/simple-api/StringPool_8hpp-source.html @@ -103,7 +103,7 @@ 00086 } 00087 00088 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/StringPool_8hpp.html b/docs/simple-api/StringPool_8hpp.html index c4451156..df2483ba 100644 --- a/docs/simple-api/StringPool_8hpp.html +++ b/docs/simple-api/StringPool_8hpp.html @@ -37,7 +37,7 @@ Include dependency graph for StringPool.hpp:

    class  StringPool::Bucket -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Timezone_8hpp-source.html b/docs/simple-api/Timezone_8hpp-source.html index 80b11917..a5e65c9e 100644 --- a/docs/simple-api/Timezone_8hpp-source.html +++ b/docs/simple-api/Timezone_8hpp-source.html @@ -70,7 +70,7 @@ 00067 #endif // _TZONE_HPP 00068 00069 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/Timezone_8hpp.html b/docs/simple-api/Timezone_8hpp.html index 0fcf46a2..e320fe7c 100644 --- a/docs/simple-api/Timezone_8hpp.html +++ b/docs/simple-api/Timezone_8hpp.html @@ -54,7 +54,7 @@ This graph shows which files directly or indirectly include this file:

    class  Timezone -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/URIResolver_8hpp-source.html b/docs/simple-api/URIResolver_8hpp-source.html index 8f296df6..d6c00d46 100644 --- a/docs/simple-api/URIResolver_8hpp-source.html +++ b/docs/simple-api/URIResolver_8hpp-source.html @@ -63,7 +63,7 @@ 00047 virtual bool resolveDefaultCollection(Sequence &result, DynamicContext* context) = 0; 00048 }; 00049 #endif // _URIRESOLVER_HPP -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/URIResolver_8hpp.html b/docs/simple-api/URIResolver_8hpp.html index 9f5f5841..18863334 100644 --- a/docs/simple-api/URIResolver_8hpp.html +++ b/docs/simple-api/URIResolver_8hpp.html @@ -34,7 +34,7 @@ Include dependency graph for URIResolver.hpp:

     This is an abstract class used to resolve URIs in different ways. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/URLInputSource_8hpp-source.html b/docs/simple-api/URLInputSource_8hpp-source.html index bdfc1afa..4aa7a6d5 100644 --- a/docs/simple-api/URLInputSource_8hpp-source.html +++ b/docs/simple-api/URLInputSource_8hpp-source.html @@ -142,7 +142,7 @@ 00235 XERCES_CPP_NAMESPACE_END 00236 00237 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/URLInputSource_8hpp.html b/docs/simple-api/URLInputSource_8hpp.html index 5c6671ea..f70f0c70 100644 --- a/docs/simple-api/URLInputSource_8hpp.html +++ b/docs/simple-api/URLInputSource_8hpp.html @@ -65,7 +65,7 @@ Include dependency graph for URLInputSource.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/VarHashEntry_8hpp-source.html b/docs/simple-api/VarHashEntry_8hpp-source.html index f8092e78..03c261cd 100644 --- a/docs/simple-api/VarHashEntry_8hpp-source.html +++ b/docs/simple-api/VarHashEntry_8hpp-source.html @@ -49,7 +49,7 @@ 00035 00036 #endif 00037 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/VarHashEntry_8hpp.html b/docs/simple-api/VarHashEntry_8hpp.html index 01b2f4bd..cc66e403 100644 --- a/docs/simple-api/VarHashEntry_8hpp.html +++ b/docs/simple-api/VarHashEntry_8hpp.html @@ -34,7 +34,7 @@ Include dependency graph for VarHashEntry.hpp:

     The class that stores the values of the variables. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/VariableStore_8hpp-source.html b/docs/simple-api/VariableStore_8hpp-source.html index e86687b3..c74286be 100644 --- a/docs/simple-api/VariableStore_8hpp-source.html +++ b/docs/simple-api/VariableStore_8hpp-source.html @@ -117,7 +117,7 @@ 00123 }; 00124 00125 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/VariableStore_8hpp.html b/docs/simple-api/VariableStore_8hpp.html index 06a68d32..093eb549 100644 --- a/docs/simple-api/VariableStore_8hpp.html +++ b/docs/simple-api/VariableStore_8hpp.html @@ -36,7 +36,7 @@ Include dependency graph for VariableStore.hpp:

     This is the wrapper class for the variable store, which implements the lookup and scoping of simple variables. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/VariableTypeStore_8hpp-source.html b/docs/simple-api/VariableTypeStore_8hpp-source.html index da21a8b7..9832976c 100644 --- a/docs/simple-api/VariableTypeStore_8hpp-source.html +++ b/docs/simple-api/VariableTypeStore_8hpp-source.html @@ -66,7 +66,7 @@ 00062 }; 00063 00064 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/VariableTypeStore_8hpp.html b/docs/simple-api/VariableTypeStore_8hpp.html index 59cee94d..09085870 100644 --- a/docs/simple-api/VariableTypeStore_8hpp.html +++ b/docs/simple-api/VariableTypeStore_8hpp.html @@ -35,7 +35,7 @@ Include dependency graph for VariableTypeStore.hpp:

     This is the wrapper class for the variable store, which implements the lookup and scoping of simple variables. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XMLEntityResolver_8hpp-source.html b/docs/simple-api/XMLEntityResolver_8hpp-source.html index 7d0584e5..1f5fbd89 100644 --- a/docs/simple-api/XMLEntityResolver_8hpp-source.html +++ b/docs/simple-api/XMLEntityResolver_8hpp-source.html @@ -83,7 +83,7 @@ 00175 XERCES_CPP_NAMESPACE_END 00176 00177 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XMLEntityResolver_8hpp.html b/docs/simple-api/XMLEntityResolver_8hpp.html index 482e73a6..9d174ebf 100644 --- a/docs/simple-api/XMLEntityResolver_8hpp.html +++ b/docs/simple-api/XMLEntityResolver_8hpp.html @@ -38,7 +38,7 @@ Include dependency graph for XMLEntityResolver.hpp:

     Revised interface for resolving entities. More...
    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XMemory_8hpp-source.html b/docs/simple-api/XMemory_8hpp-source.html index 9bad9965..ac71aab8 100644 --- a/docs/simple-api/XMemory_8hpp-source.html +++ b/docs/simple-api/XMemory_8hpp-source.html @@ -98,7 +98,7 @@ 00143 XERCES_CPP_NAMESPACE_END 00144 00145 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XMemory_8hpp.html b/docs/simple-api/XMemory_8hpp.html index f2354049..312793fb 100644 --- a/docs/simple-api/XMemory_8hpp.html +++ b/docs/simple-api/XMemory_8hpp.html @@ -27,7 +27,7 @@ Include dependency graph for XMemory.hpp:

    - + @@ -36,9 +36,9 @@ This graph shows which files directly or indirectly include this file:

    - - - + + +

    @@ -79,7 +79,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XMemory_8hpp__dep__incl.map b/docs/simple-api/XMemory_8hpp__dep__incl.map index a2509098..c203401f 100644 --- a/docs/simple-api/XMemory_8hpp__dep__incl.map +++ b/docs/simple-api/XMemory_8hpp__dep__incl.map @@ -1,6 +1,6 @@ base referer rect $XQilla_8hpp.html 202,8 285,32 -rect $XQQuery_8hpp.html 413,70 517,94 +rect $XQQuery_8hpp.html 413,57 517,81 rect $Sequence_8hpp.html 190,106 297,130 rect $StaticContext_8hpp.html 181,154 306,178 rect $ItemFactory_8hpp.html 185,202 302,226 @@ -9,6 +9,6 @@ rect $VarHashEntry_8hpp.html 178,298 309,322 rect $VariableStore_8hpp.html 180,346 308,370 rect $VariableTypeStore_8hpp.html 166,394 321,418 rect $XMLEntityResolver_8hpp.html 164,442 324,466 -rect $DynamicContext_8hpp.html 393,142 537,166 -rect $XQScopedNamespace_8hpp.html 373,190 557,214 -rect $ContextHelpers_8hpp.html 605,142 744,166 +rect $DynamicContext_8hpp.html 393,130 537,154 +rect $XQScopedNamespace_8hpp.html 373,178 557,202 +rect $ContextHelpers_8hpp.html 605,130 744,154 diff --git a/docs/simple-api/XMemory_8hpp__dep__incl.md5 b/docs/simple-api/XMemory_8hpp__dep__incl.md5 index afc15603..dd086e95 100644 --- a/docs/simple-api/XMemory_8hpp__dep__incl.md5 +++ b/docs/simple-api/XMemory_8hpp__dep__incl.md5 @@ -1 +1 @@ -ae9e8be70196bbfa0ec67dcc957390d8 \ No newline at end of file +36af3cd58fbaeb68a01e6b5e1f96a43a \ No newline at end of file diff --git a/docs/simple-api/XMemory_8hpp__dep__incl.png b/docs/simple-api/XMemory_8hpp__dep__incl.png index 3f2ebde0..762c0e89 100644 Binary files a/docs/simple-api/XMemory_8hpp__dep__incl.png and b/docs/simple-api/XMemory_8hpp__dep__incl.png differ diff --git a/docs/simple-api/XPath2MemoryManager_8hpp-source.html b/docs/simple-api/XPath2MemoryManager_8hpp-source.html index 0e3004c1..5b4c627c 100644 --- a/docs/simple-api/XPath2MemoryManager_8hpp-source.html +++ b/docs/simple-api/XPath2MemoryManager_8hpp-source.html @@ -381,7 +381,7 @@ 00370 00371 #endif //__XPATH2MEMORYMANAGER_HPP 00372 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XPath2MemoryManager_8hpp.html b/docs/simple-api/XPath2MemoryManager_8hpp.html index e4c8a6cb..4301ad89 100644 --- a/docs/simple-api/XPath2MemoryManager_8hpp.html +++ b/docs/simple-api/XPath2MemoryManager_8hpp.html @@ -136,7 +136,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQDebugCallback_8hpp-source.html b/docs/simple-api/XQDebugCallback_8hpp-source.html index c62dfc65..9c01eb16 100644 --- a/docs/simple-api/XQDebugCallback_8hpp-source.html +++ b/docs/simple-api/XQDebugCallback_8hpp-source.html @@ -62,7 +62,7 @@ 00045 }; 00046 00047 #endif // !defined(AFXQ_XQDEBUGCALLBACK_H__446AD191_E9D0_4658_BD8C_032D29DA125F__INCLUDED_) -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQDebugCallback_8hpp.html b/docs/simple-api/XQDebugCallback_8hpp.html index 49ae57ef..34ba31dc 100644 --- a/docs/simple-api/XQDebugCallback_8hpp.html +++ b/docs/simple-api/XQDebugCallback_8hpp.html @@ -67,7 +67,7 @@ This graph shows which files directly or indirectly include this file:

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQException_8hpp-source.html b/docs/simple-api/XQException_8hpp-source.html index bff38201..5116dd07 100644 --- a/docs/simple-api/XQException_8hpp-source.html +++ b/docs/simple-api/XQException_8hpp-source.html @@ -92,7 +92,7 @@ 00076 00077 #endif // !defined(AFXQ_XQEXCEPTION_H__446AD191_E9D0_4658_BD8C_032D29DA123E__INCLUDED_) 00078 -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQException_8hpp.html b/docs/simple-api/XQException_8hpp.html index 0cb51f4b..03ee8a73 100644 --- a/docs/simple-api/XQException_8hpp.html +++ b/docs/simple-api/XQException_8hpp.html @@ -207,7 +207,7 @@ Include dependency graph for XQException.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQQuery_8hpp-source.html b/docs/simple-api/XQQuery_8hpp-source.html index e50ef8cf..c5a81718 100644 --- a/docs/simple-api/XQQuery_8hpp-source.html +++ b/docs/simple-api/XQQuery_8hpp-source.html @@ -27,7 +27,7 @@ 00008 * 00009 * See the file LICENSE for redistribution information. 00010 * -00011 * $Id: XQQuery.hpp,v 1.16 2006/11/01 16:37:17 jpcs Exp $ +00011 * $Id: XQQuery.hpp,v 1.16.2.1 2007/01/03 19:19:51 jpcs Exp $ 00012 */ 00013 00015 // XQQuery.h: interface for the XQQuery class. @@ -43,71 +43,71 @@ 00026 #include <xqilla/runtime/ResultImpl.hpp> 00027 #include <xqilla/runtime/LazySequenceResult.hpp> 00028 #include <xqilla/context/StaticContext.hpp> -00029 -00030 class DynamicContext; -00031 class XQUserFunction; -00032 class XQGlobalVariable; -00033 class XQQuery; -00034 -00035 typedef std::vector<XQUserFunction*, XQillaAllocator<XQUserFunction*> > UserFunctions; -00036 typedef std::vector<XQGlobalVariable*, XQillaAllocator<XQGlobalVariable*> > GlobalVariables; -00037 typedef std::vector<XQQuery*, XQillaAllocator<XQQuery*> > ImportedModules; -00038 -00053 class XQILLA_API XQQuery : public XERCES_CPP_NAMESPACE_QUALIFIER XMemory -00054 { -00055 public: -00057 ~XQQuery(); -00058 -00060 // @{ -00061 -00070 DynamicContext *createDynamicContext(XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *memMgr = -00071 XERCES_CPP_NAMESPACE_QUALIFIER XMLPlatformUtils::fgMemoryManager) const; -00072 -00085 Result execute(DynamicContext* context) const; -00086 -00106 void staticResolution(StaticContext *context = 0); -00107 -00120 void staticTyping(StaticContext *context = 0); -00121 -00123 -00125 // @{ -00126 -00128 const XMLCh* getQueryText() const; -00129 -00131 std::string getQueryPlan() const; -00132 -00134 -00136 // @{ -00137 -00139 ASTNode* getQueryBody() const; -00141 void setQueryBody(ASTNode* query); -00142 -00144 void addFunction(XQUserFunction* fnDef); -00146 const UserFunctions &getFunctions() const { return m_userDefFns; } -00147 -00149 void addVariable(XQGlobalVariable* varDef); -00151 const GlobalVariables &getVariables() const { return m_userDefVars; } -00152 -00154 const ImportedModules &getImportedModules() const { return m_importedModules; } -00155 -00157 const XMLCh* getFile() const; -00159 void setFile(const XMLCh* file); -00160 -00161 const DynamicContext *getStaticContext() const { return m_context; } -00162 -00164 -00166 // @{ -00167 -00169 void setIsLibraryModule(bool bIsModule=true); -00171 bool getIsLibraryModule() const; -00173 void setModuleTargetNamespace(const XMLCh* uri); -00175 const XMLCh* getModuleTargetNamespace() const; -00177 void importModule(const XMLCh* szUri, VectorOfStrings* locations, StaticContext* context); -00178 +00029 #include <xqilla/simple-api/XQilla.hpp> +00030 +00031 class DynamicContext; +00032 class XQUserFunction; +00033 class XQGlobalVariable; +00034 class XQQuery; +00035 +00036 typedef std::vector<XQUserFunction*, XQillaAllocator<XQUserFunction*> > UserFunctions; +00037 typedef std::vector<XQGlobalVariable*, XQillaAllocator<XQGlobalVariable*> > GlobalVariables; +00038 typedef std::vector<XQQuery*, XQillaAllocator<XQQuery*> > ImportedModules; +00039 +00054 class XQILLA_API XQQuery : public XERCES_CPP_NAMESPACE_QUALIFIER XMemory +00055 { +00056 public: +00058 ~XQQuery(); +00059 +00061 // @{ +00062 +00071 DynamicContext *createDynamicContext(XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *memMgr = +00072 XERCES_CPP_NAMESPACE_QUALIFIER XMLPlatformUtils::fgMemoryManager) const; +00073 +00086 Result execute(DynamicContext* context) const; +00087 +00107 void staticResolution(StaticContext *context = 0); +00108 +00121 void staticTyping(StaticContext *context = 0); +00122 +00124 +00126 // @{ +00127 +00129 const XMLCh* getQueryText() const; +00130 +00132 std::string getQueryPlan() const; +00133 +00135 +00137 // @{ +00138 +00140 ASTNode* getQueryBody() const; +00142 void setQueryBody(ASTNode* query); +00143 +00145 void addFunction(XQUserFunction* fnDef); +00147 const UserFunctions &getFunctions() const { return m_userDefFns; } +00148 +00150 void addVariable(XQGlobalVariable* varDef); +00152 const GlobalVariables &getVariables() const { return m_userDefVars; } +00153 +00155 const ImportedModules &getImportedModules() const { return m_importedModules; } +00156 +00158 const XMLCh* getFile() const; +00160 void setFile(const XMLCh* file); +00161 +00162 const DynamicContext *getStaticContext() const { return m_context; } +00163 +00165 +00167 // @{ +00168 +00170 void setIsLibraryModule(bool bIsModule=true); +00172 bool getIsLibraryModule() const; +00174 void setModuleTargetNamespace(const XMLCh* uri); +00176 const XMLCh* getModuleTargetNamespace() const; +00178 void importModule(XQilla::Language language, const XMLCh* szUri, +00179 VectorOfStrings* locations, StaticContext* context); 00180 -00181 private: -00182 void importModuleImpl(const XMLCh* szUri, XERCES_CPP_NAMESPACE_QUALIFIER InputSource* location, StaticContext* context); -00183 +00182 +00183 private: 00185 class QueryResult : public ResultImpl 00186 { 00187 public: @@ -165,7 +165,7 @@ 00243 }; 00244 00245 #endif // !defined(AFXQ_XQUERY_H__FAA9933A_2F10_49A4_93A2_857E2A8C48E3__INCLUDED_) -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQQuery_8hpp.html b/docs/simple-api/XQQuery_8hpp.html index 0b83c02a..12d0b948 100644 --- a/docs/simple-api/XQQuery_8hpp.html +++ b/docs/simple-api/XQQuery_8hpp.html @@ -25,14 +25,17 @@ #include <xqilla/runtime/ResultImpl.hpp>
    #include <xqilla/runtime/LazySequenceResult.hpp>
    #include <xqilla/context/StaticContext.hpp>
    +#include <xqilla/simple-api/XQilla.hpp>

    Include dependency graph for XQQuery.hpp:

    - + - - + + + +

    @@ -156,7 +159,7 @@ Include dependency graph for XQQuery.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQQuery_8hpp__incl.map b/docs/simple-api/XQQuery_8hpp__incl.map index aa18474e..4c9c711d 100644 --- a/docs/simple-api/XQQuery_8hpp__incl.map +++ b/docs/simple-api/XQQuery_8hpp__incl.map @@ -1,5 +1,7 @@ base referer -rect $XMemory_8hpp.html 496,59 672,83 +rect $XMemory_8hpp.html 512,107 688,131 rect $InputSource_8hpp.html 192,157 386,181 -rect $StaticContext_8hpp.html 185,109 393,133 -rect $PlatformUtils_8hpp.html 486,203 681,227 +rect $StaticContext_8hpp.html 185,205 393,229 +rect $XQilla_8hpp.html 198,58 380,82 +rect $PlatformUtils_8hpp.html 502,157 697,181 +rect $MemoryManager_8hpp.html 468,59 732,83 diff --git a/docs/simple-api/XQQuery_8hpp__incl.md5 b/docs/simple-api/XQQuery_8hpp__incl.md5 index 1240c55b..9fb1eae7 100644 --- a/docs/simple-api/XQQuery_8hpp__incl.md5 +++ b/docs/simple-api/XQQuery_8hpp__incl.md5 @@ -1 +1 @@ -31568f5314bcc4e758e7bba6956bb808 \ No newline at end of file +1210abb00f25b0a9af9a3194d00a7bf6 \ No newline at end of file diff --git a/docs/simple-api/XQQuery_8hpp__incl.png b/docs/simple-api/XQQuery_8hpp__incl.png index be9c549e..3a1d4f4d 100644 Binary files a/docs/simple-api/XQQuery_8hpp__incl.png and b/docs/simple-api/XQQuery_8hpp__incl.png differ diff --git a/docs/simple-api/XQScopedNamespace_8hpp-source.html b/docs/simple-api/XQScopedNamespace_8hpp-source.html index 19ccd704..d73e1bb0 100644 --- a/docs/simple-api/XQScopedNamespace_8hpp-source.html +++ b/docs/simple-api/XQScopedNamespace_8hpp-source.html @@ -84,7 +84,7 @@ 00067 }; 00068 00069 #endif // !defined(AFXQ_XQSCOPEDNAMESPACE_H__D6A320F5_21F1_421D_9E46_E4373B375E1A__INCLUDED_) -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQScopedNamespace_8hpp.html b/docs/simple-api/XQScopedNamespace_8hpp.html index 6625ce3e..d551d005 100644 --- a/docs/simple-api/XQScopedNamespace_8hpp.html +++ b/docs/simple-api/XQScopedNamespace_8hpp.html @@ -68,7 +68,7 @@ Include dependency graph for XQScopedNamespace.hpp:

    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQilla_8hpp-source.html b/docs/simple-api/XQilla_8hpp-source.html index 639530ac..37b81159 100644 --- a/docs/simple-api/XQilla_8hpp-source.html +++ b/docs/simple-api/XQilla_8hpp-source.html @@ -108,7 +108,7 @@ 00164 }; 00165 00166 #endif -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQilla_8hpp.html b/docs/simple-api/XQilla_8hpp.html index 00df207e..2dd302a6 100644 --- a/docs/simple-api/XQilla_8hpp.html +++ b/docs/simple-api/XQilla_8hpp.html @@ -30,6 +30,12 @@ Include dependency graph for XQilla.hpp:

    +

    +This graph shows which files directly or indirectly include this file:

    + + + +

    Go to the source code of this file. @@ -41,7 +47,7 @@ Include dependency graph for XQilla.hpp:

     
    Provides factory methods for creating XQQuery and DynamicContext objects. More...
    -


    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/XQilla_8hpp__dep__incl.map b/docs/simple-api/XQilla_8hpp__dep__incl.map new file mode 100644 index 00000000..4c571f05 --- /dev/null +++ b/docs/simple-api/XQilla_8hpp__dep__incl.map @@ -0,0 +1,2 @@ +base referer +rect $XQQuery_8hpp.html 141,8 245,32 diff --git a/docs/simple-api/XQilla_8hpp__dep__incl.md5 b/docs/simple-api/XQilla_8hpp__dep__incl.md5 new file mode 100644 index 00000000..5c5fc73d --- /dev/null +++ b/docs/simple-api/XQilla_8hpp__dep__incl.md5 @@ -0,0 +1 @@ +7c841c5f7b223eedb3c9787524d13626 \ No newline at end of file diff --git a/docs/simple-api/XQilla_8hpp__dep__incl.png b/docs/simple-api/XQilla_8hpp__dep__incl.png new file mode 100644 index 00000000..7bf11969 Binary files /dev/null and b/docs/simple-api/XQilla_8hpp__dep__incl.png differ diff --git a/docs/simple-api/annotated.html b/docs/simple-api/annotated.html index eedb17a8..461c4f5b 100644 --- a/docs/simple-api/annotated.html +++ b/docs/simple-api/annotated.html @@ -95,7 +95,7 @@ XQQueryEncapsulates a query expression XQScopedNamespace -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATAnySimpleType-members.html b/docs/simple-api/classATAnySimpleType-members.html index 07641803..404b44ce 100644 --- a/docs/simple-api/classATAnySimpleType-members.html +++ b/docs/simple-api/classATAnySimpleType-members.html @@ -73,7 +73,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATAnySimpleType.html b/docs/simple-api/classATAnySimpleType.html index 667db16e..e271b66c 100644 --- a/docs/simple-api/classATAnySimpleType.html +++ b/docs/simple-api/classATAnySimpleType.html @@ -237,7 +237,7 @@ Implements ATAnySimpleType.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATAnyURIOrDerived-members.html b/docs/simple-api/classATAnyURIOrDerived-members.html index 62cb8b35..f524fe44 100644 --- a/docs/simple-api/classATAnyURIOrDerived-members.html +++ b/docs/simple-api/classATAnyURIOrDerived-members.html @@ -73,7 +73,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATAnyURIOrDerived.html b/docs/simple-api/classATAnyURIOrDerived.html index 0621a742..d75ade28 100644 --- a/docs/simple-api/classATAnyURIOrDerived.html +++ b/docs/simple-api/classATAnyURIOrDerived.html @@ -231,7 +231,7 @@ Implements ATAnyURIOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATBase64BinaryOrDerived-members.html b/docs/simple-api/classATBase64BinaryOrDerived-members.html index b95d01b6..6bd7a27d 100644 --- a/docs/simple-api/classATBase64BinaryOrDerived-members.html +++ b/docs/simple-api/classATBase64BinaryOrDerived-members.html @@ -74,7 +74,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATBase64BinaryOrDerived.html b/docs/simple-api/classATBase64BinaryOrDerived.html index 3720ad78..8094f683 100644 --- a/docs/simple-api/classATBase64BinaryOrDerived.html +++ b/docs/simple-api/classATBase64BinaryOrDerived.html @@ -274,7 +274,7 @@ Implements ATBase64BinaryOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATBooleanOrDerived-members.html b/docs/simple-api/classATBooleanOrDerived-members.html index eda0a9c7..d14fb90b 100644 --- a/docs/simple-api/classATBooleanOrDerived-members.html +++ b/docs/simple-api/classATBooleanOrDerived-members.html @@ -76,7 +76,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATBooleanOrDerived.html b/docs/simple-api/classATBooleanOrDerived.html index 49bfcda0..714aa0a3 100644 --- a/docs/simple-api/classATBooleanOrDerived.html +++ b/docs/simple-api/classATBooleanOrDerived.html @@ -361,7 +361,7 @@ Implements ATBooleanOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDateOrDerived-members.html b/docs/simple-api/classATDateOrDerived-members.html index d4a753d0..3d00cfa0 100644 --- a/docs/simple-api/classATDateOrDerived-members.html +++ b/docs/simple-api/classATDateOrDerived-members.html @@ -86,7 +86,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDateOrDerived.html b/docs/simple-api/classATDateOrDerived.html index 70b8ae90..d127b004 100644 --- a/docs/simple-api/classATDateOrDerived.html +++ b/docs/simple-api/classATDateOrDerived.html @@ -763,7 +763,7 @@ Returns a date with the given yearMonthDuration subtracted from it.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDateTimeOrDerived-members.html b/docs/simple-api/classATDateTimeOrDerived-members.html index a555af7e..38476964 100644 --- a/docs/simple-api/classATDateTimeOrDerived-members.html +++ b/docs/simple-api/classATDateTimeOrDerived-members.html @@ -90,7 +90,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDateTimeOrDerived.html b/docs/simple-api/classATDateTimeOrDerived.html index 8228bc38..3e6c9fdd 100644 --- a/docs/simple-api/classATDateTimeOrDerived.html +++ b/docs/simple-api/classATDateTimeOrDerived.html @@ -904,7 +904,7 @@ Returns a date with the given yearMonthDuration subtracted from it.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDecimalOrDerived-members.html b/docs/simple-api/classATDecimalOrDerived-members.html index bae6383c..cee56580 100644 --- a/docs/simple-api/classATDecimalOrDerived-members.html +++ b/docs/simple-api/classATDecimalOrDerived-members.html @@ -115,7 +115,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDecimalOrDerived.html b/docs/simple-api/classATDecimalOrDerived.html index 3cefab8c..706417f2 100644 --- a/docs/simple-api/classATDecimalOrDerived.html +++ b/docs/simple-api/classATDecimalOrDerived.html @@ -964,7 +964,7 @@ Treat this decimal (must be integer) as a codepoint.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDoubleOrDerived-members.html b/docs/simple-api/classATDoubleOrDerived-members.html index 8c3ba146..3d009c26 100644 --- a/docs/simple-api/classATDoubleOrDerived-members.html +++ b/docs/simple-api/classATDoubleOrDerived-members.html @@ -114,7 +114,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDoubleOrDerived.html b/docs/simple-api/classATDoubleOrDerived.html index 6fcea1ea..4b7041b2 100644 --- a/docs/simple-api/classATDoubleOrDerived.html +++ b/docs/simple-api/classATDoubleOrDerived.html @@ -897,7 +897,7 @@ Implements ATDoubleOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDurationOrDerived-members.html b/docs/simple-api/classATDurationOrDerived-members.html index 0c19fffa..05f8da03 100644 --- a/docs/simple-api/classATDurationOrDerived-members.html +++ b/docs/simple-api/classATDurationOrDerived-members.html @@ -96,7 +96,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATDurationOrDerived.html b/docs/simple-api/classATDurationOrDerived.html index e5aefd88..3d36764f 100644 --- a/docs/simple-api/classATDurationOrDerived.html +++ b/docs/simple-api/classATDurationOrDerived.html @@ -1013,7 +1013,7 @@ Subtract a duration from this duration -- only available for xdt:dayTimeDuration
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATFloatOrDerived-members.html b/docs/simple-api/classATFloatOrDerived-members.html index 6a954851..f99e2a09 100644 --- a/docs/simple-api/classATFloatOrDerived-members.html +++ b/docs/simple-api/classATFloatOrDerived-members.html @@ -113,7 +113,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATFloatOrDerived.html b/docs/simple-api/classATFloatOrDerived.html index 8dc26175..aa36fb2e 100644 --- a/docs/simple-api/classATFloatOrDerived.html +++ b/docs/simple-api/classATFloatOrDerived.html @@ -898,7 +898,7 @@ Implements ATFloatOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGDayOrDerived-members.html b/docs/simple-api/classATGDayOrDerived-members.html index 7d22835b..3f320fdc 100644 --- a/docs/simple-api/classATGDayOrDerived-members.html +++ b/docs/simple-api/classATGDayOrDerived-members.html @@ -76,7 +76,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGDayOrDerived.html b/docs/simple-api/classATGDayOrDerived.html index 8ac0f7af..02d54a32 100644 --- a/docs/simple-api/classATGDayOrDerived.html +++ b/docs/simple-api/classATGDayOrDerived.html @@ -380,7 +380,7 @@ Sets the timezone to the given timezone.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGMonthDayOrDerived-members.html b/docs/simple-api/classATGMonthDayOrDerived-members.html index 3ddbce11..19b0ee0b 100644 --- a/docs/simple-api/classATGMonthDayOrDerived-members.html +++ b/docs/simple-api/classATGMonthDayOrDerived-members.html @@ -76,7 +76,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGMonthDayOrDerived.html b/docs/simple-api/classATGMonthDayOrDerived.html index b9427676..540f8307 100644 --- a/docs/simple-api/classATGMonthDayOrDerived.html +++ b/docs/simple-api/classATGMonthDayOrDerived.html @@ -380,7 +380,7 @@ Sets the timezone to the given timezone.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGMonthOrDerived-members.html b/docs/simple-api/classATGMonthOrDerived-members.html index c570fcd1..31d7f3fe 100644 --- a/docs/simple-api/classATGMonthOrDerived-members.html +++ b/docs/simple-api/classATGMonthOrDerived-members.html @@ -76,7 +76,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGMonthOrDerived.html b/docs/simple-api/classATGMonthOrDerived.html index fb3dd8d0..7e1fb43b 100644 --- a/docs/simple-api/classATGMonthOrDerived.html +++ b/docs/simple-api/classATGMonthOrDerived.html @@ -380,7 +380,7 @@ Sets the timezone to the given timezone.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGYearMonthOrDerived-members.html b/docs/simple-api/classATGYearMonthOrDerived-members.html index 5c073803..18f9ecd0 100644 --- a/docs/simple-api/classATGYearMonthOrDerived-members.html +++ b/docs/simple-api/classATGYearMonthOrDerived-members.html @@ -76,7 +76,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGYearMonthOrDerived.html b/docs/simple-api/classATGYearMonthOrDerived.html index 4b927830..82b6db4f 100644 --- a/docs/simple-api/classATGYearMonthOrDerived.html +++ b/docs/simple-api/classATGYearMonthOrDerived.html @@ -380,7 +380,7 @@ Sets the timezone to the given timezone.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGYearOrDerived-members.html b/docs/simple-api/classATGYearOrDerived-members.html index 9ccc69fa..afdc1cf9 100644 --- a/docs/simple-api/classATGYearOrDerived-members.html +++ b/docs/simple-api/classATGYearOrDerived-members.html @@ -76,7 +76,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATGYearOrDerived.html b/docs/simple-api/classATGYearOrDerived.html index 5c10ee97..0c434df6 100644 --- a/docs/simple-api/classATGYearOrDerived.html +++ b/docs/simple-api/classATGYearOrDerived.html @@ -380,7 +380,7 @@ Sets the timezone to the given timezone.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATHexBinaryOrDerived-members.html b/docs/simple-api/classATHexBinaryOrDerived-members.html index 4536dc5c..9a0df4fa 100644 --- a/docs/simple-api/classATHexBinaryOrDerived-members.html +++ b/docs/simple-api/classATHexBinaryOrDerived-members.html @@ -74,7 +74,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATHexBinaryOrDerived.html b/docs/simple-api/classATHexBinaryOrDerived.html index b40e6212..9c007047 100644 --- a/docs/simple-api/classATHexBinaryOrDerived.html +++ b/docs/simple-api/classATHexBinaryOrDerived.html @@ -273,7 +273,7 @@ Implements ATHexBinaryOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATNotationOrDerived-members.html b/docs/simple-api/classATNotationOrDerived-members.html index ec81323b..c564da40 100644 --- a/docs/simple-api/classATNotationOrDerived-members.html +++ b/docs/simple-api/classATNotationOrDerived-members.html @@ -74,7 +74,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATNotationOrDerived.html b/docs/simple-api/classATNotationOrDerived.html index ec97f783..e02141e8 100644 --- a/docs/simple-api/classATNotationOrDerived.html +++ b/docs/simple-api/classATNotationOrDerived.html @@ -273,7 +273,7 @@ Implements ATNotationOrDerived.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATQNameOrDerived-members.html b/docs/simple-api/classATQNameOrDerived-members.html index 9ef54022..6822862a 100644 --- a/docs/simple-api/classATQNameOrDerived-members.html +++ b/docs/simple-api/classATQNameOrDerived-members.html @@ -77,7 +77,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATQNameOrDerived.html b/docs/simple-api/classATQNameOrDerived.html index 1a6b822b..0a7ad71a 100644 --- a/docs/simple-api/classATQNameOrDerived.html +++ b/docs/simple-api/classATQNameOrDerived.html @@ -390,7 +390,7 @@ Implements ATQNameOrDerived.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATStringOrDerived-members.html b/docs/simple-api/classATStringOrDerived-members.html index 32447738..9500a337 100644 --- a/docs/simple-api/classATStringOrDerived-members.html +++ b/docs/simple-api/classATStringOrDerived-members.html @@ -78,7 +78,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATStringOrDerived.html b/docs/simple-api/classATStringOrDerived.html index 8cc32845..0914018b 100644 --- a/docs/simple-api/classATStringOrDerived.html +++ b/docs/simple-api/classATStringOrDerived.html @@ -455,7 +455,7 @@ Implements ATStringOrDerived.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATTimeOrDerived-members.html b/docs/simple-api/classATTimeOrDerived-members.html index c210f6f4..bec60111 100644 --- a/docs/simple-api/classATTimeOrDerived-members.html +++ b/docs/simple-api/classATTimeOrDerived-members.html @@ -84,7 +84,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATTimeOrDerived.html b/docs/simple-api/classATTimeOrDerived.html index 8b647a03..91347e4c 100644 --- a/docs/simple-api/classATTimeOrDerived.html +++ b/docs/simple-api/classATTimeOrDerived.html @@ -679,7 +679,7 @@ Returns a dayTimeDuration corresponding to the difference between this and the g
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATUntypedAtomic-members.html b/docs/simple-api/classATUntypedAtomic-members.html index 02100697..a0a63206 100644 --- a/docs/simple-api/classATUntypedAtomic-members.html +++ b/docs/simple-api/classATUntypedAtomic-members.html @@ -74,7 +74,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classATUntypedAtomic.html b/docs/simple-api/classATUntypedAtomic.html index e282e0ce..2bbab176 100644 --- a/docs/simple-api/classATUntypedAtomic.html +++ b/docs/simple-api/classATUntypedAtomic.html @@ -258,7 +258,7 @@ Implements ATUntypedAtomic.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAnyAtomicType-members.html b/docs/simple-api/classAnyAtomicType-members.html index 99db36e8..60cf9cd2 100644 --- a/docs/simple-api/classAnyAtomicType-members.html +++ b/docs/simple-api/classAnyAtomicType-members.html @@ -73,7 +73,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAnyAtomicType.html b/docs/simple-api/classAnyAtomicType.html index 37098e0f..02f37a02 100644 --- a/docs/simple-api/classAnyAtomicType.html +++ b/docs/simple-api/classAnyAtomicType.html @@ -870,7 +870,7 @@ Reimplemented in AnyAtomicType.hpp -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoContextInfoReset-members.html b/docs/simple-api/classAutoContextInfoReset-members.html index 850ee384..aa9c3d84 100644 --- a/docs/simple-api/classAutoContextInfoReset-members.html +++ b/docs/simple-api/classAutoContextInfoReset-members.html @@ -26,7 +26,7 @@ oldContextSizeAutoContextInfoReset resetContextInfo()AutoContextInfoReset [inline] ~AutoContextInfoReset()AutoContextInfoReset [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoContextInfoReset.html b/docs/simple-api/classAutoContextInfoReset.html index ed5df56c..a7a71017 100644 --- a/docs/simple-api/classAutoContextInfoReset.html +++ b/docs/simple-api/classAutoContextInfoReset.html @@ -194,7 +194,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoContextItemTypeReset-members.html b/docs/simple-api/classAutoContextItemTypeReset-members.html index aed9f1c3..a24cdb25 100644 --- a/docs/simple-api/classAutoContextItemTypeReset-members.html +++ b/docs/simple-api/classAutoContextItemTypeReset-members.html @@ -24,7 +24,7 @@ context_AutoContextItemTypeReset [protected] sType_AutoContextItemTypeReset [protected] ~AutoContextItemTypeReset()AutoContextItemTypeReset [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoContextItemTypeReset.html b/docs/simple-api/classAutoContextItemTypeReset.html index 59d8d371..d0e8abab 100644 --- a/docs/simple-api/classAutoContextItemTypeReset.html +++ b/docs/simple-api/classAutoContextItemTypeReset.html @@ -148,7 +148,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoDeallocate-members.html b/docs/simple-api/classAutoDeallocate-members.html index c1ecf331..0ac4cd69 100644 --- a/docs/simple-api/classAutoDeallocate-members.html +++ b/docs/simple-api/classAutoDeallocate-members.html @@ -29,7 +29,7 @@ operator->() const AutoDeallocate< TYPE > [inline] set(TYPE *p)AutoDeallocate< TYPE > [inline] ~AutoDeallocate()AutoDeallocate< TYPE > [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoDeallocate.html b/docs/simple-api/classAutoDeallocate.html index b4daa028..fab813c0 100644 --- a/docs/simple-api/classAutoDeallocate.html +++ b/docs/simple-api/classAutoDeallocate.html @@ -350,7 +350,7 @@ template<class TYPE>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoDelete-members.html b/docs/simple-api/classAutoDelete-members.html index 58913d75..402b34a1 100644 --- a/docs/simple-api/classAutoDelete-members.html +++ b/docs/simple-api/classAutoDelete-members.html @@ -28,7 +28,7 @@ operator->() const AutoDelete< TYPE > [inline] set(TYPE *p)AutoDelete< TYPE > [inline] ~AutoDelete()AutoDelete< TYPE > [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoDelete.html b/docs/simple-api/classAutoDelete.html index 79553cd5..f76629bf 100644 --- a/docs/simple-api/classAutoDelete.html +++ b/docs/simple-api/classAutoDelete.html @@ -298,7 +298,7 @@ template<class TYPE>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoDeleteArray-members.html b/docs/simple-api/classAutoDeleteArray-members.html index c76305f5..75d28103 100644 --- a/docs/simple-api/classAutoDeleteArray-members.html +++ b/docs/simple-api/classAutoDeleteArray-members.html @@ -28,7 +28,7 @@ operator->() const AutoDeleteArray< TYPE > [inline] set(TYPE *p)AutoDeleteArray< TYPE > [inline] ~AutoDeleteArray()AutoDeleteArray< TYPE > [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoDeleteArray.html b/docs/simple-api/classAutoDeleteArray.html index fe387120..d95806d7 100644 --- a/docs/simple-api/classAutoDeleteArray.html +++ b/docs/simple-api/classAutoDeleteArray.html @@ -298,7 +298,7 @@ template<class TYPE>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoNodeSetOrderingReset-members.html b/docs/simple-api/classAutoNodeSetOrderingReset-members.html index 91b8b5a1..db1c8018 100644 --- a/docs/simple-api/classAutoNodeSetOrderingReset-members.html +++ b/docs/simple-api/classAutoNodeSetOrderingReset-members.html @@ -24,7 +24,7 @@ context_AutoNodeSetOrderingReset [protected] ordering_AutoNodeSetOrderingReset [protected] ~AutoNodeSetOrderingReset()AutoNodeSetOrderingReset [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoNodeSetOrderingReset.html b/docs/simple-api/classAutoNodeSetOrderingReset.html index e5ed0325..ae546887 100644 --- a/docs/simple-api/classAutoNodeSetOrderingReset.html +++ b/docs/simple-api/classAutoNodeSetOrderingReset.html @@ -148,7 +148,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoNsScopeReset-members.html b/docs/simple-api/classAutoNsScopeReset-members.html index 2f54d10c..bf74d36e 100644 --- a/docs/simple-api/classAutoNsScopeReset-members.html +++ b/docs/simple-api/classAutoNsScopeReset-members.html @@ -25,7 +25,7 @@ _oldNSResolverAutoNsScopeReset [protected] AutoNsScopeReset(StaticContext *context, xercesc::DOMXPathNSResolver *newResolver)AutoNsScopeReset [inline] ~AutoNsScopeReset()AutoNsScopeReset [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoNsScopeReset.html b/docs/simple-api/classAutoNsScopeReset.html index a48ca564..2bd75ddc 100644 --- a/docs/simple-api/classAutoNsScopeReset.html +++ b/docs/simple-api/classAutoNsScopeReset.html @@ -173,7 +173,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoRelease-members.html b/docs/simple-api/classAutoRelease-members.html index f9daa893..2bb2e350 100644 --- a/docs/simple-api/classAutoRelease-members.html +++ b/docs/simple-api/classAutoRelease-members.html @@ -28,7 +28,7 @@ operator->() const AutoRelease< TYPE > [inline] set(TYPE *p)AutoRelease< TYPE > [inline] ~AutoRelease()AutoRelease< TYPE > [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classAutoRelease.html b/docs/simple-api/classAutoRelease.html index e116e803..ab9b6937 100644 --- a/docs/simple-api/classAutoRelease.html +++ b/docs/simple-api/classAutoRelease.html @@ -298,7 +298,7 @@ template<class TYPE>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classCollation-members.html b/docs/simple-api/classCollation-members.html index 22757682..f641486d 100644 --- a/docs/simple-api/classCollation-members.html +++ b/docs/simple-api/classCollation-members.html @@ -25,7 +25,7 @@ getCollationName() const =0Collation [pure virtual] sort(Sequence data, const DynamicContext *context) const =0Collation [pure virtual] ~Collation()Collation [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classCollation.html b/docs/simple-api/classCollation.html index b4104e7e..a8b387d1 100644 --- a/docs/simple-api/classCollation.html +++ b/docs/simple-api/classCollation.html @@ -195,7 +195,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classDateOrTimeType-members.html b/docs/simple-api/classDateOrTimeType-members.html index 7f531583..fb860856 100644 --- a/docs/simple-api/classDateOrTimeType-members.html +++ b/docs/simple-api/classDateOrTimeType-members.html @@ -74,7 +74,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classDateOrTimeType.html b/docs/simple-api/classDateOrTimeType.html index 3afe8db0..7b35d65d 100644 --- a/docs/simple-api/classDateOrTimeType.html +++ b/docs/simple-api/classDateOrTimeType.html @@ -137,7 +137,7 @@ Reimplemented from DateOrTimeType.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classDynamicContext-members.html b/docs/simple-api/classDynamicContext-members.html index 880962d2..06312974 100644 --- a/docs/simple-api/classDynamicContext-members.html +++ b/docs/simple-api/classDynamicContext-members.html @@ -115,7 +115,7 @@ XMemory()xercesc::XMemory [inline, protected] ~DynamicContext()DynamicContext [inline, virtual] ~StaticContext()StaticContext [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classDynamicContext.html b/docs/simple-api/classDynamicContext.html index cc783315..292fa35b 100644 --- a/docs/simple-api/classDynamicContext.html +++ b/docs/simple-api/classDynamicContext.html @@ -879,7 +879,7 @@ returns the validated node
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classItem-members.html b/docs/simple-api/classItem-members.html index a21bde1c..38108ad6 100644 --- a/docs/simple-api/classItem-members.html +++ b/docs/simple-api/classItem-members.html @@ -34,7 +34,7 @@ Ptr typedefItem ReferenceCounted()ReferenceCounted [inline] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classItem.html b/docs/simple-api/classItem.html index 403fe571..f457c8ff 100644 --- a/docs/simple-api/classItem.html +++ b/docs/simple-api/classItem.html @@ -314,7 +314,7 @@ The "XQilla" item interface.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classItemFactory-members.html b/docs/simple-api/classItemFactory-members.html index 2d0bf3d6..d3ba49ca 100644 --- a/docs/simple-api/classItemFactory-members.html +++ b/docs/simple-api/classItemFactory-members.html @@ -82,7 +82,7 @@ operator new(size_t size, void *ptr)xercesc::XMemory XMemory()xercesc::XMemory [inline, protected] ~ItemFactory()ItemFactory [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classItemFactory.html b/docs/simple-api/classItemFactory.html index 11ae04c1..c0912e5a 100644 --- a/docs/simple-api/classItemFactory.html +++ b/docs/simple-api/classItemFactory.html @@ -2525,7 +2525,7 @@ Inheritance diagram for ItemFactory:

    ItemFactory.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classItemFactory_1_1ElementChild-members.html b/docs/simple-api/classItemFactory_1_1ElementChild-members.html index c9794d02..18ad97fc 100644 --- a/docs/simple-api/classItemFactory_1_1ElementChild-members.html +++ b/docs/simple-api/classItemFactory_1_1ElementChild-members.html @@ -26,7 +26,7 @@ nodeItemFactory::ElementChild operator const Node::Ptr &()ItemFactory::ElementChild [inline] operator->() const ItemFactory::ElementChild [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classItemFactory_1_1ElementChild.html b/docs/simple-api/classItemFactory_1_1ElementChild.html index f6e95698..cfa95f73 100644 --- a/docs/simple-api/classItemFactory_1_1ElementChild.html +++ b/docs/simple-api/classItemFactory_1_1ElementChild.html @@ -210,7 +210,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classModuleResolver-members.html b/docs/simple-api/classModuleResolver-members.html index 0aebf5d0..f69bcbd8 100644 --- a/docs/simple-api/classModuleResolver-members.html +++ b/docs/simple-api/classModuleResolver-members.html @@ -22,7 +22,7 @@

    ModuleResolver Member List

    This is the complete list of members for ModuleResolver, including all inherited members.

    -
    resolveModuleLocation(VectorOfStrings *result, const XMLCh *nsUri, const StaticContext *context)=0ModuleResolver [pure virtual]
    ~ModuleResolver()ModuleResolver [inline, virtual]


    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classModuleResolver.html b/docs/simple-api/classModuleResolver.html index b0e711c5..87ebb36c 100644 --- a/docs/simple-api/classModuleResolver.html +++ b/docs/simple-api/classModuleResolver.html @@ -103,7 +103,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classNode-members.html b/docs/simple-api/classNode-members.html index 3acd119e..a9226b08 100644 --- a/docs/simple-api/classNode-members.html +++ b/docs/simple-api/classNode-members.html @@ -62,7 +62,7 @@ text_stringNode [static] uniqueLessThan(const Node::Ptr &other, const DynamicContext *context) const =0Node [pure virtual] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classNode.html b/docs/simple-api/classNode.html index 6258ba53..580a54a6 100644 --- a/docs/simple-api/classNode.html +++ b/docs/simple-api/classNode.html @@ -1165,7 +1165,7 @@ Use this as the parameter when you call Node.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classNumeric-members.html b/docs/simple-api/classNumeric-members.html index f3380ce0..a6a3dd2b 100644 --- a/docs/simple-api/classNumeric-members.html +++ b/docs/simple-api/classNumeric-members.html @@ -113,7 +113,7 @@ UNTYPED_ATOMIC enum valueAnyAtomicType YEAR_MONTH_DURATION enum valueAnyAtomicType ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classNumeric.html b/docs/simple-api/classNumeric.html index 351ae3e6..bb404bbc 100644 --- a/docs/simple-api/classNumeric.html +++ b/docs/simple-api/classNumeric.html @@ -1615,7 +1615,7 @@ Implemented in Numeric.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classNumericTypeConstructor-members.html b/docs/simple-api/classNumericTypeConstructor-members.html index b00c5456..e37dda02 100644 --- a/docs/simple-api/classNumericTypeConstructor-members.html +++ b/docs/simple-api/classNumericTypeConstructor-members.html @@ -27,7 +27,7 @@ getTypeURI() const NumericTypeConstructor [inline, virtual] NumericTypeConstructor(const XMLCh *typeURI, const XMLCh *typeName, const MAPM &value, AnyAtomicType::AtomicObjectType primitiveType, xercesc::MemoryManager *mm)NumericTypeConstructor ~NumericTypeConstructor()NumericTypeConstructor [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classNumericTypeConstructor.html b/docs/simple-api/classNumericTypeConstructor.html index 598e5a8a..930618b0 100644 --- a/docs/simple-api/classNumericTypeConstructor.html +++ b/docs/simple-api/classNumericTypeConstructor.html @@ -262,7 +262,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classRefCountPointer-members.html b/docs/simple-api/classRefCountPointer-members.html index bc1a7352..c64e0400 100644 --- a/docs/simple-api/classRefCountPointer-members.html +++ b/docs/simple-api/classRefCountPointer-members.html @@ -31,7 +31,7 @@ RefCountPointer(const RefCountPointer< T2 > &o)RefCountPointer< T > [inline] RefCountPointer(const RefCountPointer< T > &o)RefCountPointer< T > [inline] ~RefCountPointer()RefCountPointer< T > [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classRefCountPointer.html b/docs/simple-api/classRefCountPointer.html index 7f99615b..e1cdbcfa 100644 --- a/docs/simple-api/classRefCountPointer.html +++ b/docs/simple-api/classRefCountPointer.html @@ -408,7 +408,7 @@ template<class T>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classReferenceCounted-members.html b/docs/simple-api/classReferenceCounted-members.html index 0c80565b..8ca0d338 100644 --- a/docs/simple-api/classReferenceCounted-members.html +++ b/docs/simple-api/classReferenceCounted-members.html @@ -25,7 +25,7 @@ incrementRefCount() const ReferenceCounted [inline] ReferenceCounted()ReferenceCounted [inline] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classReferenceCounted.html b/docs/simple-api/classReferenceCounted.html index d1650371..fa0cd286 100644 --- a/docs/simple-api/classReferenceCounted.html +++ b/docs/simple-api/classReferenceCounted.html @@ -191,7 +191,7 @@ Increment the reference count.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classResult-members.html b/docs/simple-api/classResult-members.html index b15c90fe..45e671ba 100644 --- a/docs/simple-api/classResult-members.html +++ b/docs/simple-api/classResult-members.html @@ -31,7 +31,7 @@ Result(ResultImpl *impl)Result Result(const Result &o)Result ~Result()Result -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classResult.html b/docs/simple-api/classResult.html index 4b5d0c2a..21f5404c 100644 --- a/docs/simple-api/classResult.html +++ b/docs/simple-api/classResult.html @@ -373,7 +373,7 @@ Returns the underlying ResultImpl object.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classScope-members.html b/docs/simple-api/classScope-members.html index dc3e10d2..1dcea0c8 100644 --- a/docs/simple-api/classScope-members.html +++ b/docs/simple-api/classScope-members.html @@ -42,7 +42,7 @@ VarHash typedefScope< TYPE > XMemory()xercesc::XMemory [inline, protected] ~Scope()Scope< TYPE > -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classScope.html b/docs/simple-api/classScope.html index 637f24e0..b0a9f739 100644 --- a/docs/simple-api/classScope.html +++ b/docs/simple-api/classScope.html @@ -501,7 +501,7 @@ template<class TYPE>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classSequence-members.html b/docs/simple-api/classSequence-members.html index 751ac1c1..ab669f79 100644 --- a/docs/simple-api/classSequence-members.html +++ b/docs/simple-api/classSequence-members.html @@ -58,7 +58,7 @@ sortWithCollation(const Collation *collation, const DynamicContext *context)Sequence XMemory()xercesc::XMemory [inline, protected] ~Sequence()Sequence -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classSequence.html b/docs/simple-api/classSequence.html index 4bdbb00c..185311d2 100644 --- a/docs/simple-api/classSequence.html +++ b/docs/simple-api/classSequence.html @@ -1021,7 +1021,7 @@ sort as strings, using the given collation
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classStaticContext-members.html b/docs/simple-api/classStaticContext-members.html index fb4a3094..6037c74a 100644 --- a/docs/simple-api/classStaticContext-members.html +++ b/docs/simple-api/classStaticContext-members.html @@ -90,7 +90,7 @@ setXPath1CompatibilityMode(bool newMode)=0StaticContext [pure virtual] XMemory()xercesc::XMemory [inline, protected] ~StaticContext()StaticContext [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classStaticContext.html b/docs/simple-api/classStaticContext.html index d9c4a34a..523db457 100644 --- a/docs/simple-api/classStaticContext.html +++ b/docs/simple-api/classStaticContext.html @@ -1974,7 +1974,7 @@ Set the current XPath 1.0 compatibility mode.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classStaticResolutionContext-members.html b/docs/simple-api/classStaticResolutionContext-members.html index aeca2b2e..cb1ccaf7 100644 --- a/docs/simple-api/classStaticResolutionContext-members.html +++ b/docs/simple-api/classStaticResolutionContext-members.html @@ -64,7 +64,7 @@ UNDEFINEDVAR enum valueStaticResolutionContext variablesUsed() const StaticResolutionContext variableUsed(const XMLCh *namespaceURI, const XMLCh *name)StaticResolutionContext -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classStaticResolutionContext.html b/docs/simple-api/classStaticResolutionContext.html index 3b5139eb..a1411829 100644 --- a/docs/simple-api/classStaticResolutionContext.html +++ b/docs/simple-api/classStaticResolutionContext.html @@ -1156,7 +1156,7 @@ Returns true if flags are set, or variables have been used.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classStringPool-members.html b/docs/simple-api/classStringPool-members.html index 5e8550da..e1d0f3d1 100644 --- a/docs/simple-api/classStringPool-members.html +++ b/docs/simple-api/classStringPool-members.html @@ -29,7 +29,7 @@ getTooBig() const StringPool [inline] StringPool(xercesc::MemoryManager *mm)StringPool ~StringPool()StringPool -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classStringPool.html b/docs/simple-api/classStringPool.html index 870f67db..8f86b024 100644 --- a/docs/simple-api/classStringPool.html +++ b/docs/simple-api/classStringPool.html @@ -302,7 +302,7 @@ Returns a copy of the given string.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classTimezone-members.html b/docs/simple-api/classTimezone-members.html index eb90d577..a5cc6fef 100644 --- a/docs/simple-api/classTimezone-members.html +++ b/docs/simple-api/classTimezone-members.html @@ -34,7 +34,7 @@ Timezone(const ATDurationOrDerived::Ptr &duration, const DynamicContext *context)Timezone validate(const MAPM &tz)Timezone [static] ~ReferenceCounted()ReferenceCounted [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classTimezone.html b/docs/simple-api/classTimezone.html index 067a9141..927460a5 100644 --- a/docs/simple-api/classTimezone.html +++ b/docs/simple-api/classTimezone.html @@ -340,7 +340,7 @@ Returns true if other is equal to this, false otherwise.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classURIResolver-members.html b/docs/simple-api/classURIResolver-members.html index ddd68ba4..128b6bf4 100644 --- a/docs/simple-api/classURIResolver-members.html +++ b/docs/simple-api/classURIResolver-members.html @@ -24,7 +24,7 @@ resolveDefaultCollection(Sequence &result, DynamicContext *context)=0URIResolver [pure virtual] resolveDocument(Sequence &result, const XMLCh *uri, DynamicContext *context)=0URIResolver [pure virtual] ~URIResolver()URIResolver [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classURIResolver.html b/docs/simple-api/classURIResolver.html index 0bfc6802..bc9e084a 100644 --- a/docs/simple-api/classURIResolver.html +++ b/docs/simple-api/classURIResolver.html @@ -193,7 +193,7 @@ This is an abstract class used to resolve URIs in different ways.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classVarHashEntry-members.html b/docs/simple-api/classVarHashEntry-members.html index 47776e1d..3dae39c7 100644 --- a/docs/simple-api/classVarHashEntry-members.html +++ b/docs/simple-api/classVarHashEntry-members.html @@ -30,7 +30,7 @@ setValue(const TYPE &value)=0VarHashEntry< TYPE > [pure virtual] XMemory()xercesc::XMemory [inline, protected] ~VarHashEntry()VarHashEntry< TYPE > [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classVarHashEntry.html b/docs/simple-api/classVarHashEntry.html index 3eb470b6..72dc7cee 100644 --- a/docs/simple-api/classVarHashEntry.html +++ b/docs/simple-api/classVarHashEntry.html @@ -148,7 +148,7 @@ Sets the value of the variable (overload in derived classes for special behaviou
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classVariableStore-members.html b/docs/simple-api/classVariableStore-members.html index b0bbccb1..c487cc88 100644 --- a/docs/simple-api/classVariableStore-members.html +++ b/docs/simple-api/classVariableStore-members.html @@ -53,7 +53,7 @@ setVar(const XMLCh *namespaceURI, const XMLCh *name, const Sequence &value, const StaticContext *context)=0VariableStore [pure virtual] XMemory()xercesc::XMemory [inline, protected] ~VariableStore()VariableStore [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classVariableStore.html b/docs/simple-api/classVariableStore.html index 42ef06b7..c40d15f1 100644 --- a/docs/simple-api/classVariableStore.html +++ b/docs/simple-api/classVariableStore.html @@ -1121,7 +1121,7 @@ Declares and/or sets a variable in the top level scope.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classVariableTypeStore-members.html b/docs/simple-api/classVariableTypeStore-members.html index c985c82b..afb7a2a5 100644 --- a/docs/simple-api/classVariableTypeStore-members.html +++ b/docs/simple-api/classVariableTypeStore-members.html @@ -36,7 +36,7 @@ removeScope()=0VariableTypeStore [pure virtual] XMemory()xercesc::XMemory [inline, protected] ~VariableTypeStore()VariableTypeStore [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classVariableTypeStore.html b/docs/simple-api/classVariableTypeStore.html index 34b2cf74..43453ea6 100644 --- a/docs/simple-api/classVariableTypeStore.html +++ b/docs/simple-api/classVariableTypeStore.html @@ -379,7 +379,7 @@ To be called at the end of methods to implement scoping.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXPath2MemoryManager-members.html b/docs/simple-api/classXPath2MemoryManager-members.html index 7bfe95e3..c6c08fb0 100644 --- a/docs/simple-api/classXPath2MemoryManager-members.html +++ b/docs/simple-api/classXPath2MemoryManager-members.html @@ -38,7 +38,7 @@ reset()=0XPath2MemoryManager [pure virtual] ~MemoryManager()xercesc::MemoryManager [inline, virtual] ~XPath2MemoryManager()XPath2MemoryManager [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXPath2MemoryManager.html b/docs/simple-api/classXPath2MemoryManager.html index e74d79f8..da2bbc74 100644 --- a/docs/simple-api/classXPath2MemoryManager.html +++ b/docs/simple-api/classXPath2MemoryManager.html @@ -549,7 +549,7 @@ Use with extreme caution!
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQDebugCallback-members.html b/docs/simple-api/classXQDebugCallback-members.html index 181da263..6a474fb3 100644 --- a/docs/simple-api/classXQDebugCallback-members.html +++ b/docs/simple-api/classXQDebugCallback-members.html @@ -29,7 +29,7 @@ ReportFirstError(DynamicContext *context, const XMLCh *error, const XMLCh *file, unsigned int nLine)=0XQDebugCallback [pure virtual] ReportResult(DynamicContext *context, const XMLCh *file, unsigned int nLine, unsigned int nColumn, Sequence &result)=0XQDebugCallback [pure virtual] ~XQDebugCallback()XQDebugCallback [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQDebugCallback.html b/docs/simple-api/classXQDebugCallback.html index 0c078873..069a2608 100644 --- a/docs/simple-api/classXQDebugCallback.html +++ b/docs/simple-api/classXQDebugCallback.html @@ -430,7 +430,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQException-members.html b/docs/simple-api/classXQException-members.html index badc7563..421527f1 100644 --- a/docs/simple-api/classXQException-members.html +++ b/docs/simple-api/classXQException-members.html @@ -37,7 +37,7 @@ XQException(const XQException &)XQException XQException(const XMLCh *const type, const XMLCh *const functionName, const XMLCh *const reason, const LocationInfo *info, const char *cppFile, unsigned int cppLine)XQException [protected] ~XQException()XQException [virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQException.html b/docs/simple-api/classXQException.html index 07156785..721b7718 100644 --- a/docs/simple-api/classXQException.html +++ b/docs/simple-api/classXQException.html @@ -614,7 +614,7 @@ For debugger.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQQuery-members.html b/docs/simple-api/classXQQuery-members.html index cfcd3166..13429427 100644 --- a/docs/simple-api/classXQQuery-members.html +++ b/docs/simple-api/classXQQuery-members.html @@ -34,7 +34,7 @@ getQueryText() const XQQuery getStaticContext() const XQQuery [inline] getVariables() const XQQuery [inline] - importModule(const XMLCh *szUri, VectorOfStrings *locations, StaticContext *context)XQQuery + importModule(XQilla::Language language, const XMLCh *szUri, VectorOfStrings *locations, StaticContext *context)XQQuery operator delete(void *p)xercesc::XMemory operator delete(void *p, MemoryManager *memMgr)xercesc::XMemory operator delete(void *p, void *ptr)xercesc::XMemory @@ -49,7 +49,7 @@ staticTyping(StaticContext *context=0)XQQuery XMemory()xercesc::XMemory [inline, protected] ~XQQuery()XQQuery -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQQuery.html b/docs/simple-api/classXQQuery.html index f72a7e30..8b9a3a1e 100644 --- a/docs/simple-api/classXQQuery.html +++ b/docs/simple-api/classXQQuery.html @@ -97,9 +97,9 @@ Inheritance diagram for XQQuery:

    const XMLCh * getModuleTargetNamespace () const  Gets the module taget namespace for this query.
    -void importModule (const XMLCh *szUri, VectorOfStrings *locations, StaticContext *context) +void importModule (XQilla::Language language, const XMLCh *szUri, VectorOfStrings *locations, StaticContext *context) - Performs a module import from the given target namespace and locations.
    + Performs a module import from the given target namespace and locations.

    Classes

    class  DebugResult @@ -572,7 +572,7 @@ Returns a vector of all XQGlobalVariable objects from the query. -

    +

    - + + + + + + + @@ -824,7 +830,7 @@ Normally this step is done as part of static resolution.

    @@ -580,7 +580,13 @@ Returns a vector of all XQGlobalVariable objects from the query.
    void XQQuery::importModule const XMLCh * XQilla::Language  language,
    const XMLCh *  szUri,


    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQScopedNamespace-members.html b/docs/simple-api/classXQScopedNamespace-members.html index 719c127e..9f315719 100644 --- a/docs/simple-api/classXQScopedNamespace-members.html +++ b/docs/simple-api/classXQScopedNamespace-members.html @@ -27,7 +27,7 @@ setNodeContext(const xercesc::DOMNode *node)XQScopedNamespace XQScopedNamespace(XPath2MemoryManager *memMgr, const xercesc::DOMXPathNSResolver *prevScope)XQScopedNamespace ~XQScopedNamespace()XQScopedNamespace [virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQScopedNamespace.html b/docs/simple-api/classXQScopedNamespace.html index 428a0749..6a167461 100644 --- a/docs/simple-api/classXQScopedNamespace.html +++ b/docs/simple-api/classXQScopedNamespace.html @@ -239,7 +239,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQilla-members.html b/docs/simple-api/classXQilla-members.html index 5259cada..59c9365a 100644 --- a/docs/simple-api/classXQilla-members.html +++ b/docs/simple-api/classXQilla-members.html @@ -41,7 +41,7 @@ XQUERY enum valueXQilla XQUERY_FULLTEXT enum valueXQilla ~XQilla()XQilla -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQilla.html b/docs/simple-api/classXQilla.html index f0bf6e11..03ee2d14 100644 --- a/docs/simple-api/classXQilla.html +++ b/docs/simple-api/classXQilla.html @@ -470,7 +470,7 @@ Parse the expression residing at the given URL.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQillaAllocator-members.html b/docs/simple-api/classXQillaAllocator-members.html index cad54c47..60b69a79 100644 --- a/docs/simple-api/classXQillaAllocator-members.html +++ b/docs/simple-api/classXQillaAllocator-members.html @@ -38,7 +38,7 @@ XQillaAllocator()XQillaAllocator< _Tp > [inline] XQillaAllocator(xercesc::MemoryManager *memMgr)XQillaAllocator< _Tp > [inline] XQillaAllocator(const XQillaAllocator< _Tp > &o)XQillaAllocator< _Tp > [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classXQillaAllocator.html b/docs/simple-api/classXQillaAllocator.html index 38527023..5b738693 100644 --- a/docs/simple-api/classXQillaAllocator.html +++ b/docs/simple-api/classXQillaAllocator.html @@ -631,7 +631,7 @@ template<class _Tp>
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classes.html b/docs/simple-api/classes.html index 778ef959..93c6abdc 100644 --- a/docs/simple-api/classes.html +++ b/docs/simple-api/classes.html @@ -35,7 +35,7 @@ XMemory (xercesc)   ATNotationOrDerived   MemBufInputSource (xercesc)   XMLDeleter (xercesc)   ATQNameOrDerived   MemoryManager (xercesc)   XMLEntityResolver (xercesc)   ATStringOrDerived   ModuleResolver   XMLPlatformUtils (xercesc)   ATTimeOrDerived   
      N  
    XPath2MemoryManager   ATUntypedAtomic   Node   XQDebugCallback   AutoContextInfoReset   Numeric   XQException   AutoContextItemTypeReset   NumericTypeConstructor   XQilla   AutoDeallocate   
      R  
    XQillaAllocator   AutoDelete   RefCountPointer   XQillaAllocator::rebind   AutoDeleteArray   ReferenceCounted   XQQuery   AutoNodeSetOrderingReset   Result   XQScopedNamespace   

    A | C | D | I | L | M | N | R | S | T | U | V | X

    -


    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1DOMDocument-members.html b/docs/simple-api/classxercesc_1_1DOMDocument-members.html index b5b3efc4..53caeedf 100644 --- a/docs/simple-api/classxercesc_1_1DOMDocument-members.html +++ b/docs/simple-api/classxercesc_1_1DOMDocument-members.html @@ -122,7 +122,7 @@ TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMDocument()xercesc::DOMDocument [inline, virtual] ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1DOMDocument.html b/docs/simple-api/classxercesc_1_1DOMDocument.html index cb366195..34d4f93f 100644 --- a/docs/simple-api/classxercesc_1_1DOMDocument.html +++ b/docs/simple-api/classxercesc_1_1DOMDocument.html @@ -1766,7 +1766,7 @@ This is null when unspecified.

    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1DOMNode-members.html b/docs/simple-api/classxercesc_1_1DOMNode-members.html index 9df338f8..fa1acbac 100644 --- a/docs/simple-api/classxercesc_1_1DOMNode-members.html +++ b/docs/simple-api/classxercesc_1_1DOMNode-members.html @@ -82,7 +82,7 @@ TREE_POSITION_PRECEDING enum valuexercesc::DOMNode TREE_POSITION_SAME_NODE enum valuexercesc::DOMNode ~DOMNode()xercesc::DOMNode [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1DOMNode.html b/docs/simple-api/classxercesc_1_1DOMNode.html index 3fe559a2..49b5ff83 100644 --- a/docs/simple-api/classxercesc_1_1DOMNode.html +++ b/docs/simple-api/classxercesc_1_1DOMNode.html @@ -1855,7 +1855,7 @@ Both the parameter data and the returned object are void pointer, i
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html index 3e0fbbd4..22e2df64 100644 --- a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html +++ b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver-members.html @@ -24,7 +24,7 @@ lookupNamespaceURI(const XMLCh *prefix) const =0xercesc::DOMXPathNSResolver [pure virtual] lookupPrefix(const XMLCh *URI) const =0xercesc::DOMXPathNSResolver [pure virtual] ~DOMXPathNSResolver()xercesc::DOMXPathNSResolver [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html index f94a61c4..5e8a78ed 100644 --- a/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html +++ b/docs/simple-api/classxercesc_1_1DOMXPathNSResolver.html @@ -184,7 +184,7 @@ XPath2 implementations require a reverse lookup in the static context. Look up t
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1InputSource-members.html b/docs/simple-api/classxercesc_1_1InputSource-members.html index 56065fc6..6fb01a7a 100644 --- a/docs/simple-api/classxercesc_1_1InputSource-members.html +++ b/docs/simple-api/classxercesc_1_1InputSource-members.html @@ -43,7 +43,7 @@ setSystemId(const XMLCh *const systemId)xercesc::InputSource [virtual] XMemory()xercesc::XMemory [inline, protected] ~InputSource()xercesc::InputSource [virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1InputSource.html b/docs/simple-api/classxercesc_1_1InputSource.html index efecf1af..5bb5f6e5 100644 --- a/docs/simple-api/classxercesc_1_1InputSource.html +++ b/docs/simple-api/classxercesc_1_1InputSource.html @@ -699,7 +699,7 @@ SAXParseException::getSystemId

  • The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html b/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html index b18b5e7c..b3800336 100644 --- a/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1LocalFileInputSource-members.html @@ -46,7 +46,7 @@ XMemory()xercesc::XMemory [inline, protected] ~InputSource()xercesc::InputSource [virtual] ~LocalFileInputSource()xercesc::LocalFileInputSource -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1LocalFileInputSource.html b/docs/simple-api/classxercesc_1_1LocalFileInputSource.html index 71e7e3f4..3edb03e2 100644 --- a/docs/simple-api/classxercesc_1_1LocalFileInputSource.html +++ b/docs/simple-api/classxercesc_1_1LocalFileInputSource.html @@ -231,7 +231,7 @@ Implements LocalFileInputSource.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html b/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html index 289e86f7..635e7b81 100644 --- a/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1MemBufInputSource-members.html @@ -48,7 +48,7 @@ XMemory()xercesc::XMemory [inline, protected] ~InputSource()xercesc::InputSource [virtual] ~MemBufInputSource()xercesc::MemBufInputSource -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1MemBufInputSource.html b/docs/simple-api/classxercesc_1_1MemBufInputSource.html index 6e742913..29e33661 100644 --- a/docs/simple-api/classxercesc_1_1MemBufInputSource.html +++ b/docs/simple-api/classxercesc_1_1MemBufInputSource.html @@ -339,7 +339,7 @@ In such cases, you can call this method to turn off that default action. Once tu
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1MemoryManager-members.html b/docs/simple-api/classxercesc_1_1MemoryManager-members.html index 9520d686..3967161c 100644 --- a/docs/simple-api/classxercesc_1_1MemoryManager-members.html +++ b/docs/simple-api/classxercesc_1_1MemoryManager-members.html @@ -24,7 +24,7 @@ deallocate(void *p)=0xercesc::MemoryManager [pure virtual] MemoryManager()xercesc::MemoryManager [inline, protected] ~MemoryManager()xercesc::MemoryManager [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1MemoryManager.html b/docs/simple-api/classxercesc_1_1MemoryManager.html index a5bc49ad..b9a18dc4 100644 --- a/docs/simple-api/classxercesc_1_1MemoryManager.html +++ b/docs/simple-api/classxercesc_1_1MemoryManager.html @@ -192,7 +192,7 @@ Implemented in MemoryManager.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1StdInInputSource-members.html b/docs/simple-api/classxercesc_1_1StdInInputSource-members.html index 85ce30b7..d624bd47 100644 --- a/docs/simple-api/classxercesc_1_1StdInInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1StdInInputSource-members.html @@ -45,7 +45,7 @@ XMemory()xercesc::XMemory [inline, protected] ~InputSource()xercesc::InputSource [virtual] ~StdInInputSource()xercesc::StdInInputSource [inline] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1StdInInputSource.html b/docs/simple-api/classxercesc_1_1StdInInputSource.html index dc543f77..1a763b2e 100644 --- a/docs/simple-api/classxercesc_1_1StdInInputSource.html +++ b/docs/simple-api/classxercesc_1_1StdInInputSource.html @@ -145,7 +145,7 @@ Implements StdInInputSource.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1URLInputSource-members.html b/docs/simple-api/classxercesc_1_1URLInputSource-members.html index 90a75c63..216557f6 100644 --- a/docs/simple-api/classxercesc_1_1URLInputSource-members.html +++ b/docs/simple-api/classxercesc_1_1URLInputSource-members.html @@ -50,7 +50,7 @@ XMemory()xercesc::XMemory [inline, protected] ~InputSource()xercesc::InputSource [virtual] ~URLInputSource()xercesc::URLInputSource -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1URLInputSource.html b/docs/simple-api/classxercesc_1_1URLInputSource.html index 3b4602b5..0e7a444c 100644 --- a/docs/simple-api/classxercesc_1_1URLInputSource.html +++ b/docs/simple-api/classxercesc_1_1URLInputSource.html @@ -431,7 +431,7 @@ If you just want the string format, call URLInputSource.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMLDeleter-members.html b/docs/simple-api/classxercesc_1_1XMLDeleter-members.html index 0ff135de..80e2ff1f 100644 --- a/docs/simple-api/classxercesc_1_1XMLDeleter-members.html +++ b/docs/simple-api/classxercesc_1_1XMLDeleter-members.html @@ -22,7 +22,7 @@

    xercesc::XMLDeleter Member List

    This is the complete list of members for xercesc::XMLDeleter, including all inherited members.

    -
    XMLDeleter()xercesc::XMLDeleter [inline, protected]
    ~XMLDeleter()xercesc::XMLDeleter [inline, virtual]


    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMLDeleter.html b/docs/simple-api/classxercesc_1_1XMLDeleter.html index 9f982a6c..b730cd69 100644 --- a/docs/simple-api/classxercesc_1_1XMLDeleter.html +++ b/docs/simple-api/classxercesc_1_1XMLDeleter.html @@ -89,7 +89,7 @@
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html b/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html index 8030e2c5..5c2f6844 100644 --- a/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html +++ b/docs/simple-api/classxercesc_1_1XMLEntityResolver-members.html @@ -23,7 +23,7 @@ resolveEntity(XMLResourceIdentifier *resourceIdentifier)=0xercesc::XMLEntityResolver [pure virtual] XMLEntityResolver()xercesc::XMLEntityResolver [inline, protected] ~XMLEntityResolver()xercesc::XMLEntityResolver [inline, virtual] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMLEntityResolver.html b/docs/simple-api/classxercesc_1_1XMLEntityResolver.html index b2b808ec..2511a8fb 100644 --- a/docs/simple-api/classxercesc_1_1XMLEntityResolver.html +++ b/docs/simple-api/classxercesc_1_1XMLEntityResolver.html @@ -189,7 +189,7 @@ XMLResourceIdentifier

    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html b/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html index 18650805..36de3ebd 100644 --- a/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html +++ b/docs/simple-api/classxercesc_1_1XMLPlatformUtils-members.html @@ -62,7 +62,7 @@ unlockMutex(void *const mtxHandle)xercesc::XMLPlatformUtils [static] weavePaths(const XMLCh *const basePath, const XMLCh *const relativePath, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] writeBufferToFile(FileHandle const theFile, long toWrite, const XMLByte *const toFlush, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)xercesc::XMLPlatformUtils [static] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html b/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html index bbc8c73c..7779a4e7 100644 --- a/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html +++ b/docs/simple-api/classxercesc_1_1XMLPlatformUtils.html @@ -1836,7 +1836,7 @@ This is the application provided panic handler.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMemory-members.html b/docs/simple-api/classxercesc_1_1XMemory-members.html index 0bde238b..42b15e63 100644 --- a/docs/simple-api/classxercesc_1_1XMemory-members.html +++ b/docs/simple-api/classxercesc_1_1XMemory-members.html @@ -27,7 +27,7 @@ operator new(size_t size, MemoryManager *memMgr)xercesc::XMemory operator new(size_t size, void *ptr)xercesc::XMemory XMemory()xercesc::XMemory [inline, protected] -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/classxercesc_1_1XMemory.html b/docs/simple-api/classxercesc_1_1XMemory.html index 8caa7424..0a7e7d2b 100644 --- a/docs/simple-api/classxercesc_1_1XMemory.html +++ b/docs/simple-api/classxercesc_1_1XMemory.html @@ -355,7 +355,7 @@ This method overrides operator new.
    The documentation for this class was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/files.html b/docs/simple-api/files.html index 27c9acc3..944f1c83 100644 --- a/docs/simple-api/files.html +++ b/docs/simple-api/files.html @@ -81,7 +81,7 @@ XQQuery.hpp [code] XQScopedNamespace.hpp [code] -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions.html b/docs/simple-api/functions.html index 7590b757..3f941c18 100644 --- a/docs/simple-api/functions.html +++ b/docs/simple-api/functions.html @@ -74,7 +74,7 @@ Here is a list of all class members with links to the classes they belong to: : XQScopedNamespace
  • _ref_count : ReferenceCounted
  • _singleton : XQillaAllocator< _Tp > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x61.html b/docs/simple-api/functions_0x61.html index c37bfd9b..6c6335a1 100644 --- a/docs/simple-api/functions_0x61.html +++ b/docs/simple-api/functions_0x61.html @@ -113,7 +113,7 @@ Here is a list of all class members with links to the classes they belong to: : AutoRelease< TYPE >
  • availableCollectionsUsed() : StaticResolutionContext
  • availableDocumentsUsed() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x62.html b/docs/simple-api/functions_0x62.html index ad229652..2045de9f 100644 --- a/docs/simple-api/functions_0x62.html +++ b/docs/simple-api/functions_0x62.html @@ -68,7 +68,7 @@ Here is a list of all class members with links to the classes they belong to: : AnyAtomicType
  • begin() : Sequence
  • BOOLEAN : AnyAtomicType -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x63.html b/docs/simple-api/functions_0x63.html index 8de6f25b..4652ead3 100644 --- a/docs/simple-api/functions_0x63.html +++ b/docs/simple-api/functions_0x63.html @@ -163,7 +163,7 @@ Here is a list of all class members with links to the classes they belong to: : StaticResolutionContext
  • curFilePos() : xercesc::XMLPlatformUtils
  • currentTimeUsed() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x64.html b/docs/simple-api/functions_0x64.html index 8fe47edf..6ce41190 100644 --- a/docs/simple-api/functions_0x64.html +++ b/docs/simple-api/functions_0x64.html @@ -105,7 +105,7 @@ Here is a list of all class members with links to the classes they belong to: : AnyAtomicType
  • dumpStatistics() : StringPool, XPath2MemoryManager
  • DURATION : AnyAtomicType -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x65.html b/docs/simple-api/functions_0x65.html index 13fbcc19..b8107e50 100644 --- a/docs/simple-api/functions_0x65.html +++ b/docs/simple-api/functions_0x65.html @@ -77,7 +77,7 @@ Here is a list of all class members with links to the classes they belong to: : Timezone, Numeric, Node, ATUntypedAtomic, ATTimeOrDerived, ATStringOrDerived, ATQNameOrDerived, ATNotationOrDerived, ATHexBinaryOrDerived, ATGYearOrDerived, ATGYearMonthOrDerived, ATGMonthOrDerived, ATGMonthDayOrDerived, ATGDayOrDerived, ATDurationOrDerived, ATDateTimeOrDerived, ATDateOrDerived, ATBooleanOrDerived, ATBase64BinaryOrDerived, ATAnyURIOrDerived, ATAnySimpleType, AnyAtomicType
  • execute() : XQQuery
  • ExitFunction() : XQDebugCallback -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x66.html b/docs/simple-api/functions_0x66.html index ab8dfaac..680285bd 100644 --- a/docs/simple-api/functions_0x66.html +++ b/docs/simple-api/functions_0x66.html @@ -89,7 +89,7 @@ Here is a list of all class members with links to the classes they belong to: : StaticContext
  • forceNoFolding() : StaticResolutionContext
  • FORWARDREF : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x67.html b/docs/simple-api/functions_0x67.html index 9a44c327..ae829df8 100644 --- a/docs/simple-api/functions_0x67.html +++ b/docs/simple-api/functions_0x67.html @@ -195,7 +195,7 @@ Here is a list of all class members with links to the classes they belong to: : StaticResolutionContext
  • gXerces : Node
  • gXQilla : Item -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x68.html b/docs/simple-api/functions_0x68.html index e623d43d..60b3c6cd 100644 --- a/docs/simple-api/functions_0x68.html +++ b/docs/simple-api/functions_0x68.html @@ -70,7 +70,7 @@ Here is a list of all class members with links to the classes they belong to: : Node
  • hasTimezone() : DateOrTimeType, ATTimeOrDerived, ATGYearOrDerived, ATGYearMonthOrDerived, ATGMonthOrDerived, ATGMonthDayOrDerived, ATGDayOrDerived, ATDateTimeOrDerived, ATDateOrDerived
  • HEX_BINARY : AnyAtomicType -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x69.html b/docs/simple-api/functions_0x69.html index 4d11cef8..859bbf3c 100644 --- a/docs/simple-api/functions_0x69.html +++ b/docs/simple-api/functions_0x69.html @@ -66,7 +66,7 @@ Here is a list of all class members with links to the classes they belong to:

    - i -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x6a.html b/docs/simple-api/functions_0x6a.html index 112905ed..66953eb8 100644 --- a/docs/simple-api/functions_0x6a.html +++ b/docs/simple-api/functions_0x6a.html @@ -66,7 +66,7 @@ Here is a list of all class members with links to the classes they belong to:

    - j -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x6c.html b/docs/simple-api/functions_0x6c.html index 350958f2..7cd11862 100644 --- a/docs/simple-api/functions_0x6c.html +++ b/docs/simple-api/functions_0x6c.html @@ -76,7 +76,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • lookupNamespaceURI() : xercesc::DOMXPathNSResolver, xercesc::DOMNode, XQScopedNamespace
  • lookupPrefix() : xercesc::DOMXPathNSResolver, XQScopedNamespace -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x6d.html b/docs/simple-api/functions_0x6d.html index 9e6b653d..f57d13de 100644 --- a/docs/simple-api/functions_0x6d.html +++ b/docs/simple-api/functions_0x6d.html @@ -73,7 +73,7 @@ Here is a list of all class members with links to the classes they belong to: : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • multiply() : Numeric, ATFloatOrDerived, ATDurationOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • MyScope : VariableStore -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x6e.html b/docs/simple-api/functions_0x6e.html index 14222e42..a1337003 100644 --- a/docs/simple-api/functions_0x6e.html +++ b/docs/simple-api/functions_0x6e.html @@ -66,9 +66,9 @@ Here is a list of all class members with links to the classes they belong to:

    - n -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x6f.html b/docs/simple-api/functions_0x6f.html index 2dacd5f8..0726d46f 100644 --- a/docs/simple-api/functions_0x6f.html +++ b/docs/simple-api/functions_0x6f.html @@ -84,7 +84,7 @@ Here is a list of all class members with links to the classes they belong to: : StaticContext
  • ORDERING_UNORDERED : StaticContext
  • other : XQillaAllocator< _Tp >::rebind< _Tp1 > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x70.html b/docs/simple-api/functions_0x70.html index 57807f89..761ef012 100644 --- a/docs/simple-api/functions_0x70.html +++ b/docs/simple-api/functions_0x70.html @@ -81,7 +81,7 @@ Here is a list of all class members with links to the classes they belong to: : StaticResolutionContext
  • Ptr : Timezone, Numeric, Node, Item, DateOrTimeType, ATTimeOrDerived, ATStringOrDerived, ATQNameOrDerived, ATGYearOrDerived, ATGYearMonthOrDerived, ATGMonthOrDerived, ATGMonthDayOrDerived, ATGDayOrDerived, ATFloatOrDerived, ATDurationOrDerived, ATDoubleOrDerived, ATDecimalOrDerived, ATDateTimeOrDerived, ATDateOrDerived, ATBooleanOrDerived, AnyAtomicType
  • put() : Scope< TYPE > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x71.html b/docs/simple-api/functions_0x71.html index a7a13c12..34cd5db1 100644 --- a/docs/simple-api/functions_0x71.html +++ b/docs/simple-api/functions_0x71.html @@ -66,7 +66,7 @@ Here is a list of all class members with links to the classes they belong to:

    - q -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x72.html b/docs/simple-api/functions_0x72.html index a7e455b0..ea476b4e 100644 --- a/docs/simple-api/functions_0x72.html +++ b/docs/simple-api/functions_0x72.html @@ -100,7 +100,7 @@ Here is a list of all class members with links to the classes they belong to: : Sequence
  • round() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • roundHalfToEven() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x73.html b/docs/simple-api/functions_0x73.html index b2b82360..52605477 100644 --- a/docs/simple-api/functions_0x73.html +++ b/docs/simple-api/functions_0x73.html @@ -149,7 +149,7 @@ Here is a list of all class members with links to the classes they belong to: : ATTimeOrDerived
  • subtractYearMonthDuration() : ATDateTimeOrDerived, ATDateOrDerived
  • SUBTREE : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x74.html b/docs/simple-api/functions_0x74.html index 6af17cd8..e08ea57a 100644 --- a/docs/simple-api/functions_0x74.html +++ b/docs/simple-api/functions_0x74.html @@ -82,7 +82,7 @@ Here is a list of all class members with links to the classes they belong to: : xercesc::DOMNode
  • TREE_POSITION_SAME_NODE : xercesc::DOMNode
  • Type : Scope< TYPE > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x75.html b/docs/simple-api/functions_0x75.html index 900fa3fb..0c663aa0 100644 --- a/docs/simple-api/functions_0x75.html +++ b/docs/simple-api/functions_0x75.html @@ -71,7 +71,7 @@ Here is a list of all class members with links to the classes they belong to: : AnyAtomicType
  • URLInputSource() : xercesc::URLInputSource
  • urlSrc() : xercesc::URLInputSource -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x76.html b/docs/simple-api/functions_0x76.html index 83ff712c..03a54ef6 100644 --- a/docs/simple-api/functions_0x76.html +++ b/docs/simple-api/functions_0x76.html @@ -70,7 +70,7 @@ Here is a list of all class members with links to the classes they belong to: : Scope< TYPE >
  • variablesUsed() : StaticResolutionContext
  • variableUsed() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x77.html b/docs/simple-api/functions_0x77.html index 87e0b2d5..03e3a90c 100644 --- a/docs/simple-api/functions_0x77.html +++ b/docs/simple-api/functions_0x77.html @@ -67,7 +67,7 @@ Here is a list of all class members with links to the classes they belong to:
  • weavePaths() : xercesc::XMLPlatformUtils
  • writeBufferToFile() : xercesc::XMLPlatformUtils -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x78.html b/docs/simple-api/functions_0x78.html index a24a682a..1ec52b02 100644 --- a/docs/simple-api/functions_0x78.html +++ b/docs/simple-api/functions_0x78.html @@ -76,7 +76,7 @@ Here is a list of all class members with links to the classes they belong to: : XQScopedNamespace
  • XQUERY : XQilla
  • XQUERY_FULLTEXT : XQilla -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x79.html b/docs/simple-api/functions_0x79.html index d7d57829..0dda3d86 100644 --- a/docs/simple-api/functions_0x79.html +++ b/docs/simple-api/functions_0x79.html @@ -66,7 +66,7 @@ Here is a list of all class members with links to the classes they belong to:

    - y -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_0x7e.html b/docs/simple-api/functions_0x7e.html index f1960376..c8c2b8f6 100644 --- a/docs/simple-api/functions_0x7e.html +++ b/docs/simple-api/functions_0x7e.html @@ -106,7 +106,7 @@ Here is a list of all class members with links to the classes they belong to: : XQilla
  • ~XQQuery() : XQQuery
  • ~XQScopedNamespace() : XQScopedNamespace -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_enum.html b/docs/simple-api/functions_enum.html index 6e54188d..3fb4fc59 100644 --- a/docs/simple-api/functions_enum.html +++ b/docs/simple-api/functions_enum.html @@ -44,7 +44,7 @@ : StaticResolutionContext
  • State : Numeric
  • Type : Scope< TYPE > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_eval.html b/docs/simple-api/functions_eval.html index 4d6240a2..364104ee 100644 --- a/docs/simple-api/functions_eval.html +++ b/docs/simple-api/functions_eval.html @@ -166,7 +166,7 @@

    - y -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func.html b/docs/simple-api/functions_func.html index 92cf5ebb..81cec957 100644 --- a/docs/simple-api/functions_func.html +++ b/docs/simple-api/functions_func.html @@ -105,7 +105,7 @@ : AutoRelease< TYPE >
  • availableCollectionsUsed() : StaticResolutionContext
  • availableDocumentsUsed() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x62.html b/docs/simple-api/functions_func_0x62.html index 9ed4035b..87847a7f 100644 --- a/docs/simple-api/functions_func_0x62.html +++ b/docs/simple-api/functions_func_0x62.html @@ -63,7 +63,7 @@

    - b -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x63.html b/docs/simple-api/functions_func_0x63.html index 14aa8bb5..d26af02f 100644 --- a/docs/simple-api/functions_func_0x63.html +++ b/docs/simple-api/functions_func_0x63.html @@ -147,7 +147,7 @@ : StaticResolutionContext
  • curFilePos() : xercesc::XMLPlatformUtils
  • currentTimeUsed() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x64.html b/docs/simple-api/functions_func_0x64.html index 7060a027..f2fc46a6 100644 --- a/docs/simple-api/functions_func_0x64.html +++ b/docs/simple-api/functions_func_0x64.html @@ -89,7 +89,7 @@ : xercesc::DOMNode
  • DOMXPathNSResolver() : xercesc::DOMXPathNSResolver
  • dumpStatistics() : StringPool, XPath2MemoryManager -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x65.html b/docs/simple-api/functions_func_0x65.html index a5bfac54..c7ca189a 100644 --- a/docs/simple-api/functions_func_0x65.html +++ b/docs/simple-api/functions_func_0x65.html @@ -69,7 +69,7 @@ : Timezone, Numeric, Node, ATUntypedAtomic, ATTimeOrDerived, ATStringOrDerived, ATQNameOrDerived, ATNotationOrDerived, ATHexBinaryOrDerived, ATGYearOrDerived, ATGYearMonthOrDerived, ATGMonthOrDerived, ATGMonthDayOrDerived, ATGDayOrDerived, ATDurationOrDerived, ATDateTimeOrDerived, ATDateOrDerived, ATBooleanOrDerived, ATBase64BinaryOrDerived, ATAnyURIOrDerived, ATAnySimpleType, AnyAtomicType
  • execute() : XQQuery
  • ExitFunction() : XQDebugCallback -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x66.html b/docs/simple-api/functions_func_0x66.html index 4ad055f1..eb78cd79 100644 --- a/docs/simple-api/functions_func_0x66.html +++ b/docs/simple-api/functions_func_0x66.html @@ -66,7 +66,7 @@ : Sequence
  • floor() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • forceNoFolding() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x67.html b/docs/simple-api/functions_func_0x67.html index d95fa928..aaf6c7df 100644 --- a/docs/simple-api/functions_func_0x67.html +++ b/docs/simple-api/functions_func_0x67.html @@ -183,7 +183,7 @@ : XQException
  • getYears() : ATDurationOrDerived, ATDateTimeOrDerived, ATDateOrDerived
  • greaterThan() : Numeric -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x68.html b/docs/simple-api/functions_func_0x68.html index be4e03c9..6967e6b7 100644 --- a/docs/simple-api/functions_func_0x68.html +++ b/docs/simple-api/functions_func_0x68.html @@ -66,7 +66,7 @@ : xercesc::DOMNode
  • hasInstanceOfType() : Node
  • hasTimezone() : DateOrTimeType, ATTimeOrDerived, ATGYearOrDerived, ATGYearMonthOrDerived, ATGMonthOrDerived, ATGMonthDayOrDerived, ATGDayOrDerived, ATDateTimeOrDerived, ATDateOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x69.html b/docs/simple-api/functions_func_0x69.html index 95da47f2..fa1539ab 100644 --- a/docs/simple-api/functions_func_0x69.html +++ b/docs/simple-api/functions_func_0x69.html @@ -63,7 +63,7 @@

    - i -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x6a.html b/docs/simple-api/functions_func_0x6a.html index d30b2d91..1a528bd4 100644 --- a/docs/simple-api/functions_func_0x6a.html +++ b/docs/simple-api/functions_func_0x6a.html @@ -63,7 +63,7 @@

    - j -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x6c.html b/docs/simple-api/functions_func_0x6c.html index 9969681b..4be404f1 100644 --- a/docs/simple-api/functions_func_0x6c.html +++ b/docs/simple-api/functions_func_0x6c.html @@ -70,7 +70,7 @@ : xercesc::DOMNode
  • lookupNamespaceURI() : xercesc::DOMXPathNSResolver, xercesc::DOMNode, XQScopedNamespace
  • lookupPrefix() : xercesc::DOMXPathNSResolver, XQScopedNamespace -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x6d.html b/docs/simple-api/functions_func_0x6d.html index 82d39cec..3cd96838 100644 --- a/docs/simple-api/functions_func_0x6d.html +++ b/docs/simple-api/functions_func_0x6d.html @@ -69,7 +69,7 @@ : xercesc::MemoryManager
  • mod() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • multiply() : Numeric, ATFloatOrDerived, ATDurationOrDerived, ATDoubleOrDerived, ATDecimalOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x6e.html b/docs/simple-api/functions_func_0x6e.html index 117b0a56..0e50e948 100644 --- a/docs/simple-api/functions_func_0x6e.html +++ b/docs/simple-api/functions_func_0x6e.html @@ -68,7 +68,7 @@ : XQDebugCallback
  • notNull() : RefCountPointer< T >
  • NumericTypeConstructor() : NumericTypeConstructor -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x6f.html b/docs/simple-api/functions_func_0x6f.html index cdf76413..6e4c72e7 100644 --- a/docs/simple-api/functions_func_0x6f.html +++ b/docs/simple-api/functions_func_0x6f.html @@ -73,7 +73,7 @@ : AutoDeallocate< TYPE >, AutoDeleteArray< TYPE >, AutoDelete< TYPE >, AutoRelease< TYPE >
  • operator->() : Result, AutoDeallocate< TYPE >, AutoDeleteArray< TYPE >, AutoDelete< TYPE >, AutoRelease< TYPE >, RefCountPointer< T >, ItemFactory::ElementChild
  • operator=() : Result, Sequence, RefCountPointer< T > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x70.html b/docs/simple-api/functions_func_0x70.html index 5f271064..afa78ad7 100644 --- a/docs/simple-api/functions_func_0x70.html +++ b/docs/simple-api/functions_func_0x70.html @@ -69,7 +69,7 @@ : XQException
  • promoteTypeIfApplicable() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • put() : Scope< TYPE > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x72.html b/docs/simple-api/functions_func_0x72.html index f87379b5..7fa961c3 100644 --- a/docs/simple-api/functions_func_0x72.html +++ b/docs/simple-api/functions_func_0x72.html @@ -95,7 +95,7 @@ : Result
  • round() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived
  • roundHalfToEven() : Numeric, ATFloatOrDerived, ATDoubleOrDerived, ATDecimalOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x73.html b/docs/simple-api/functions_func_0x73.html index aecfc8fc..33e7ff69 100644 --- a/docs/simple-api/functions_func_0x73.html +++ b/docs/simple-api/functions_func_0x73.html @@ -139,7 +139,7 @@ : ATTimeOrDerived, ATDateTimeOrDerived, ATDateOrDerived
  • subtractTime() : ATTimeOrDerived
  • subtractYearMonthDuration() : ATDateTimeOrDerived, ATDateOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x74.html b/docs/simple-api/functions_func_0x74.html index f1484444..a5d1534d 100644 --- a/docs/simple-api/functions_func_0x74.html +++ b/docs/simple-api/functions_func_0x74.html @@ -68,7 +68,7 @@ : StaticResolutionContext
  • trace() : DynamicContext
  • treatAsCodepoint() : ATDecimalOrDerived -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x75.html b/docs/simple-api/functions_func_0x75.html index cd155df7..7dd7bc41 100644 --- a/docs/simple-api/functions_func_0x75.html +++ b/docs/simple-api/functions_func_0x75.html @@ -66,7 +66,7 @@ : xercesc::XMLPlatformUtils
  • URLInputSource() : xercesc::URLInputSource
  • urlSrc() : xercesc::URLInputSource -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x76.html b/docs/simple-api/functions_func_0x76.html index 97d017fb..ce15e670 100644 --- a/docs/simple-api/functions_func_0x76.html +++ b/docs/simple-api/functions_func_0x76.html @@ -65,7 +65,7 @@ : Timezone, DynamicContext
  • variablesUsed() : StaticResolutionContext
  • variableUsed() : StaticResolutionContext -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x77.html b/docs/simple-api/functions_func_0x77.html index 6bc9c679..d85fdfbe 100644 --- a/docs/simple-api/functions_func_0x77.html +++ b/docs/simple-api/functions_func_0x77.html @@ -64,7 +64,7 @@
  • weavePaths() : xercesc::XMLPlatformUtils
  • writeBufferToFile() : xercesc::XMLPlatformUtils -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x78.html b/docs/simple-api/functions_func_0x78.html index 46e72231..dc0c41f2 100644 --- a/docs/simple-api/functions_func_0x78.html +++ b/docs/simple-api/functions_func_0x78.html @@ -69,7 +69,7 @@ : XQilla, XQQuery
  • XQillaAllocator() : XQillaAllocator< _Tp >
  • XQScopedNamespace() : XQScopedNamespace -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_func_0x7e.html b/docs/simple-api/functions_func_0x7e.html index 1330cd55..3d96907f 100644 --- a/docs/simple-api/functions_func_0x7e.html +++ b/docs/simple-api/functions_func_0x7e.html @@ -103,7 +103,7 @@ : XQilla
  • ~XQQuery() : XQQuery
  • ~XQScopedNamespace() : XQScopedNamespace -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_type.html b/docs/simple-api/functions_type.html index 2de9215c..260fdeba 100644 --- a/docs/simple-api/functions_type.html +++ b/docs/simple-api/functions_type.html @@ -49,7 +49,7 @@ : XQillaAllocator< _Tp >
  • value_type : XQillaAllocator< _Tp >
  • VarHash : Scope< TYPE > -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/functions_vars.html b/docs/simple-api/functions_vars.html index b73e23a0..be13f997 100644 --- a/docs/simple-api/functions_vars.html +++ b/docs/simple-api/functions_vars.html @@ -101,9 +101,9 @@ : Numeric

    - n -

    @@ -125,7 +125,7 @@

    - t -

    -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/globals.html b/docs/simple-api/globals.html index 736d8509..b2e93f5a 100644 --- a/docs/simple-api/globals.html +++ b/docs/simple-api/globals.html @@ -103,7 +103,7 @@ Here is a list of all file members with links to the files they belong to: : XQException.hpp
  • XQThrow2 : XQException.hpp
  • XQThrow3 : XQException.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/globals_defs.html b/docs/simple-api/globals_defs.html index 30d86870..e05fb34d 100644 --- a/docs/simple-api/globals_defs.html +++ b/docs/simple-api/globals_defs.html @@ -51,7 +51,7 @@ : XQException.hpp
  • XQThrow2 : XQException.hpp
  • XQThrow3 : XQException.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/globals_func.html b/docs/simple-api/globals_func.html index 2a60ea36..23d87b35 100644 --- a/docs/simple-api/globals_func.html +++ b/docs/simple-api/globals_func.html @@ -34,7 +34,7 @@ : XPath2MemoryManager.hpp
  • operator!=() : ReferenceCounted.hpp
  • operator==() : ReferenceCounted.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/globals_type.html b/docs/simple-api/globals_type.html index a6e45e7b..d57efe4e 100644 --- a/docs/simple-api/globals_type.html +++ b/docs/simple-api/globals_type.html @@ -36,7 +36,7 @@ : StaticResolutionContext.hpp
  • VectorOfASTNodes : StaticContext.hpp
  • VectorOfItems : Sequence.hpp -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/graph_legend.html b/docs/simple-api/graph_legend.html index aad4138c..42c94d86 100644 --- a/docs/simple-api/graph_legend.html +++ b/docs/simple-api/graph_legend.html @@ -74,7 +74,7 @@ A purple dashed arrow is used if a class is contained or used by another class.
  • A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance.
  • -
    Generated on Tue Dec 12 00:18:58 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:08 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/hierarchy.html b/docs/simple-api/hierarchy.html index c3091f36..26801598 100644 --- a/docs/simple-api/hierarchy.html +++ b/docs/simple-api/hierarchy.html @@ -117,7 +117,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically: -
    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/index.html b/docs/simple-api/index.html index 9369eefe..d7faa394 100644 --- a/docs/simple-api/index.html +++ b/docs/simple-api/index.html @@ -14,7 +14,7 @@

    XQilla Simple API Documentation

    -

    1.0


    Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by  +

    1.0


    Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/inherits.html b/docs/simple-api/inherits.html index 43f2aaad..d2aa8b64 100644 --- a/docs/simple-api/inherits.html +++ b/docs/simple-api/inherits.html @@ -187,7 +187,7 @@ -
    Generated on Tue Dec 12 00:18:58 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:08 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/namespacemembers.html b/docs/simple-api/namespacemembers.html index 4d2f9e08..a3a47305 100644 --- a/docs/simple-api/namespacemembers.html +++ b/docs/simple-api/namespacemembers.html @@ -28,7 +28,7 @@ Here is a list of all namespace members with links to the namespace documentatio -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/namespacemembers_func.html b/docs/simple-api/namespacemembers_func.html index 180c81be..375ab162 100644 --- a/docs/simple-api/namespacemembers_func.html +++ b/docs/simple-api/namespacemembers_func.html @@ -28,7 +28,7 @@ -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/namespaces.html b/docs/simple-api/namespaces.html index 38303566..cf343c15 100644 --- a/docs/simple-api/namespaces.html +++ b/docs/simple-api/namespaces.html @@ -20,7 +20,7 @@

    XQilla Simple API Namespace List

    Here is a list of all namespaces with brief descriptions:
    xercesc
    -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/namespacexercesc.html b/docs/simple-api/namespacexercesc.html index a1f43075..3e991ef7 100644 --- a/docs/simple-api/namespacexercesc.html +++ b/docs/simple-api/namespacexercesc.html @@ -102,7 +102,7 @@ -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/structXQillaAllocator_1_1rebind-members.html b/docs/simple-api/structXQillaAllocator_1_1rebind-members.html index b3307310..471c4250 100644 --- a/docs/simple-api/structXQillaAllocator_1_1rebind-members.html +++ b/docs/simple-api/structXQillaAllocator_1_1rebind-members.html @@ -21,7 +21,7 @@

    XQillaAllocator< _Tp >::rebind< _Tp1 > Member List

    This is the complete list of members for XQillaAllocator< _Tp >::rebind< _Tp1 >, including all inherited members.

    -
    other typedefXQillaAllocator< _Tp >::rebind< _Tp1 >


    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/docs/simple-api/structXQillaAllocator_1_1rebind.html b/docs/simple-api/structXQillaAllocator_1_1rebind.html index e1ea8b19..514e237a 100644 --- a/docs/simple-api/structXQillaAllocator_1_1rebind.html +++ b/docs/simple-api/structXQillaAllocator_1_1rebind.html @@ -67,7 +67,7 @@ template<class _Tp1>
    The documentation for this struct was generated from the following file: -
    Generated on Tue Dec 12 00:18:57 2006 for XQilla Simple API by  +
    Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by  doxygen 1.4.6
    diff --git a/include/Makefile.in b/include/Makefile.in index 358237a4..6b3981a2 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -531,9 +531,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu include/Makefile + $(AUTOMAKE) --foreign include/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/include/xqilla/ast/XQFunction.hpp b/include/xqilla/ast/XQFunction.hpp index 20025ef0..f42913fd 100644 --- a/include/xqilla/ast/XQFunction.hpp +++ b/include/xqilla/ast/XQFunction.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQFunction.hpp,v 1.10 2006/11/01 16:37:11 jpcs Exp $ + * $Id: XQFunction.hpp,v 1.10.2.1 2007/01/04 17:45:34 jpcs Exp $ */ #ifndef _XQFUNCTION_HPP @@ -57,12 +57,12 @@ protected: static const unsigned int UNLIMITED; //parse the supplied string of comma separated arguments into vector of SequenceTypes - static std::vector< SequenceType* >* parseParamDecl(const char* paramString); + void parseParamDecl(const char* paramString, XPath2MemoryManager *mm); const XMLCh *_fName, *_fURI, *_signature; const unsigned int _nArgsFrom, _nArgsTo; - const std::vector* _paramDecl; + std::vector > _paramDecl; VectorOfASTNodes _args; // The real store for arguments diff --git a/include/xqilla/exceptions/XQillaException.hpp b/include/xqilla/exceptions/XQillaException.hpp index 9b95f552..a0336b61 100644 --- a/include/xqilla/exceptions/XQillaException.hpp +++ b/include/xqilla/exceptions/XQillaException.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQillaException.hpp,v 1.5 2006/11/01 16:37:12 jpcs Exp $ + * $Id: XQillaException.hpp,v 1.5.2.1 2007/01/19 18:52:17 jpcs Exp $ */ #ifndef __XQILLAEXCEPTION_HPP @@ -18,6 +18,8 @@ #include #include +class XQException; + /** * The XQillaException interface extends the DOMXPathException * allowing an additional exception of type RUNTIME_ERR to be thrown. @@ -37,8 +39,15 @@ public: * @param code The error code which indicates the exception * @param message The string containing the error message */ - XQillaException(short code, const XMLCh* message): - XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException(code, XERCES_CPP_NAMESPACE_QUALIFIER XMLString::replicate(message)) {}; + XQillaException(short code, const XMLCh* message); + + /** + * Constructor which takes an error code and a message. + * + * @param code The error code which indicates the exception + * @param message The string containing the error message + */ + XQillaException(const XQException &ex); /** * Copy constructor. diff --git a/include/xqilla/functions/FuncFactory.hpp b/include/xqilla/functions/FuncFactory.hpp index e995ecda..9c89ac0a 100644 --- a/include/xqilla/functions/FuncFactory.hpp +++ b/include/xqilla/functions/FuncFactory.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: FuncFactory.hpp,v 1.8 2006/11/01 16:37:12 jpcs Exp $ + * $Id: FuncFactory.hpp,v 1.8.2.1 2007/01/12 18:04:46 gmfeinberg Exp $ */ /* @@ -33,6 +33,7 @@ public: virtual const XMLCh *getName() const = 0; virtual const XMLCh *getURI() const = 0; + virtual const XMLCh *getQName() const = 0; virtual unsigned int getMinArgs() const = 0; virtual unsigned int getMaxArgs() const = 0; }; diff --git a/include/xqilla/functions/XQUserFunction.hpp b/include/xqilla/functions/XQUserFunction.hpp index 112f9584..b1730a54 100644 --- a/include/xqilla/functions/XQUserFunction.hpp +++ b/include/xqilla/functions/XQUserFunction.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQUserFunction.hpp,v 1.12 2006/11/01 16:37:13 jpcs Exp $ + * $Id: XQUserFunction.hpp,v 1.12.2.1 2007/01/12 18:04:46 gmfeinberg Exp $ */ ////////////////////////////////////////////////////////////////////// @@ -91,6 +91,7 @@ public: virtual ASTNode *createInstance(const VectorOfASTNodes &args, XPath2MemoryManager* expr) const; virtual const XMLCh* getName() const; virtual const XMLCh *getURI() const; + virtual const XMLCh *getQName() const; virtual unsigned int getMinArgs() const; virtual unsigned int getMaxArgs() const; @@ -126,6 +127,7 @@ protected: XPath2MemoryManager* m_pMemMgr; StaticResolutionContext _src; bool m_bCalculatingSRC; + XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer m_qname; DocumentCache* m_moduleDocCache; friend class XQFunctionEvaluator; diff --git a/include/xqilla/simple-api/XQQuery.hpp b/include/xqilla/simple-api/XQQuery.hpp index c0653541..2f8df954 100644 --- a/include/xqilla/simple-api/XQQuery.hpp +++ b/include/xqilla/simple-api/XQQuery.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQQuery.hpp,v 1.16 2006/11/01 16:37:17 jpcs Exp $ + * $Id: XQQuery.hpp,v 1.16.2.1 2007/01/03 19:19:51 jpcs Exp $ */ ////////////////////////////////////////////////////////////////////// @@ -26,6 +26,7 @@ #include #include #include +#include class DynamicContext; class XQUserFunction; @@ -174,13 +175,12 @@ public: /// Gets the module taget namespace for this query const XMLCh* getModuleTargetNamespace() const; /// Performs a module import from the given target namespace and locations - void importModule(const XMLCh* szUri, VectorOfStrings* locations, StaticContext* context); + void importModule(XQilla::Language language, const XMLCh* szUri, + VectorOfStrings* locations, StaticContext* context); //@} private: - void importModuleImpl(const XMLCh* szUri, XERCES_CPP_NAMESPACE_QUALIFIER InputSource* location, StaticContext* context); - /// Top level lazy result iterator class QueryResult : public ResultImpl { diff --git a/src/ast/XQFunction.cpp b/src/ast/XQFunction.cpp index 7ecbc8d9..1b090189 100644 --- a/src/ast/XQFunction.cpp +++ b/src/ast/XQFunction.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQFunction.cpp,v 1.14 2006/11/01 16:37:18 jpcs Exp $ + * $Id: XQFunction.cpp,v 1.14.2.4 2007/01/12 18:04:46 gmfeinberg Exp $ */ #include "../config/xqilla_config.h" @@ -48,8 +48,6 @@ public: } }; -static SequenceTypeTable g_SequenceTypeCache; - /* http://www.w3.org/2005/xpath-functions */ const XMLCh XQFunction::XMLChFunctionURI[] = { @@ -68,15 +66,16 @@ const XMLCh XQFunction::XMLChFunctionURI[] = XERCES_CPP_NAMESPACE_QUALIFIER chLatin_n, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_s, XERCES_CPP_NAMESPACE_QUALIFIER chNull }; -const unsigned int XQFunction::UNLIMITED = 51; // A reasonably large number +const unsigned int XQFunction::UNLIMITED = 10000; // A reasonably large number XQFunction::XQFunction(const XMLCh* name, unsigned int argsFrom, unsigned int argsTo, const char* paramDecl, const VectorOfASTNodes &args, XPath2MemoryManager* memMgr) : ASTNodeImpl(memMgr), _fName(name), _fURI(XMLChFunctionURI), _nArgsFrom(argsFrom), _nArgsTo(argsTo), - _paramDecl(parseParamDecl(paramDecl)), _args(args) + _paramDecl(XQillaAllocator(memMgr)), _args(args) { setType(ASTNode::FUNCTION); + parseParamDecl(paramDecl, memMgr); if((argsFrom != UNLIMITED && argsFrom > args.size()) || (argsTo != UNLIMITED && args.size() > argsTo)) { @@ -148,12 +147,12 @@ ASTNode *XQFunction::resolveArguments(StaticContext *context, bool checkTimezone { unsigned int paramNumber = 0; for(VectorOfASTNodes::iterator i = _args.begin(); i != _args.end(); ++i) { - *i = (*_paramDecl)[paramNumber]->convertFunctionArg(*i, context, numericFunction, this); + *i = _paramDecl[paramNumber]->convertFunctionArg(*i, context, numericFunction, this); *i = (*i)->staticResolution(context); ++paramNumber; - if(paramNumber >= _paramDecl->size()) { - paramNumber = _paramDecl->size() - 1; + if(paramNumber >= _paramDecl.size()) { + paramNumber = _paramDecl.size() - 1; } } @@ -188,16 +187,8 @@ unsigned int XQFunction::getNumArgs() const return _args.size(); } -std::vector< SequenceType* >* XQFunction::parseParamDecl(const char* paramString) +void XQFunction::parseParamDecl(const char* paramString, XPath2MemoryManager *mm) { - // check the cache, first - SequenceTypeTable::iterator it=g_SequenceTypeCache.find(paramString); - if(it!=g_SequenceTypeCache.end()) - return it->second; - - // Note: we are going to use the global allocator, as we are going to store this data into a static variable - std::vector< SequenceType* >* params=new std::vector< SequenceType* >; - // Tokenise param string XMLCh* string = XERCES_CPP_NAMESPACE_QUALIFIER XMLString::transcode(paramString); static XMLCh delimiters[]={ XERCES_CPP_NAMESPACE_QUALIFIER chComma, XERCES_CPP_NAMESPACE_QUALIFIER chNull }; @@ -228,16 +219,16 @@ std::vector< SequenceType* >* XQFunction::parseParamDecl(const char* paramString static XMLCh szItem[]={ XERCES_CPP_NAMESPACE_QUALIFIER chLatin_i, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_t, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_e, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_m, XERCES_CPP_NAMESPACE_QUALIFIER chOpenParen, XERCES_CPP_NAMESPACE_QUALIFIER chCloseParen, XERCES_CPP_NAMESPACE_QUALIFIER chNull }; static XMLCh szEmpty[]={ XERCES_CPP_NAMESPACE_QUALIFIER chLatin_e, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_m, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_p, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_t, XERCES_CPP_NAMESPACE_QUALIFIER chLatin_y, XERCES_CPP_NAMESPACE_QUALIFIER chOpenParen, XERCES_CPP_NAMESPACE_QUALIFIER chCloseParen, XERCES_CPP_NAMESPACE_QUALIFIER chNull }; if(XPath2Utils::equals(tmpCurParam, szNode)) - sequenceType=new SequenceType(new SequenceType::ItemType(SequenceType::ItemType::TEST_NODE), occurrence); + sequenceType=new (mm) SequenceType(new (mm) SequenceType::ItemType(SequenceType::ItemType::TEST_NODE), occurrence); else if(XPath2Utils::equals(tmpCurParam, szElement)) - sequenceType=new SequenceType(new SequenceType::ItemType(SequenceType::ItemType::TEST_ELEMENT), occurrence); + sequenceType=new (mm) SequenceType(new (mm) SequenceType::ItemType(SequenceType::ItemType::TEST_ELEMENT), occurrence); else if(XPath2Utils::equals(tmpCurParam, szItem)) - sequenceType=new SequenceType(new SequenceType::ItemType(SequenceType::ItemType::TEST_ANYTHING), occurrence); + sequenceType=new (mm) SequenceType(new (mm) SequenceType::ItemType(SequenceType::ItemType::TEST_ANYTHING), occurrence); else if(XPath2Utils::equals(tmpCurParam, szEmpty)) - sequenceType=new SequenceType(); + sequenceType=new (mm) SequenceType(); else { - SequenceType::ItemType* test=new SequenceType::ItemType(SequenceType::ItemType::TEST_ATOMIC_TYPE,NULL,new QualifiedName(tmpCurParam)); + SequenceType::ItemType* test=new (mm) SequenceType::ItemType(SequenceType::ItemType::TEST_ATOMIC_TYPE,NULL,new (mm) QualifiedName(tmpCurParam, mm)); if (XPath2Utils::equals(tmpCurParam, ATDurationOrDerived::fgDT_YEARMONTHDURATION) || XPath2Utils::equals(tmpCurParam, ATDurationOrDerived::fgDT_DAYTIMEDURATION) || XPath2Utils::equals(tmpCurParam, AnyAtomicType::fgDT_ANYATOMICTYPE) || @@ -247,15 +238,12 @@ std::vector< SequenceType* >* XQFunction::parseParamDecl(const char* paramString else // otherwise it's a atomic type coming from the XMLSchema namespace test->setTypeURI(XERCES_CPP_NAMESPACE_QUALIFIER SchemaSymbols::fgURI_SCHEMAFORSCHEMA); - sequenceType = new SequenceType(test, occurrence); + sequenceType = new (mm) SequenceType(test, occurrence); } XERCES_CPP_NAMESPACE_QUALIFIER XMLString::release(&tmpCurParam); - params->push_back(sequenceType); + _paramDecl.push_back(sequenceType); } XERCES_CPP_NAMESPACE_QUALIFIER XMLString::release(&string); - g_SequenceTypeCache[paramString]=params; - - return params; } const VectorOfASTNodes &XQFunction::getArguments() const { diff --git a/src/dom-api/impl/XPath2ResultImpl.cpp b/src/dom-api/impl/XPath2ResultImpl.cpp index 8f792a94..70f37342 100644 --- a/src/dom-api/impl/XPath2ResultImpl.cpp +++ b/src/dom-api/impl/XPath2ResultImpl.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XPath2ResultImpl.cpp,v 1.7 2006/11/01 16:37:18 jpcs Exp $ + * $Id: XPath2ResultImpl.cpp,v 1.7.2.1 2007/01/19 18:52:17 jpcs Exp $ */ #include "../../config/xqilla_config.h" @@ -222,20 +222,22 @@ XPath2FirstResultImpl::XPath2FirstResultImpl(const XQQuery *expression, if(XQillaException::getDebug()) { e.printDebug( X("Caught exception at Interface") ); } - throw XQillaException(DOMXPathException::TYPE_ERR, e.getError()); + throw XQillaException(e); } catch(const XQillaException &) { // rethrow it throw; } catch(DOMException &e) { - throw XQillaException(DOMXPathException::TYPE_ERR, X("XQillaExpressionImpl::evaluateToSequence(): DOMException!")); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, + X("XQillaExpressionImpl::evaluateToSequence(): DOMException!")); } catch(XMLException &e) { - throw XQillaException(DOMXPathException::TYPE_ERR, e.getMessage()); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, e.getMessage()); } catch (...) { - throw XQillaException(DOMXPathException::TYPE_ERR, X("XQillaExpressionImpl::evaluateToSequence(): Unknown exception caught.")); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, + X("XQillaExpressionImpl::evaluateToSequence(): Unknown exception caught.")); } } @@ -288,20 +290,22 @@ XPath2SnapshotResultImpl::XPath2SnapshotResultImpl(const XQQuery *expression, if(XQillaException::getDebug()) { e.printDebug( X("Caught exception at Interface") ); } - throw XQillaException(DOMXPathException::TYPE_ERR, e.getError()); + throw XQillaException(e); } catch(const XQillaException &) { // rethrow it throw; } catch(DOMException &e) { - throw XQillaException(DOMXPathException::TYPE_ERR, X("XQillaExpressionImpl::evaluateToSequence(): DOMException!")); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, + X("XQillaExpressionImpl::evaluateToSequence(): DOMException!")); } catch(XMLException &e) { - throw XQillaException(DOMXPathException::TYPE_ERR, e.getMessage()); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, e.getMessage()); } catch (...) { - throw XQillaException(DOMXPathException::TYPE_ERR, X("XQillaExpressionImpl::evaluateToSequence(): Unknown exception caught.")); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, + X("XQillaExpressionImpl::evaluateToSequence(): Unknown exception caught.")); } } @@ -374,20 +378,22 @@ XPath2IteratorResultImpl::XPath2IteratorResultImpl(const XQQuery *expression, if(XQillaException::getDebug()) { e.printDebug( X("Caught exception at Interface") ); } - throw XQillaException(DOMXPathException::TYPE_ERR, e.getError()); + throw XQillaException(e); } catch(const XQillaException &) { // rethrow it throw; } catch(DOMException &e) { - throw XQillaException(DOMXPathException::TYPE_ERR, X("XQillaExpressionImpl::evaluateToSequence(): DOMException!")); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, + X("XQillaExpressionImpl::evaluateToSequence(): DOMException!")); } catch(XMLException &e) { - throw XQillaException(DOMXPathException::TYPE_ERR, e.getMessage()); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, e.getMessage()); } catch (...) { - throw XQillaException(DOMXPathException::TYPE_ERR, X("XQillaExpressionImpl::evaluateToSequence(): Unknown exception caught.")); + throw XQillaException(DOMXPathException::INVALID_EXPRESSION_ERR, + X("XQillaExpressionImpl::evaluateToSequence(): Unknown exception caught.")); } } diff --git a/src/dom-api/impl/XQillaDocumentImpl.cpp b/src/dom-api/impl/XQillaDocumentImpl.cpp index 35a74855..aae1fff7 100644 --- a/src/dom-api/impl/XQillaDocumentImpl.cpp +++ b/src/dom-api/impl/XQillaDocumentImpl.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQillaDocumentImpl.cpp,v 1.8 2006/11/01 16:37:18 jpcs Exp $ + * $Id: XQillaDocumentImpl.cpp,v 1.8.2.1 2007/01/19 18:52:17 jpcs Exp $ */ #include "../../config/xqilla_config.h" @@ -57,9 +57,9 @@ XQillaDocumentImpl::~XQillaDocumentImpl() }//destructor // weak version, create a context within -const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathExpression* XQillaDocumentImpl::createExpression(const XMLCh* expression, - const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* resolver) - throw (XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException, XERCES_CPP_NAMESPACE_QUALIFIER DOMException) +const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathExpression* +XQillaDocumentImpl::createExpression(const XMLCh* expression, + const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* resolver) { return new (&_memMgr) XQillaExpressionImpl(expression, &_memMgr, resolver, _xmlGrammarPool); } @@ -70,14 +70,14 @@ void* XQillaDocumentImpl::evaluate(const XMLCh* expression, const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* resolver, unsigned short type, void* reuseableResult) - throw (XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException, XERCES_CPP_NAMESPACE_QUALIFIER DOMException) { XQillaExpressionImpl *expr = new (&_memMgr) XQillaExpressionImpl(expression, &_memMgr, resolver, _xmlGrammarPool); return expr->evaluateOnce(contextNode, type, reuseableResult); } /** Create an NSResolver */ -const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* XQillaDocumentImpl::createNSResolver(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* nodeResolver) { +const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* +XQillaDocumentImpl::createNSResolver(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* nodeResolver) { return _memMgr.createNSResolver(nodeResolver); } diff --git a/src/dom-api/impl/XQillaDocumentImpl.hpp b/src/dom-api/impl/XQillaDocumentImpl.hpp index a1965d3e..0e09b0aa 100644 --- a/src/dom-api/impl/XQillaDocumentImpl.hpp +++ b/src/dom-api/impl/XQillaDocumentImpl.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQillaDocumentImpl.hpp,v 1.5 2006/11/01 16:37:18 jpcs Exp $ + * $Id: XQillaDocumentImpl.hpp,v 1.5.2.1 2007/01/19 18:52:17 jpcs Exp $ */ #ifndef __XQILLADOCUMENTIMPL_HPP @@ -41,20 +41,19 @@ public: ~XQillaDocumentImpl(); // weak version, need to create a context from scratch inside - virtual const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathExpression* createExpression(const XMLCh* expression, - const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* resolver) - throw (XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException, XERCES_CPP_NAMESPACE_QUALIFIER DOMException); + virtual const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathExpression* + createExpression(const XMLCh* expression, const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* resolver); // create an NS Resolver - virtual const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* createNSResolver(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* nodeResolver); + virtual const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* + createNSResolver(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* nodeResolver); // weak version, need to create a context from scratch inside virtual void* evaluate(const XMLCh* expression, XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* contextNode, const XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver* resolver, unsigned short type, - void* reuseableResult) - throw (XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException, XERCES_CPP_NAMESPACE_QUALIFIER DOMException); + void* reuseableResult); virtual void setGrammarPool(XERCES_CPP_NAMESPACE_QUALIFIER XMLGrammarPool *xmlGrammarPool); virtual XERCES_CPP_NAMESPACE_QUALIFIER XMLGrammarPool *getGrammarPool(); diff --git a/src/dom-api/impl/XQillaExpressionImpl.cpp b/src/dom-api/impl/XQillaExpressionImpl.cpp index 435d810c..021d3909 100644 --- a/src/dom-api/impl/XQillaExpressionImpl.cpp +++ b/src/dom-api/impl/XQillaExpressionImpl.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQillaExpressionImpl.cpp,v 1.10.2.1 2006/12/08 15:19:12 jpcs Exp $ + * $Id: XQillaExpressionImpl.cpp,v 1.10.2.2 2007/01/19 18:52:17 jpcs Exp $ */ #include "../../config/xqilla_config.h" @@ -27,8 +27,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -45,10 +45,18 @@ XQillaExpressionImpl::XQillaExpressionImpl(const XMLCh *expression, XERCES_CPP_NAMESPACE_QUALIFIER XMLGrammarPool *xmlGP) : _createdWith(memMgr) { - _staticContext = new (_createdWith) XQContextImpl(_createdWith, xmlGP); - if(nsr != 0) _staticContext->setNSResolver(nsr); - _compiledExpression = XQilla::parse(expression, XQilla::XPATH2, _staticContext, NULL, XQilla::NO_ADOPT_CONTEXT, - _createdWith); + try { + _staticContext = new (_createdWith) XQContextImpl(_createdWith, xmlGP); + if(nsr != 0) _staticContext->setNSResolver(nsr); + _compiledExpression = XQilla::parse(expression, XQilla::XPATH2, _staticContext, NULL, XQilla::NO_ADOPT_CONTEXT, + _createdWith); + } + catch(XQException &e) { + if(XQillaException::getDebug()) { + e.printDebug(X("Caught exception at Interface")); + } + throw XQillaException(e); + } } XQillaExpressionImpl::~XQillaExpressionImpl() diff --git a/src/exceptions/XQillaException.cpp b/src/exceptions/XQillaException.cpp index a941b6e6..a927d34b 100644 --- a/src/exceptions/XQillaException.cpp +++ b/src/exceptions/XQillaException.cpp @@ -8,36 +8,79 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQillaException.cpp,v 1.5 2006/11/01 16:37:19 jpcs Exp $ + * $Id: XQillaException.cpp,v 1.5.2.1 2007/01/19 18:52:17 jpcs Exp $ */ #include "../config/xqilla_config.h" #include #include +#include + +#include bool XQillaException::_debug = false; -XQillaException::XQillaException(const XQillaException &other): XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException(other.code, XERCES_CPP_NAMESPACE_QUALIFIER XMLString::replicate(other.msg)) +XERCES_CPP_NAMESPACE_USE; + +XQillaException::XQillaException(short code, const XMLCh* message) + : DOMXPathException(code, XMLString::replicate(message)) +{ +} + +static void outputNumber(unsigned int num, XMLBuffer &buffer) +{ + if(num >= 10) { + outputNumber(num / 10, buffer); + num = num % 10; + } + + buffer.append('0' + num); +} + +XQillaException::XQillaException(const XQException &ex) + : DOMXPathException(INVALID_EXPRESSION_ERR, 0) +{ + XMLBuffer buffer(1023); + buffer.append(ex.getError()); + + if(ex.getXQueryLine() != 0) { + buffer.append(' '); + buffer.append('a'); + buffer.append('t'); + buffer.append(' '); + buffer.append(ex.getXQueryFile()); + buffer.append(':'); + outputNumber(ex.getXQueryLine(), buffer); + buffer.append(':'); + outputNumber(ex.getXQueryColumn(), buffer); + } + + msg = XMLString::replicate(buffer.getRawBuffer()); +} + +XQillaException::XQillaException(const XQillaException &other) + : DOMXPathException(other.code, XMLString::replicate(other.msg)) { // nothing to do } -XQillaException::~XQillaException() { - msg = 0; +XQillaException::~XQillaException() +{ + XMLString::release(const_cast(&msg)); } /*static*/ void XQillaException::setDebug(bool flag) { - _debug = flag; + _debug = flag; } /*static*/ bool XQillaException::getDebug(void) { - return _debug; + return _debug; } -XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathException::ExceptionCode XQillaException::getCode(void) const +DOMXPathException::ExceptionCode XQillaException::getCode(void) const { return code; }//getCode diff --git a/src/functions/FuncFactoryTemplate.hpp b/src/functions/FuncFactoryTemplate.hpp index 9cc490d9..cb15e9cc 100644 --- a/src/functions/FuncFactoryTemplate.hpp +++ b/src/functions/FuncFactoryTemplate.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: FuncFactoryTemplate.hpp,v 1.8 2006/11/01 16:37:19 jpcs Exp $ + * $Id: FuncFactoryTemplate.hpp,v 1.8.2.1 2007/01/12 18:04:46 gmfeinberg Exp $ */ /* @@ -28,13 +28,16 @@ class FuncFactoryTemplate : public FuncFactory { public: - FuncFactoryTemplate() + FuncFactoryTemplate(XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *memMgr) + : qname(1023, memMgr) { + qname.set(getName()); + qname.append(getURI()); } virtual ASTNode *createInstance(const VectorOfASTNodes &args, XPath2MemoryManager* memMgr) const { - return new (memMgr) TYPE(args, memMgr); + return new (memMgr) TYPE(args, memMgr); } virtual const XMLCh *getName() const @@ -47,6 +50,11 @@ public: return TYPE::XMLChFunctionURI; } + virtual const XMLCh *getQName() const + { + return qname.getRawBuffer(); + } + virtual unsigned int getMinArgs() const { return TYPE::minArgs; @@ -56,6 +64,9 @@ public: { return TYPE::maxArgs; } + +private: + XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer qname; }; #endif diff --git a/src/functions/FunctionLookupImpl.cpp b/src/functions/FunctionLookupImpl.cpp index e6534295..beec03cd 100644 --- a/src/functions/FunctionLookupImpl.cpp +++ b/src/functions/FunctionLookupImpl.cpp @@ -8,71 +8,130 @@ * * See the file LICENSE for redistribution information. * - * $Id: FunctionLookupImpl.cpp,v 1.13 2006/11/01 16:37:19 jpcs Exp $ + * $Id: FunctionLookupImpl.cpp,v 1.13.2.1 2007/01/12 18:04:46 gmfeinberg Exp $ */ #include "../config/xqilla_config.h" #include "FunctionLookupImpl.hpp" #include #include +#include -FunctionLookupImpl::FunctionLookupImpl(XPath2MemoryManager* memMgr) : - _uriPool(17, memMgr), - _funcTable(197, false, memMgr), - _memMgr(memMgr) +#define SECONDARY_KEY(func)(((func)->getMinArgs() << 16) | (func)->getMaxArgs()) + +FunctionLookupImpl *FunctionLookupImpl::g_globalFunctionTable = 0; +XPath2MemoryManagerImpl *FunctionLookupImpl::g_memMgr = 0; + +FunctionLookupImpl::FunctionLookupImpl(XPath2MemoryManager* memMgr, + bool addGlobals) : + _funcTable(197, false, memMgr) { - createTable(); + if (addGlobals) + createTable(memMgr); } FunctionLookupImpl::~FunctionLookupImpl() { } +// static +void FunctionLookupImpl::initialize() +{ + /* global table is allocated via the memory manager, so + no need to delete it at this time + if (g_globalFunctionTable) + delete g_globalFunctionTable; + */ + if (g_memMgr) + delete g_memMgr; + g_memMgr = new XPath2MemoryManagerImpl(); + g_globalFunctionTable = new (g_memMgr) FunctionLookupImpl(g_memMgr, true); +} + +// static +void FunctionLookupImpl::terminate() +{ + if (g_memMgr) { + delete g_memMgr; + g_memMgr = 0; + g_globalFunctionTable = 0; + } + /* no need to delete this -- memMgr cleans up + if (g_globalFunctionTable) { + delete g_globalFunctionTable; + g_globalFunctionTable = 0; + } + */ +} + void FunctionLookupImpl::replaceFunction(FuncFactory *func) { - unsigned int nMax=func->getMaxArgs(); - unsigned int uriId=_uriPool.addOrFind(func->getURI()); - for(unsigned int i=func->getMinArgs(); i<=nMax; i++) - { - unsigned int secondaryKey=uriId | (i << 16); - _funcTable.put((void*)func->getName(), secondaryKey, func); - } + unsigned int secondaryKey = SECONDARY_KEY(func); + _funcTable.put((void*)func->getQName(), secondaryKey, func); } void FunctionLookupImpl::insertFunction(FuncFactory *func) { - unsigned int nMax=func->getMaxArgs(); - unsigned int uriId=_uriPool.addOrFind(func->getURI()); - for(unsigned int i=func->getMinArgs(); i<=nMax; i++) + unsigned int secondaryKey = SECONDARY_KEY(func); + + // Use similar algorithm to lookup in order to detect overlaps + // in argument numbers + XERCES_CPP_NAMESPACE_QUALIFIER RefHash2KeysTableOfEnumerator iterator(const_cast* >(&_funcTable)); + // + // Walk the matches for the primary key (name) looking for overlaps: + // ensure func->max < min OR func->min > max + // + iterator.setPrimaryKey(func->getQName()); + while(iterator.hasMoreElements()) { - unsigned int secondaryKey=uriId | (i << 16); - if(_funcTable.containsKey((void*)func->getName(), secondaryKey)) - { - XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer buf(1023,_memMgr); - buf.set(X("Multiple functions have the same expanded QName {")); - buf.append(func->getURI()); - buf.append(X("}")); - buf.append(func->getName()); - buf.append(X("/")); - XMLCh szInt[10]; - XERCES_CPP_NAMESPACE_QUALIFIER XMLString::binToText(i,szInt,9,10,_memMgr); - buf.append(szInt); - buf.append(X(" [err:XQST0034].")); - XQThrow2(StaticErrorException,X("FunctionLookupImpl::insertFunction"), buf.getRawBuffer()); - } - _funcTable.put((void*)func->getName(), secondaryKey, func); + FuncFactory *entry= &(iterator.nextElement()); + if ((func->getMaxArgs() < entry->getMinArgs()) || + (func->getMinArgs() > entry->getMaxArgs())) + continue; + // overlap -- throw exception + XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer buf; + buf.set(X("Multiple functions have the same QName and overlapping args {")); + buf.append(func->getURI()); + buf.append(X("}")); + buf.append(func->getName()); + buf.append(X("/")); + XMLCh szInt[10]; + XERCES_CPP_NAMESPACE_QUALIFIER XMLString::binToText(secondaryKey,szInt,9,10); + buf.append(szInt); + buf.append(X(" [err:XQST0034].")); + XQThrow2(StaticErrorException,X("FunctionLookupImpl::insertFunction"), buf.getRawBuffer()); } + // Ok to add function + _funcTable.put((void*)func->getQName(), secondaryKey, func); } ASTNode* FunctionLookupImpl::lookUpFunction(const XMLCh* URI, const XMLCh* fname, const VectorOfASTNodes &args, XPath2MemoryManager* memMgr) const { - if(!_uriPool.exists(URI)) - return NULL; - unsigned int secondaryKey=_uriPool.getId(URI) | (args.size() << 16); - const FuncFactory* pFactory=_funcTable.get((void*)fname, secondaryKey); - if(pFactory) - return pFactory->createInstance(args, memMgr); + if (this != g_globalFunctionTable) { + ASTNode *ret = g_globalFunctionTable->lookUpFunction( + URI, fname, args, memMgr); + if (ret) + return ret; + } + + XERCES_CPP_NAMESPACE_QUALIFIER RefHash2KeysTableOfEnumerator iterator(const_cast* >(&_funcTable)); + // + // Walk the matches for the primary key (name) looking for matches + // based on allowable parameters + // + XERCES_CPP_NAMESPACE_QUALIFIER XMLBuffer key; + key.set(fname); + key.append(URI); + iterator.setPrimaryKey(key.getRawBuffer()); + unsigned int nargs = args.size(); + while(iterator.hasMoreElements()) + { + FuncFactory *entry= &(iterator.nextElement()); + if (entry->getMinArgs() <= nargs && + entry->getMaxArgs() >= nargs) + return entry->createInstance(args, memMgr); + } return NULL; } @@ -225,259 +284,259 @@ std::vector< FuncFactory* > FunctionLookupImpl::getFunctionFactories() const #include #include -void FunctionLookupImpl::createTable() +void FunctionLookupImpl::createTable(XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *memMgr) { // From the XPath2 Function & Operators list // Accessors: // fn:node-name - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:nilled - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:string - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:data - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:base-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:document-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Debug Functions: // fn:error - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:trace - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Special Constructor Functions: // fn:dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on numeric values: // fn:abs - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:ceiling - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:floor - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:round - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:round-half-to-even - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on strings // fn:codepoints-to-string - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:string-to-codepoints - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:compare - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:codepoint-equal - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:concat - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:string-join - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:substring - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:string-length - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:normalize-space - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:normalize-unicode - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:upper-case - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:lower-case - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:translate - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:encode-for-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:iri-to-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:escape-html-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:contains - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:starts-with - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:ends-with - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:substring-before - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:substring-after - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:matches - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:replace - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:tokenize - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on boolean values // fn:true - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:false - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:not - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on date values // fn:years-from-duration - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:months-from-duration - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:days-from-duration - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:hours-from-duration - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:minutes-from-duration - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:seconds-from-duration - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:year-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:month-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:day-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:hours-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:minutes-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:seconds-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:timezone-from-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:year-from-date - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:month-from-date - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:day-from-date - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:timezone-from-date - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:hours-from-time - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:minutes-from-time - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:seconds-from-time - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:timezone-from-time - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:adjust-dateTime-to-timezone - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:adjust-date-to-timezone - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:adjust-time-to-timezone - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on QName values // fn:resolve-QName - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:QName - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:prefix-from-QName - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:local-name-from-QName - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:namespace-uri-from-QName - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:namespace-uri-for-prefix - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:in-scope-prefixes - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on anyURI values // fn:resolve-URI - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on nodes // fn:name - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:local-name - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:namespace-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:number - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:lang - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:root - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Functions on sequences // fn::zero-or-one - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn::one-or-more - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn::exactly-one - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:boolean - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:index-of - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:empty - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:exists - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:distinct-values - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:insert-before - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:remove - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:reverse - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:subsequence - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:unordered - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:deep-equal - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:count - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:avg - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:max - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:min - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:sum - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:id - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:idref - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:doc - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:doc-available - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:collection - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // Context functions // fn:position - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:last - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:current-dateTime - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:current-date - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:current-time - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:implicit-timezone - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:default-collation - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); // fn:static-base-uri - insertFunction(new (_memMgr) FuncFactoryTemplate()); + insertFunction(new (memMgr) FuncFactoryTemplate(memMgr)); } diff --git a/src/functions/FunctionLookupImpl.hpp b/src/functions/FunctionLookupImpl.hpp index 84f6ca9a..548509af 100644 --- a/src/functions/FunctionLookupImpl.hpp +++ b/src/functions/FunctionLookupImpl.hpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: FunctionLookupImpl.hpp,v 1.9 2006/11/01 16:37:19 jpcs Exp $ + * $Id: FunctionLookupImpl.hpp,v 1.9.2.1 2007/01/12 18:04:46 gmfeinberg Exp $ */ #ifndef _FLOOKUPIMPL_HPP @@ -20,11 +20,13 @@ #include #include +class XPath2MemoryManagerImpl; + /** class implementing a lookup table for functions */ class XQILLA_API FunctionLookupImpl : public FunctionLookup { public: - FunctionLookupImpl(XPath2MemoryManager* memMgr); + FunctionLookupImpl(XPath2MemoryManager* memMgr, bool addGlobals = false); virtual ~FunctionLookupImpl(); ///insert a new function factory @@ -40,14 +42,20 @@ public: virtual std::vector< std::pair > getFunctions() const; virtual std::vector< FuncFactory* > getFunctionFactories() const; +public: + static void initialize(); + static void terminate(); + protected: ///function to create the table - void createTable(); + void createTable(XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *memMgr); + +private: + static FunctionLookupImpl *g_globalFunctionTable; + static XPath2MemoryManagerImpl *g_memMgr; private: - XERCES_CPP_NAMESPACE_QUALIFIER XMLStringPool _uriPool; XERCES_CPP_NAMESPACE_QUALIFIER RefHash2KeysTableOf< FuncFactory > _funcTable; - XPath2MemoryManager* _memMgr; }; diff --git a/src/functions/XQUserFunction.cpp b/src/functions/XQUserFunction.cpp index 078e0f2a..32de3558 100644 --- a/src/functions/XQUserFunction.cpp +++ b/src/functions/XQUserFunction.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQUserFunction.cpp,v 1.21 2006/11/01 16:37:20 jpcs Exp $ + * $Id: XQUserFunction.cpp,v 1.21.2.2 2007/01/23 11:58:21 jpcs Exp $ */ ////////////////////////////////////////////////////////////////////// @@ -71,6 +71,7 @@ XQUserFunction::XQUserFunction(const XMLCh* fnName, VectorOfFunctionParameters* m_pMemMgr(ctx->getMemoryManager()), _src(ctx->getMemoryManager()), m_bCalculatingSRC(false), + m_qname(1023, m_pMemMgr), m_moduleDocCache(NULL) { int nColon=XERCES_CPP_NAMESPACE_QUALIFIER XMLString::indexOf(fnName,':'); @@ -102,6 +103,8 @@ XQUserFunction::XQUserFunction(const XMLCh* fnName, VectorOfFunctionParameters* m_pReturnPattern=returnValue; m_pParams=params; + m_qname.set(m_szName); + m_qname.append(m_szURI); } const XMLCh* XQUserFunction::getFullName() const @@ -118,6 +121,10 @@ const XMLCh *XQUserFunction::getURI() const { return m_szURI; } +const XMLCh *XQUserFunction::getQName() const +{ + return m_qname.getRawBuffer(); +} unsigned int XQUserFunction::getMinArgs() const { @@ -334,14 +341,10 @@ ASTNode* XQUserFunction::XQFunctionEvaluator::staticResolution(StaticContext* co VectorOfASTNodes::iterator argIt = _args.begin(); for(VectorOfFunctionParameters::iterator defIt = m_pFuncDef->m_pParams->begin(); defIt != m_pFuncDef->m_pParams->end() && argIt != _args.end(); ++defIt, ++argIt) { - if((*defIt)->_qname || context->isDebuggingEnabled()) { - *argIt = (*defIt)->m_pType->convertFunctionArg(*argIt, context, /*numericfunction*/false, *argIt); - *argIt = (*argIt)->staticResolution(context); - } - else { - // Don't resolve the argument, since it isn't used by the function body, but at least run staticResolution to catch static errors - (*argIt)->staticResolution(context); - } + // The doesn't allow us to skip static errors, so we have to check even if + // the parameter isn't used + *argIt = (*defIt)->m_pType->convertFunctionArg(*argIt, context, /*numericfunction*/false, *argIt); + *argIt = (*argIt)->staticResolution(context); } } @@ -364,14 +367,13 @@ ASTNode* XQUserFunction::XQFunctionEvaluator::staticTyping(StaticContext* contex VectorOfASTNodes::iterator argIt = _args.begin(); for(VectorOfFunctionParameters::iterator defIt = m_pFuncDef->m_pParams->begin(); defIt != m_pFuncDef->m_pParams->end() && argIt != _args.end(); ++defIt, ++argIt) { - if((*defIt)->_qname || context->isDebuggingEnabled()) { - *argIt = (*argIt)->staticTyping(context); - _src.add((*argIt)->getStaticResolutionContext()); - } - else { - // Don't resolve the argument, since it isn't used by the function body, but at least run staticResolution to catch static errors - (*argIt)->staticTyping(context); - } + // The doesn't allow us to skip static errors, so we have to check even if + // the parameter isn't used + + // TBD Check all static errors in staticResolution, so we can skip static typing - jpcs + // if((*defIt)->_qname || context->isDebuggingEnabled()) { + *argIt = (*argIt)->staticTyping(context); + _src.add((*argIt)->getStaticResolutionContext()); } } diff --git a/src/parser/XQParser.cpp b/src/parser/XQParser.cpp index 9e8bc9cf..1e2ce333 100644 --- a/src/parser/XQParser.cpp +++ b/src/parser/XQParser.cpp @@ -3583,7 +3583,7 @@ yyreduce: yyerror((yylsp[-1]), "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); CONTEXT->setNamespaceBinding((yyvsp[-3].str),(yyvsp[-1].str)); try { - QP->_query->importModule((yyvsp[-1].str),(yyvsp[0].stringList),CONTEXT); + QP->_query->importModule(LANGUAGE,(yyvsp[-1].str),(yyvsp[0].stringList),CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), (yylsp[-6]).first_line, (yylsp[-6]).first_column); @@ -3601,7 +3601,7 @@ yyreduce: yyerror((yylsp[0]), "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); CONTEXT->setNamespaceBinding((yyvsp[-2].str),(yyvsp[0].str)); try { - QP->_query->importModule((yyvsp[0].str),NULL,CONTEXT); + QP->_query->importModule(LANGUAGE,(yyvsp[0].str),NULL,CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), (yylsp[-5]).first_line, (yylsp[-5]).first_column); @@ -3618,7 +3618,7 @@ yyreduce: if(XERCES_CPP_NAMESPACE_QUALIFIER XMLString::stringLen((yyvsp[-1].str))==0) yyerror((yylsp[-1]), "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); try { - QP->_query->importModule((yyvsp[-1].str),(yyvsp[0].stringList),CONTEXT); + QP->_query->importModule(LANGUAGE,(yyvsp[-1].str),(yyvsp[0].stringList),CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), (yylsp[-3]).first_line, (yylsp[-3]).first_column); @@ -3635,7 +3635,7 @@ yyreduce: if(XERCES_CPP_NAMESPACE_QUALIFIER XMLString::stringLen((yyvsp[0].str))==0) yyerror((yylsp[0]), "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); try { - QP->_query->importModule((yyvsp[0].str),NULL,CONTEXT); + QP->_query->importModule(LANGUAGE,(yyvsp[0].str),NULL,CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), (yylsp[-2]).first_line, (yylsp[-2]).first_column); diff --git a/src/parser/XQParser.y b/src/parser/XQParser.y index 0e0001e8..0d0f0642 100644 --- a/src/parser/XQParser.y +++ b/src/parser/XQParser.y @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQParser.y,v 1.15 2006/11/21 14:42:40 jpcs Exp $ + * $Id: XQParser.y,v 1.15.2.1 2007/01/03 19:19:51 jpcs Exp $ */ %{ @@ -1013,7 +1013,7 @@ ModuleImport: yyerror(@6, "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); CONTEXT->setNamespaceBinding($4,$6); try { - QP->_query->importModule($6,$7,CONTEXT); + QP->_query->importModule(LANGUAGE,$6,$7,CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), @1.first_line, @1.first_column); @@ -1028,7 +1028,7 @@ ModuleImport: yyerror(@6, "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); CONTEXT->setNamespaceBinding($4,$6); try { - QP->_query->importModule($6,NULL,CONTEXT); + QP->_query->importModule(LANGUAGE,$6,NULL,CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), @1.first_line, @1.first_column); @@ -1042,7 +1042,7 @@ ModuleImport: if(XERCES_CPP_NAMESPACE_QUALIFIER XMLString::stringLen($3)==0) yyerror(@3, "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); try { - QP->_query->importModule($3,$4,CONTEXT); + QP->_query->importModule(LANGUAGE,$3,$4,CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), @1.first_line, @1.first_column); @@ -1056,7 +1056,7 @@ ModuleImport: if(XERCES_CPP_NAMESPACE_QUALIFIER XMLString::stringLen($3)==0) yyerror(@3, "The literal that specifies the target namespace in a module import must not be of zero length [err:XQST0088]"); try { - QP->_query->importModule($3,NULL,CONTEXT); + QP->_query->importModule(LANGUAGE,$3,NULL,CONTEXT); } catch(XQException& e) { if(e.getXQueryLine() == 0) e.setXQueryPosition(QP->_query->getFile(), @1.first_line, @1.first_column); diff --git a/src/simple-api/XQQuery.cpp b/src/simple-api/XQQuery.cpp index 8d1730dd..79ca7dc8 100644 --- a/src/simple-api/XQQuery.cpp +++ b/src/simple-api/XQQuery.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQQuery.cpp,v 1.31.2.1 2006/12/08 15:19:12 jpcs Exp $ + * $Id: XQQuery.cpp,v 1.31.2.2 2007/01/03 19:19:51 jpcs Exp $ */ ////////////////////////////////////////////////////////////////////// @@ -362,7 +362,8 @@ protected: const XMLCh* m_PreviousModuleNamespace; }; -void XQQuery::importModule(const XMLCh* szUri, VectorOfStrings* locations, StaticContext* context) +void XQQuery::importModule(XQilla::Language language, const XMLCh* szUri, + VectorOfStrings* locations, StaticContext* context) { for(ImportedModules::iterator modIt = m_importedModules.begin(); modIt != m_importedModules.end(); ++modIt) { @@ -427,7 +428,7 @@ void XQQuery::importModule(const XMLCh* szUri, VectorOfStrings* locations, Stati moduleCtx->setXMLEntityResolver(&loopDetector); moduleCtx->setModuleResolver(context->getModuleResolver()); - XQQuery* pParsedQuery = XQilla::parse(*srcToUse, XQilla::XQUERY, moduleCtx); + XQQuery* pParsedQuery = XQilla::parse(*srcToUse, language, moduleCtx); if(!pParsedQuery->getIsLibraryModule()) { XMLBuffer buf(1023,context->getMemoryManager()); diff --git a/src/utils/PrintAST.cpp b/src/utils/PrintAST.cpp index 78b5924e..f0df75a7 100644 --- a/src/utils/PrintAST.cpp +++ b/src/utils/PrintAST.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: PrintAST.cpp,v 1.15 2006/12/01 23:16:59 gmfeinberg Exp $ + * $Id: PrintAST.cpp,v 1.15.2.1 2007/01/03 19:19:51 jpcs Exp $ */ #include "../config/xqilla_config.h" @@ -92,15 +92,24 @@ string PrintAST::print(const XQQuery *query, const DynamicContext *context, int { ostringstream s; - s << getIndent(indent) << "getIsLibraryModule()) { - s << " module=\"true\""; + s << in << "getModuleTargetNamespace()) { s << " targetNamespace=\"" << UTF8(query->getModuleTargetNamespace()) << "\""; } s << ">" << endl; - indent += INDENT; + + const ImportedModules &modules = query->getImportedModules(); + for(ImportedModules::const_iterator it = modules.begin(); + it != modules.end(); ++it) { + s << print(*it, context, indent + INDENT); + } PrintAST p; @@ -116,18 +125,24 @@ string PrintAST::print(const XQQuery *query, const DynamicContext *context, int name += "}:"; name += UTF8(funName); - s << " " << endl; - s << p.printASTNode(f->getFunctionBody(), context, 2); - s << " " << endl; + s << in << " " << endl; + s << p.printASTNode(f->getFunctionBody(), context, indent + INDENT + INDENT); + s << in << " " << endl; } for(vector >::const_iterator it = query->getVariables().begin(); it != query->getVariables().end(); ++it) { - s << p.printGlobal(*it, context, indent); + s << p.printGlobal(*it, context, indent + INDENT); } - s << p.printASTNode(query->getQueryBody(), context, indent); - indent -= INDENT; - s << getIndent(indent) << "" << endl; + if(query->getQueryBody() != 0) + s << p.printASTNode(query->getQueryBody(), context, indent + INDENT); + + if(query->getIsLibraryModule()) { + s << in << ""; + } + else { + s << in << ""; + } return s.str(); } diff --git a/src/utils/XQillaPlatformUtils.cpp b/src/utils/XQillaPlatformUtils.cpp index 3a6d7ce4..fd060e92 100644 --- a/src/utils/XQillaPlatformUtils.cpp +++ b/src/utils/XQillaPlatformUtils.cpp @@ -8,7 +8,7 @@ * * See the file LICENSE for redistribution information. * - * $Id: XQillaPlatformUtils.cpp,v 1.9.2.1 2006/12/08 15:19:12 jpcs Exp $ + * $Id: XQillaPlatformUtils.cpp,v 1.9.2.2 2007/01/12 18:04:46 gmfeinberg Exp $ */ #include "../config/xqilla_config.h" @@ -22,6 +22,7 @@ #include #include "../dom-api/XQillaImplementation.hpp" +#include "../functions/FunctionLookupImpl.hpp" #include "DateUtils.hpp" #include @@ -40,6 +41,7 @@ void XQillaPlatformUtils::initialize(MemoryManager *memMgr) { XQillaImplementation::initialize(); m_apm_mt_initialize(); DateUtils::initialize(); + FunctionLookupImpl::initialize(); // Expand the Xerces Built-in registry to include xs:anyAtomicType DatatypeValidator* dv = new AnyAtomicTypeDatatypeValidator(); @@ -58,6 +60,7 @@ void XQillaPlatformUtils::terminate() { m_apm_free_all_mem_mt(); DateUtils::terminate(); m_apm_mt_terminate(); + FunctionLookupImpl::terminate(); XQillaImplementation::terminate(); XMLPlatformUtils::Terminate(); }