summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-24 01:27:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-24 01:27:50 +0000
commit71f5eabfe124b8e288ffd0984c42f97efaa31fdb (patch)
treeb91d389c4c56f6ad65d019fc41db3225123ed9ad /textproc
parent* Correct the info filename (diff)
New port: xalan-c v. 1.4 (XSLT engine and XPath implementation)
lan-C++ is an implementation of XSL Transformations (XSLT) and XML Path Language (XPath). It works hand in hand with the XML parser Xerces-C++ version 2. For mor information please visit the homepage: WWW: http://xml.apache.org/xalan-c/index.html PR: ports/44430 Submitted by: Christopher Kelly <christopher.kelly@uk.yahoo-inc.com>,Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Notes
Notes: svn path=/head/; revision=87576
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/xalan-c/Makefile162
-rw-r--r--textproc/xalan-c/Makefile.alpha10
-rw-r--r--textproc/xalan-c/Makefile.inc-sample-src112
-rw-r--r--textproc/xalan-c/Makefile.sparc6414
-rw-r--r--textproc/xalan-c/distinfo2
-rw-r--r--textproc/xalan-c/pkg-descr9
-rw-r--r--textproc/xalan-c/pkg-plist4465
-rw-r--r--textproc/xalan-c/scripts/configure.xalan-c130
9 files changed, 4905 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8c90939bb1cb..8667223ee1b1 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -437,6 +437,7 @@
SUBDIR += word2x
SUBDIR += wordnet
SUBDIR += wv
+ SUBDIR += xalan-c
SUBDIR += xerces-c
SUBDIR += xerces-c2
SUBDIR += xerces-j
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
new file mode 100644
index 000000000000..e4fa7f50beb2
--- /dev/null
+++ b/textproc/xalan-c/Makefile
@@ -0,0 +1,162 @@
+# New ports collection makefile for: xalan-c
+# Date created: 26 October 2002
+# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net)
+#
+# $FreeBSD$
+#
+# ------------------------------------------------------------------------------
+
+PORTNAME= xalan-c
+PORTVERSION= 1.6.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_APACHE_XML}
+MASTER_SITE_SUBDIR= xalan-c
+.if defined(DEBUG)
+PKGNAMESUFFIX+= -debug
+.endif
+DISTNAME= Xalan-C_${PORTVERSION:S/./_/:R:S/\..*//g}-src
+.if !defined(NOPORTDOCS)
+DISTFILES+= Xalan-C_${PORTVERSION:S/./_/:R:S/\..*//g}-src${EXTRACT_SUFX} \
+ ${DOCS_TARBALL}
+EXTRACT_ONLY= Xalan-C_${PORTVERSION:S/./_/:R:S/\..*//g}-src${EXTRACT_SUFX}
+.endif
+
+MAINTAINER= bzeeb+freebsdports@zabbadoz.net
+COMMENT= XSLT processor from the Apache XML Project
+
+.if !defined(NOPORTDOCS)
+DOCS_TARBALL= Xalan-C_${PORTVERSION:S/./_/:R:S/\..*//g}-docs${EXTRACT_SUFX}
+.endif
+
+# expect this to get broken some day
+NO_FILTER_SHLIBS= yes
+INSTALLS_SHLIB= yes
+
+WRKSRC= ${WRKDIR}/xml-xalan/c
+XALANWRKSRC= ${WRKSRC}/src/xalanc
+CONFIGURE_WRKSRC= ${XALANWRKSRC}
+BUILD_WRKSRC= ${XALANWRKSRC}
+INSTALL_WRKSRC= ${XALANWRKSRC}
+
+USE_SUBMAKE= yes
+# this IS UGLY but what should I do ? PKGNAMESUFFIX in SUBMAKE else will fail
+EXTRACT_COOKIE= ${WRKDIR}/.extract_done.${PORTNAME}
+CONFIGURE_COOKIE= ${WRKDIR}/.configure_done.${PORTNAME}
+INSTALL_COOKIE= ${WRKDIR}/.install_done.${PORTNAME}
+BUILD_COOKIE= ${WRKDIR}/.build_done.${PORTNAME}
+PATCH_COOKIE= ${WRKDIR}/.patch_done.${PORTNAME}
+PACKAGE_COOKIE= ${WRKDIR}/.package_done.${PORTNAME}
+
+USE_GMAKE= yes
+MAKE_ENV+= XALANCROOT=${WRKSRC}
+MAKE_ENV+= XERCESCROOT=${XERCESCROOT}
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= runConfigure
+CONFIGURE_ENV+= XALANCROOT=${WRKSRC}
+CONFIGURE_ENV+= XERCESCROOT=${XERCESCROOT}
+CONFIGURE_ARGS+= -p freebsd -c ${CC} -x ${CXX} -z -I${LOCALBASE}/include -C --prefix=${PREFIX}
+
+.include <bsd.port.pre.mk>
+
+.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
+.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
+.endif
+
+.if defined(DEBUG)
+CONFIGURE_ARGS+= -d
+STRIP=
+.endif
+
+# get to know this automagically depending what libxerces-c is linked against
+.if defined(NO_THREADS)
+CONFIGURE_ARGS+= -r none
+.else
+CONFIGURE_ARGS+= -r pthread
+.endif
+
+XALANC_LIB_VERSION= ${PORTVERSION:S/.//:R}
+XALANC_LIB= libxalan-c.so.${PORTVERSION:S/.//}
+PLIST_SUB+= XALANC_LIB=${XALANC_LIB} \
+ XALANC_LIB_VERSION=${XALANC_LIB_VERSION}
+
+SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
+ WRKSRC="${WRKSRC}" \
+ REALCURDIR="${.CURDIR}" \
+ MKDIR="${MKDIR}" \
+ PKG_INFO="${PKG_INFO}" \
+ GREP="${GREP}" \
+ SED="${SED}" \
+ ECHO="${ECHO}" \
+ TOUCH="${TOUCH}" \
+ FIND="${FIND}" \
+ CP="${CP}" \
+ RM="${RM}" \
+ CHMOD="${CHMOD}" \
+ LDCONFIG="${LDCONFIG}" \
+ PORTSDIR="${PORTSDIR}" \
+ LOCALBASE="${LOCALBASE}" \
+ XALAN_USE_ICU="${XALAN_USE_ICU}"
+
+.if !defined(NO_SAMPLES)
+PLIST_SUB+= NO_SAMPLES=""
+ALL_TARGET?= all samples
+SAMPLE_BINS= CompileStylesheet DocumentBuilder ExternalFunction \
+ ParsedSourceWrappers SerializeNodeSet SimpleTransform \
+ SimpleXPathAPI SimpleXPathCAPI StreamTransform \
+ TraceListen TransformToXercesDOM UseStylesheetParam \
+ XPathWrapper XalanTransform XalanTransformerCallback
+.else
+PLIST_SUB+= NO_SAMPLES="@comment "
+.endif
+
+.if !defined(NOPORTDOCS)
+PLIST_SUB+= NOPORTDOCS=""
+.else
+PLIST_SUB+= NOPORTDOCS="@comment "
+.endif
+
+pre-everything::
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+ @${ECHO} ''
+ @${ECHO} 'You may use the following build options by defining'
+ @${ECHO} 'them on the command line with -D'
+ @${ECHO} ''
+ @${ECHO} 'NO_THREADS do not build a thread enabled shared library'
+ @${ECHO} ' (set if xerces-c2 got compiled w/o threads)'
+ @${ECHO} 'NO_SAMPLES do not copy sample binaries and sources'
+ @${ECHO} 'NOPORTDOCS do not include documentation'
+ @${ECHO} 'DEBUG include debugging information, do not strip'
+ @${ECHO} ''
+ @${ECHO} 'Also you may set the following options (without -D):'
+ @${ECHO} ''
+ @${ECHO} 'XALAN_USE_ICU=1 if xerces-c2 got compiled with'
+ @${ECHO} ' icu support and autodetect fails.'
+ @${ECHO} ''
+ @/bin/sleep 2
+.endif
+ @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.${PORTNAME}
+
+post-install:
+.if !defined(DEBUG)
+ @${STRIP_CMD} ${PREFIX}/lib/${XALANC_LIB}
+.endif
+.if !defined(NO_SAMPLES)
+.for i in ${SAMPLE_BINS}
+ @${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin
+.endfor
+.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc-sample-src)
+.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc-sample-src"
+.endif
+.endif
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ cd ${DOCSDIR} && \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+ ${_DISTDIR}/${DOCS_TARBALL} ${EXTRACT_AFTER_ARGS}
+.endif
+
+post-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+
+.include <bsd.port.post.mk>
diff --git a/textproc/xalan-c/Makefile.alpha b/textproc/xalan-c/Makefile.alpha
new file mode 100644
index 000000000000..9a77cbffccad
--- /dev/null
+++ b/textproc/xalan-c/Makefile.alpha
@@ -0,0 +1,10 @@
+# Date created: 29 December 2002
+# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net)
+#
+# $FreeBSD: /tmp/pcvs/ports/textproc/xalan-c/Attic/Makefile.alpha,v 1.1 2003-08-24 01:27:50 edwin Exp $
+#
+
+# set bitsToBuild to 64
+CONFIGURE_ARGS+= -b 64
+SAMPLES_CONFIG_ARGS+= -b 64
+
diff --git a/textproc/xalan-c/Makefile.inc-sample-src b/textproc/xalan-c/Makefile.inc-sample-src
new file mode 100644
index 000000000000..226b311fd332
--- /dev/null
+++ b/textproc/xalan-c/Makefile.inc-sample-src
@@ -0,0 +1,112 @@
+ ${MKDIR} ${EXAMPLESDIR}/ApacheModuleXSLT
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/ApacheModuleXSLT/mod_xslt.c \
+ ${EXAMPLESDIR}/ApacheModuleXSLT/
+ ${MKDIR} ${EXAMPLESDIR}/ApacheModuleXSLT/xslt
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/ApacheModuleXSLT/xslt/apachemod.xml \
+ ${WRKSRC}/samples/ApacheModuleXSLT/xslt/apachemod.xsl \
+ ${WRKSRC}/samples/ApacheModuleXSLT/xslt/foo.xml \
+ ${WRKSRC}/samples/ApacheModuleXSLT/xslt/foo.xsl \
+ ${EXAMPLESDIR}/ApacheModuleXSLT/xslt/
+ ${MKDIR} ${EXAMPLESDIR}/CompileStylesheet
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/CompileStylesheet/CompileStylesheet.cpp \
+ ${WRKSRC}/samples/CompileStylesheet/foo.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo.xsl \
+ ${WRKSRC}/samples/CompileStylesheet/foo1.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo10.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo2.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo3.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo4.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo5.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo6.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo7.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo8.xml \
+ ${WRKSRC}/samples/CompileStylesheet/foo9.xml \
+ ${EXAMPLESDIR}/CompileStylesheet/
+ ${MKDIR} ${EXAMPLESDIR}/DocumentBuilder
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/DocumentBuilder/DocumentBuilder.cpp \
+ ${WRKSRC}/samples/DocumentBuilder/foo.xsl \
+ ${EXAMPLESDIR}/DocumentBuilder/
+ ${MKDIR} ${EXAMPLESDIR}/ExternalFunction
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/ExternalFunction/ExternalFunction.cpp \
+ ${WRKSRC}/samples/ExternalFunction/foo.xml \
+ ${WRKSRC}/samples/ExternalFunction/foo.xsl \
+ ${EXAMPLESDIR}/ExternalFunction/
+ ${MKDIR} ${EXAMPLESDIR}/ParsedSourceWrappers
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/ParsedSourceWrappers/ParsedSourceWrappers.cpp \
+ ${WRKSRC}/samples/ParsedSourceWrappers/foo.xml \
+ ${WRKSRC}/samples/ParsedSourceWrappers/foo.xsl \
+ ${EXAMPLESDIR}/ParsedSourceWrappers/
+ ${MKDIR} ${EXAMPLESDIR}/SerializeNodeSet
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/SerializeNodeSet/SerializeNodeSet.cpp \
+ ${WRKSRC}/samples/SerializeNodeSet/foo.xml \
+ ${EXAMPLESDIR}/SerializeNodeSet/
+ ${MKDIR} ${EXAMPLESDIR}/SimpleTransform
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/SimpleTransform/SimpleTransform.cpp \
+ ${WRKSRC}/samples/SimpleTransform/foo.xml \
+ ${WRKSRC}/samples/SimpleTransform/foo.xsl \
+ ${EXAMPLESDIR}/SimpleTransform/
+ ${MKDIR} ${EXAMPLESDIR}/SimpleXPathAPI
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/SimpleXPathAPI/SimpleXPathAPI.cpp \
+ ${WRKSRC}/samples/SimpleXPathAPI/foo.xml \
+ ${EXAMPLESDIR}/SimpleXPathAPI/
+ ${MKDIR} ${EXAMPLESDIR}/SimpleXPathCAPI
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/SimpleXPathCAPI/SimpleXPathCAPI.c \
+ ${WRKSRC}/samples/SimpleXPathCAPI/foo.xml \
+ ${EXAMPLESDIR}/SimpleXPathCAPI/
+ ${MKDIR} ${EXAMPLESDIR}/StreamTransform
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/StreamTransform/StreamTransform.cpp \
+ ${EXAMPLESDIR}/StreamTransform/
+ ${MKDIR} ${EXAMPLESDIR}/ThreadSafe
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/ThreadSafe/ThreadSafe.cpp \
+ ${WRKSRC}/samples/ThreadSafe/birds.xml \
+ ${WRKSRC}/samples/ThreadSafe/birds.xsl \
+ ${EXAMPLESDIR}/ThreadSafe/
+ ${MKDIR} ${EXAMPLESDIR}/TraceListen
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/TraceListen/TraceListen.cpp \
+ ${WRKSRC}/samples/TraceListen/birds.xml \
+ ${WRKSRC}/samples/TraceListen/birds.xsl \
+ ${EXAMPLESDIR}/TraceListen/
+ ${MKDIR} ${EXAMPLESDIR}/TransformToXercesDOM
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/TransformToXercesDOM/TransformToXercesDOM.cpp \
+ ${WRKSRC}/samples/TransformToXercesDOM/birds.xml \
+ ${WRKSRC}/samples/TransformToXercesDOM/birds.xsl \
+ ${EXAMPLESDIR}/TransformToXercesDOM/
+ ${MKDIR} ${EXAMPLESDIR}/UseStylesheetParam
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/UseStylesheetParam/UseStylesheetParam.cpp \
+ ${WRKSRC}/samples/UseStylesheetParam/foo.xml \
+ ${WRKSRC}/samples/UseStylesheetParam/foo.xsl \
+ ${EXAMPLESDIR}/UseStylesheetParam/
+ ${MKDIR} ${EXAMPLESDIR}/XPathWrapper
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/XPathWrapper/TestDriver.cpp \
+ ${WRKSRC}/samples/XPathWrapper/XPathWrapper.cpp \
+ ${WRKSRC}/samples/XPathWrapper/XPathWrapper.hpp \
+ ${WRKSRC}/samples/XPathWrapper/foo.xml \
+ ${EXAMPLESDIR}/XPathWrapper/
+ ${MKDIR} ${EXAMPLESDIR}/XalanTransform
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/XalanTransform/XalanTransform.cpp \
+ ${WRKSRC}/samples/XalanTransform/foo.xml \
+ ${WRKSRC}/samples/XalanTransform/foo.xsl \
+ ${EXAMPLESDIR}/XalanTransform/
+ ${MKDIR} ${EXAMPLESDIR}/XalanTransformerCallback
+ ${INSTALL_DATA} \
+ ${WRKSRC}/samples/XalanTransformerCallback/XalanTransformerCallback.cpp \
+ ${WRKSRC}/samples/XalanTransformerCallback/foo.xml \
+ ${WRKSRC}/samples/XalanTransformerCallback/foo.xsl \
+ ${EXAMPLESDIR}/XalanTransformerCallback/
diff --git a/textproc/xalan-c/Makefile.sparc64 b/textproc/xalan-c/Makefile.sparc64
new file mode 100644
index 000000000000..8bf74efea238
--- /dev/null
+++ b/textproc/xalan-c/Makefile.sparc64
@@ -0,0 +1,14 @@
+# Date created: 26 December 2002
+# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net)
+#
+# $FreeBSD: /tmp/pcvs/ports/textproc/xalan-c/Attic/Makefile.sparc64,v 1.1 2003-08-24 01:27:50 edwin Exp $
+#
+
+# When there are no probs with libc_r / pthreads on sparc64-freebsd we
+# should remove this files or make it conditional on OSVERSION
+NO_THREADS= yes
+
+# set bitsToBuild to 64
+CONFIGURE_ARGS+= -b 64
+SAMPLES_CONFIG_ARGS+= -b 64
+
diff --git a/textproc/xalan-c/distinfo b/textproc/xalan-c/distinfo
new file mode 100644
index 000000000000..9f24af59138a
--- /dev/null
+++ b/textproc/xalan-c/distinfo
@@ -0,0 +1,2 @@
+MD5 (Xalan-C_1_6-docs.tar.gz) = d950040ba0e275d18172f216df194d16
+MD5 (Xalan-C_1_6-src.tar.gz) = 583bcfdf055cf4e8cbe7066a244c3169
diff --git a/textproc/xalan-c/pkg-descr b/textproc/xalan-c/pkg-descr
new file mode 100644
index 000000000000..ccbb9d361b8d
--- /dev/null
+++ b/textproc/xalan-c/pkg-descr
@@ -0,0 +1,9 @@
+Xalan-C++ is an implementation of XSL Transformations (XSLT) and
+XML Path Language (XPath).
+It works hand in hand with the XML parser Xerces-C++ version 2.
+
+For mor information please visit the homepage:
+WWW: http://xml.apache.org/xalan-c/index.html
+
+- Bjoern A. Zeeb
+bzeeb+freebsdports@zabbadoz.net
diff --git a/textproc/xalan-c/pkg-plist b/textproc/xalan-c/pkg-plist
new file mode 100644
index 000000000000..3727be74694d
--- /dev/null
+++ b/textproc/xalan-c/pkg-plist
@@ -0,0 +1,4465 @@
+include/xalanc/DOMSupport/DOMServices.hpp
+include/xalanc/DOMSupport/DOMSupport.hpp
+include/xalanc/DOMSupport/DOMSupportDefinitions.hpp
+include/xalanc/DOMSupport/DOMSupportDefault.hpp
+include/xalanc/DOMSupport/DOMSupportException.hpp
+include/xalanc/DOMSupport/DOMSupportInit.hpp
+include/xalanc/DOMSupport/TreeWalker.hpp
+include/xalanc/DOMSupport/XalanDocumentPrefixResolver.hpp
+include/xalanc/DOMSupport/XalanNamespacesStack.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/FunctionICUFormatNumber.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUBridge.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUBridgeCleanup.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUBridgeCollationCompareFunctor.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUBridgeDefinitions.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUXalanNumberFormatFactory.hpp
+%%ICUDEP%%include/xalanc/ICUBridge/ICUXalanNumberFormatProxy.hpp
+include/xalanc/Include/PlatformDefinitions.hpp
+include/xalanc/Include/AIXDefinitions.hpp
+include/xalanc/Include/GCCDefinitions.hpp
+include/xalanc/Include/HPUXDefinitions.hpp
+include/xalanc/Include/IntelDefinitions.hpp
+include/xalanc/Include/OS390Definitions.hpp
+include/xalanc/Include/XalanAutoPtr.hpp
+include/xalanc/Include/STLHelper.hpp
+include/xalanc/Include/SolarisDefinitions.hpp
+include/xalanc/Include/TRU64Definitions.hpp
+include/xalanc/Include/VCPPDefinitions.hpp
+include/xalanc/Include/XalanArrayKeyMap.hpp
+include/xalanc/Include/XalanObjectCache.hpp
+include/xalanc/Include/XalanVersion.hpp
+include/xalanc/PlatformSupport/ArenaAllocator.hpp
+include/xalanc/PlatformSupport/ArenaBlock.hpp
+include/xalanc/PlatformSupport/AttributeVectorEntry.hpp
+include/xalanc/PlatformSupport/AttributeListImpl.hpp
+include/xalanc/PlatformSupport/AttributeVectorEntryExtended.hpp
+include/xalanc/PlatformSupport/AttributesImpl.hpp
+include/xalanc/PlatformSupport/DOMStringHelper.hpp
+include/xalanc/PlatformSupport/DOMStringPrintWriter.hpp
+include/xalanc/PlatformSupport/DirectoryEnumerator.hpp
+include/xalanc/PlatformSupport/DoubleSupport.hpp
+include/xalanc/PlatformSupport/ExecutionContext.hpp
+include/xalanc/PlatformSupport/FormatterListener.hpp
+include/xalanc/PlatformSupport/NamedNodeMapAttributeList.hpp
+include/xalanc/PlatformSupport/NullPrintWriter.hpp
+include/xalanc/PlatformSupport/PlatformSupportDefinitions.hpp
+include/xalanc/PlatformSupport/PlatformSupportInit.hpp
+include/xalanc/PlatformSupport/PrefixResolver.hpp
+include/xalanc/PlatformSupport/PrintWriter.hpp
+include/xalanc/PlatformSupport/Resettable.hpp
+include/xalanc/PlatformSupport/ReusableArenaAllocator.hpp
+include/xalanc/PlatformSupport/ReusableArenaBlock.hpp
+include/xalanc/PlatformSupport/StdBinInputStream.hpp
+include/xalanc/PlatformSupport/StringTokenizer.hpp
+include/xalanc/PlatformSupport/URISupport.hpp
+include/xalanc/PlatformSupport/Writer.hpp
+include/xalanc/PlatformSupport/XalanAllocator.hpp
+include/xalanc/PlatformSupport/XSLException.hpp
+include/xalanc/PlatformSupport/XalanArrayAllocator.hpp
+include/xalanc/PlatformSupport/XalanBitmap.hpp
+include/xalanc/PlatformSupport/XalanDOMStringAllocator.hpp
+include/xalanc/PlatformSupport/XalanDOMStringCache.hpp
+include/xalanc/PlatformSupport/XalanDOMStringHashTable.hpp
+include/xalanc/PlatformSupport/XalanDOMStringPool.hpp
+include/xalanc/PlatformSupport/XalanDecimalFormat.hpp
+include/xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp
+include/xalanc/PlatformSupport/XalanEncodingPropertyCache.hpp
+include/xalanc/PlatformSupport/XalanFileOutputStream.hpp
+include/xalanc/PlatformSupport/XalanFStreamOutputStream.hpp
+include/xalanc/PlatformSupport/XalanLocator.hpp
+include/xalanc/PlatformSupport/XalanNamespace.hpp
+include/xalanc/PlatformSupport/XalanNullOutputStream.hpp
+include/xalanc/PlatformSupport/XalanNumberFormat.hpp
+include/xalanc/PlatformSupport/XalanOutputStream.hpp
+include/xalanc/PlatformSupport/XalanOutputStreamPrintWriter.hpp
+include/xalanc/PlatformSupport/XalanParsedURI.hpp
+include/xalanc/PlatformSupport/XalanReferenceCountedObject.hpp
+include/xalanc/PlatformSupport/XalanSimplePrefixResolver.hpp
+include/xalanc/PlatformSupport/XalanStdOutputStream.hpp
+include/xalanc/PlatformSupport/XalanToXercesTranscoderWrapper.hpp
+include/xalanc/PlatformSupport/XalanTranscodingServices.hpp
+include/xalanc/PlatformSupport/XalanUTF16Transcoder.hpp
+include/xalanc/PlatformSupport/XalanUnicode.hpp
+include/xalanc/PlatformSupport/XalanXMLChar.hpp
+include/xalanc/XMLSupport/FormatterToDOM.hpp
+include/xalanc/XMLSupport/FormatterToHTML.hpp
+include/xalanc/XMLSupport/FormatterToNull.hpp
+include/xalanc/XMLSupport/FormatterToText.hpp
+include/xalanc/XMLSupport/FormatterToXML.hpp
+include/xalanc/XMLSupport/FormatterToXML_UTF8.hpp
+include/xalanc/XMLSupport/FormatterToXML_UTF16.hpp
+include/xalanc/XMLSupport/FormatterTreeWalker.hpp
+include/xalanc/XMLSupport/XMLParserLiaison.hpp
+include/xalanc/XMLSupport/XMLSupportDefinitions.hpp
+include/xalanc/XMLSupport/XMLSupportException.hpp
+include/xalanc/XMLSupport/XMLSupportInit.hpp
+include/xalanc/XMLSupport/XalanHTMLElementsProperties.hpp
+include/xalanc/XPath/ElementPrefixResolverProxy.hpp
+include/xalanc/XPath/FormatterStringLengthCounter.hpp
+include/xalanc/XPath/FoundIndex.hpp
+include/xalanc/XPath/Function.hpp
+include/xalanc/XPath/FunctionConcat.hpp
+include/xalanc/XPath/FunctionContains.hpp
+include/xalanc/XPath/FunctionID.hpp
+include/xalanc/XPath/FunctionLang.hpp
+include/xalanc/XPath/FunctionNamespaceURI.hpp
+include/xalanc/XPath/FunctionNormalizeSpace.hpp
+include/xalanc/XPath/FunctionStartsWith.hpp
+include/xalanc/XPath/FunctionString.hpp
+include/xalanc/XPath/FunctionSubstring.hpp
+include/xalanc/XPath/FunctionSubstringAfter.hpp
+include/xalanc/XPath/XNull.hpp
+include/xalanc/XPath/FunctionSubstringBefore.hpp
+include/xalanc/XPath/FunctionTranslate.hpp
+include/xalanc/XPath/MutableNodeRefList.hpp
+include/xalanc/XPath/NameSpace.hpp
+include/xalanc/XPath/NodeRefList.hpp
+include/xalanc/XPath/NodeRefListBase.hpp
+include/xalanc/XPath/ResultTreeFragBase.hpp
+include/xalanc/XPath/XBoolean.hpp
+include/xalanc/XPath/XNodeSet.hpp
+include/xalanc/XPath/XNodeSetAllocator.hpp
+include/xalanc/XPath/XNodeSetBase.hpp
+include/xalanc/XPath/XNodeSetNodeProxy.hpp
+include/xalanc/XPath/XNodeSetNodeProxyAllocator.hpp
+include/xalanc/XPath/XNodeSetResultTreeFragProxy.hpp
+include/xalanc/XPath/XNumber.hpp
+include/xalanc/XPath/XNumberAllocator.hpp
+include/xalanc/XPath/XNumberBase.hpp
+include/xalanc/XPath/XObject.hpp
+include/xalanc/XPath/XObjectFactory.hpp
+include/xalanc/XPath/XObjectFactoryDefault.hpp
+include/xalanc/XPath/XObjectResultTreeFragProxy.hpp
+include/xalanc/XPath/XObjectResultTreeFragProxyBase.hpp
+include/xalanc/XPath/XObjectResultTreeFragProxyText.hpp
+include/xalanc/XPath/XObjectTypeCallback.hpp
+include/xalanc/XPath/XPath.hpp
+include/xalanc/XPath/XPathAllocator.hpp
+include/xalanc/XPath/XPathDefinitions.hpp
+include/xalanc/XPath/XPathConstructionContext.hpp
+include/xalanc/XPath/XPathConstructionContextDefault.hpp
+include/xalanc/XPath/XPathEnvSupport.hpp
+include/xalanc/XPath/XPathEnvSupportDefault.hpp
+include/xalanc/XPath/XPathEvaluator.hpp
+include/xalanc/XPath/XPathExecutionContext.hpp
+include/xalanc/XPath/XSpan.hpp
+include/xalanc/XPath/XPathExecutionContextDefault.hpp
+include/xalanc/XPath/XPathExpression.hpp
+include/xalanc/XPath/XPathFactory.hpp
+include/xalanc/XPath/XPathFactoryBlock.hpp
+include/xalanc/XPath/XPathFactoryDefault.hpp
+include/xalanc/XPath/XPathFunctionTable.hpp
+include/xalanc/XPath/XPathInit.hpp
+include/xalanc/XPath/XPathParserException.hpp
+include/xalanc/XPath/XPathProcessor.hpp
+include/xalanc/XPath/XPathProcessorImpl.hpp
+include/xalanc/XPath/XString.hpp
+include/xalanc/XPath/XStringAdapter.hpp
+include/xalanc/XPath/XStringAdapterAllocator.hpp
+include/xalanc/XPath/XStringAllocator.hpp
+include/xalanc/XPath/XStringBase.hpp
+include/xalanc/XPath/XStringCached.hpp
+include/xalanc/XPath/XStringCachedAllocator.hpp
+include/xalanc/XPath/XStringReference.hpp
+include/xalanc/XPath/XStringReferenceAllocator.hpp
+include/xalanc/XPath/XToken.hpp
+include/xalanc/XPath/XTokenNumberAdapter.hpp
+include/xalanc/XPath/XTokenNumberAdapterAllocator.hpp
+include/xalanc/XPath/XTokenStringAdapter.hpp
+include/xalanc/XPath/XTokenStringAdapterAllocator.hpp
+include/xalanc/XPath/XUnknown.hpp
+include/xalanc/XPath/XalanQName.hpp
+include/xalanc/XPath/XalanQNameByReference.hpp
+include/xalanc/XPath/XalanQNameByValue.hpp
+include/xalanc/XPath/XalanQNameByValueAllocator.hpp
+include/xalanc/XPath/XalanXPathException.hpp
+include/xalanc/XPathCAPI/XPathCAPI.h
+include/xalanc/XSLT/AVT.hpp
+include/xalanc/XSLT/AVTPart.hpp
+include/xalanc/XSLT/DecimalToRoman.hpp
+include/xalanc/XSLT/AVTPartSimple.hpp
+include/xalanc/XSLT/AVTPartXPath.hpp
+include/xalanc/XSLT/Constants.hpp
+include/xalanc/XSLT/CountersTable.hpp
+include/xalanc/XSLT/ElemApplyImport.hpp
+include/xalanc/XSLT/ElemApplyTemplates.hpp
+include/xalanc/XSLT/ElemAttribute.hpp
+include/xalanc/XSLT/ElemAttributeSet.hpp
+include/xalanc/XSLT/ElemCallTemplate.hpp
+include/xalanc/XSLT/ElemChoose.hpp
+include/xalanc/XSLT/ElemComment.hpp
+include/xalanc/XSLT/ElemCopy.hpp
+include/xalanc/XSLT/ElemCopyOf.hpp
+include/xalanc/XSLT/ElemDecimalFormat.hpp
+include/xalanc/XSLT/ElemElement.hpp
+include/xalanc/XSLT/ElemEmpty.hpp
+include/xalanc/XSLT/ElemExtensionCall.hpp
+include/xalanc/XSLT/ElemFallback.hpp
+include/xalanc/XSLT/ElemForEach.hpp
+include/xalanc/XSLT/ElemIf.hpp
+include/xalanc/XSLT/ElemLiteralResult.hpp
+include/xalanc/XSLT/ElemMessage.hpp
+include/xalanc/XSLT/ElemNumber.hpp
+include/xalanc/XSLT/ElemOtherwise.hpp
+include/xalanc/XSLT/ElemPI.hpp
+include/xalanc/XSLT/ElemParam.hpp
+include/xalanc/XSLT/ElemSort.hpp
+include/xalanc/XSLT/ElemTemplate.hpp
+include/xalanc/XSLT/ElemTemplateElement.hpp
+include/xalanc/XSLT/ElemText.hpp
+include/xalanc/XSLT/ElemTextLiteral.hpp
+include/xalanc/XSLT/ElemUse.hpp
+include/xalanc/XSLT/ElemValueOf.hpp
+include/xalanc/XSLT/ElemVariable.hpp
+include/xalanc/XSLT/ElemWhen.hpp
+include/xalanc/XSLT/ElemWithParam.hpp
+include/xalanc/XSLT/ExtensionFunctionHandler.hpp
+include/xalanc/XSLT/ExtensionNSHandler.hpp
+include/xalanc/XSLT/FunctionCurrent.hpp
+include/xalanc/XSLT/FunctionDocument.hpp
+include/xalanc/XSLT/FunctionElementAvailable.hpp
+include/xalanc/XSLT/FunctionFormatNumber.hpp
+include/xalanc/XSLT/FunctionFunctionAvailable.hpp
+include/xalanc/XSLT/FunctionGenerateID.hpp
+include/xalanc/XSLT/FunctionKey.hpp
+include/xalanc/XSLT/FunctionSystemProperty.hpp
+include/xalanc/XSLT/FunctionUnparsedEntityURI.hpp
+include/xalanc/XSLT/GenerateEvent.hpp
+include/xalanc/XSLT/KeyDeclaration.hpp
+include/xalanc/XSLT/KeyTable.hpp
+include/xalanc/XSLT/NamespacesHandler.hpp
+include/xalanc/XSLT/NodeSortKey.hpp
+include/xalanc/XSLT/NodeSorter.hpp
+include/xalanc/XSLT/OutputContextStack.hpp
+include/xalanc/XSLT/ProblemListener.hpp
+include/xalanc/XSLT/ProblemListenerDefault.hpp
+include/xalanc/XSLT/ResultNamespacesStack.hpp
+include/xalanc/XSLT/ResultTreeFrag.hpp
+include/xalanc/XSLT/ResultTreeFragAllocator.hpp
+include/xalanc/XSLT/SelectionEvent.hpp
+include/xalanc/XSLT/ResultTreeFragBaseNodeRefListBaseProxy.hpp
+include/xalanc/XSLT/Stylesheet.hpp
+include/xalanc/XSLT/StylesheetConstructionContext.hpp
+include/xalanc/XSLT/StylesheetConstructionContextDefault.hpp
+include/xalanc/XSLT/StylesheetExecutionContext.hpp
+include/xalanc/XSLT/StylesheetExecutionContextDefault.hpp
+include/xalanc/XSLT/StylesheetHandler.hpp
+include/xalanc/XSLT/StylesheetRoot.hpp
+include/xalanc/XSLT/TopLevelArg.hpp
+include/xalanc/XSLT/TraceListener.hpp
+include/xalanc/XSLT/TraceListenerDefault.hpp
+include/xalanc/XSLT/TracerEvent.hpp
+include/xalanc/XSLT/VariablesStack.hpp
+include/xalanc/XSLT/XResultTreeFrag.hpp
+include/xalanc/XSLT/XResultTreeFragAllocator.hpp
+include/xalanc/XSLT/XSLTDefinitions.hpp
+include/xalanc/XSLT/XSLTEngineImpl.hpp
+include/xalanc/XSLT/XSLTInit.hpp
+include/xalanc/XSLT/XSLTInputSource.hpp
+include/xalanc/XSLT/XSLTProcessor.hpp
+include/xalanc/XSLT/XSLTProcessorEnvSupport.hpp
+include/xalanc/XSLT/XSLTProcessorEnvSupportDefault.hpp
+include/xalanc/XSLT/XSLTProcessorException.hpp
+include/xalanc/XSLT/XSLTResultTarget.hpp
+include/xalanc/XSLT/XalanAVTAllocator.hpp
+include/xalanc/XSLT/XalanAVTPartSimpleAllocator.hpp
+include/xalanc/XSLT/XalanAVTPartXPathAllocator.hpp
+include/xalanc/XSLT/XalanElemApplyTemplatesAllocator.hpp
+include/xalanc/XSLT/XalanElemAttributeAllocator.hpp
+include/xalanc/XSLT/XalanElemAttributeSetAllocator.hpp
+include/xalanc/XSLT/XalanElemCallTemplateAllocator.hpp
+include/xalanc/XSLT/XalanElemElementAllocator.hpp
+include/xalanc/XSLT/XalanElemEmptyAllocator.hpp
+include/xalanc/XSLT/XalanElemLiteralResultAllocator.hpp
+include/xalanc/XSLT/XalanElemTemplateAllocator.hpp
+include/xalanc/XSLT/XalanElemTextAllocator.hpp
+include/xalanc/XSLT/XalanElemTextLiteralAllocator.hpp
+include/xalanc/XSLT/XalanElemValueOfAllocator.hpp
+include/xalanc/XSLT/XalanElemVariableAllocator.hpp
+include/xalanc/XSLT/XalanNumberingResourceBundle.hpp
+include/xalanc/XSLT/XalanSourceTreeDocumentAllocator.hpp
+include/xalanc/XSLT/XalanSourceTreeDocumentFragmentAllocator.hpp
+include/xalanc/XalanDOM/XalanAttr.hpp
+include/xalanc/XalanDOM/XalanCDATASection.hpp
+include/xalanc/XalanDOM/XalanCharacterData.hpp
+include/xalanc/XalanDOM/XalanComment.hpp
+include/xalanc/XalanDOM/XalanDOMDefinitions.hpp
+include/xalanc/XalanDOM/XalanDOMException.hpp
+include/xalanc/XalanDOM/XalanDOMImplementation.hpp
+include/xalanc/XalanDOM/XalanDOMInit.hpp
+include/xalanc/XalanDOM/XalanDOMString.hpp
+include/xalanc/XalanDOM/XalanDocument.hpp
+include/xalanc/XalanDOM/XalanDocumentFragment.hpp
+include/xalanc/XalanDOM/XalanDocumentType.hpp
+include/xalanc/XalanDOM/XalanElement.hpp
+include/xalanc/XalanDOM/XalanEmptyNamedNodeMap.hpp
+include/xalanc/XalanDOM/XalanEntity.hpp
+include/xalanc/XalanDOM/XalanEntityReference.hpp
+include/xalanc/XalanDOM/XalanNamedNodeMap.hpp
+include/xalanc/XalanDOM/XalanNode.hpp
+include/xalanc/XalanDOM/XalanNodeList.hpp
+include/xalanc/XalanDOM/XalanNodeListDummy.hpp
+include/xalanc/XalanDOM/XalanNodeListSurrogate.hpp
+include/xalanc/XalanDOM/XalanNotation.hpp
+include/xalanc/XalanDOM/XalanProcessingInstruction.hpp
+include/xalanc/XalanDOM/XalanText.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTCommonImpl.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTCommon.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTDefinitions.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTMath.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTMathImpl.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTSet.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTSetImpl.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTString.hpp
+include/xalanc/XalanEXSLT/XalanEXSLTStringImpl.hpp
+include/xalanc/XalanExtensions/XalanExtensionsDefinitions.hpp
+include/xalanc/XalanExtensions/FunctionDifference.hpp
+include/xalanc/XalanExtensions/FunctionDistinct.hpp
+include/xalanc/XalanExtensions/FunctionEvaluate.hpp
+include/xalanc/XalanExtensions/FunctionHasSameNodes.hpp
+include/xalanc/XalanExtensions/FunctionIntersection.hpp
+include/xalanc/XalanExtensions/FunctionNodeSet.hpp
+include/xalanc/XalanExtensions/XalanExtensions.hpp
+include/xalanc/XalanSourceTree/FormatterToSourceTree.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeAttr.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeAttrNS.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeAttributeAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeAttributeNSAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeComment.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeCommentAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeContentHandler.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeDOMSupport.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeDefinitions.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeDocument.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeDocumentFragment.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElement.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementA.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementAAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementANS.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementANSAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementNA.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementNAAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementNANS.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeElementNANSAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeHelper.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeInit.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeText.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeProcessingInstruction.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeProcessingInstructionAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeTextAllocator.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeTextIWS.hpp
+include/xalanc/XalanSourceTree/XalanSourceTreeTextIWSAllocator.hpp
+include/xalanc/XalanTransformer/XalanCAPI.h
+include/xalanc/XalanTransformer/XalanCompiledStylesheet.hpp
+include/xalanc/XalanTransformer/XalanCompiledStylesheetDefault.hpp
+include/xalanc/XalanTransformer/XalanDefaultDocumentBuilder.hpp
+include/xalanc/XalanTransformer/XalanDefaultParsedSource.hpp
+include/xalanc/XalanTransformer/XalanDocumentBuilder.hpp
+include/xalanc/XalanTransformer/XalanParsedSource.hpp
+include/xalanc/XalanTransformer/XalanSourceTreeWrapperParsedSource.hpp
+include/xalanc/XalanTransformer/XalanTransformer.hpp
+include/xalanc/XalanTransformer/XalanTransformerDefinitions.hpp
+include/xalanc/XalanTransformer/XalanTransformerOutputStream.hpp
+include/xalanc/XalanTransformer/XalanTransformerProblemListener.hpp
+include/xalanc/XalanTransformer/XercesDOMParsedSource.hpp
+include/xalanc/XalanTransformer/XercesDOMWrapperParsedSource.hpp
+include/xalanc/XercesParserLiaison/FormatterToDeprecatedXercesDOM.hpp
+include/xalanc/XercesParserLiaison/FormatterToXercesDOM.hpp
+include/xalanc/XercesParserLiaison/XercesAttrBridge.hpp
+include/xalanc/XercesParserLiaison/XercesAttrWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesAttrWrapperAllocator.hpp
+include/xalanc/XercesParserLiaison/XercesAttributeBridgeAllocator.hpp
+include/xalanc/XercesParserLiaison/XercesBridgeHelper.hpp
+include/xalanc/XercesParserLiaison/XercesBridgeNavigator.hpp
+include/xalanc/XercesParserLiaison/XercesBridgeTypes.hpp
+include/xalanc/XercesParserLiaison/XercesCDATASectionBridge.hpp
+include/xalanc/XercesParserLiaison/XercesCDATASectionWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesCommentBridge.hpp
+include/xalanc/XercesParserLiaison/XercesCommentWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesDOMException.hpp
+include/xalanc/XercesParserLiaison/XercesDOMFormatterWalker.hpp
+include/xalanc/XercesParserLiaison/XercesDOMImplementationBridge.hpp
+include/xalanc/XercesParserLiaison/XercesDOMImplementationWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesDOMSupport.hpp
+include/xalanc/XercesParserLiaison/XercesDOMWalker.hpp
+include/xalanc/XercesParserLiaison/XercesDOMWrapperException.hpp
+include/xalanc/XercesParserLiaison/XercesDOM_NodeHack.hpp
+include/xalanc/XercesParserLiaison/XercesDocumentBridge.hpp
+include/xalanc/XercesParserLiaison/XercesDocumentFragmentBridge.hpp
+include/xalanc/XercesParserLiaison/XercesDocumentNamedNodeListCache.hpp
+include/xalanc/XercesParserLiaison/XercesDocumentTypeBridge.hpp
+include/xalanc/XercesParserLiaison/XercesDocumentTypeWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesDocumentWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesElementBridge.hpp
+include/xalanc/XercesParserLiaison/XercesElementBridgeAllocator.hpp
+include/xalanc/XercesParserLiaison/XercesElementNamedNodeListCache.hpp
+include/xalanc/XercesParserLiaison/XercesElementWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesElementWrapperAllocator.hpp
+include/xalanc/XercesParserLiaison/XercesEntityBridge.hpp
+include/xalanc/XercesParserLiaison/XercesEntityReferenceBridge.hpp
+include/xalanc/XercesParserLiaison/XercesEntityReferenceWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesEntityWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesLiaisonXalanDOMStringPool.hpp
+include/xalanc/XercesParserLiaison/XercesNamedNodeListCache.hpp
+include/xalanc/XercesParserLiaison/XercesNamedNodeMapAttributeList.hpp
+include/xalanc/XercesParserLiaison/XercesNamedNodeMapBridge.hpp
+include/xalanc/XercesParserLiaison/XercesNamedNodeMapWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesNodeListBridge.hpp
+include/xalanc/XercesParserLiaison/XercesNodeListWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesNotationBridge.hpp
+include/xalanc/XercesParserLiaison/XercesNotationWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesParserLiaison.hpp
+include/xalanc/XercesParserLiaison/XercesParserLiaisonDefinitions.hpp
+include/xalanc/XercesParserLiaison/XercesProcessingInstructionBridge.hpp
+include/xalanc/XercesParserLiaison/XercesTextBridge.hpp
+include/xalanc/XercesParserLiaison/XercesProcessingInstructionWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesTextBridgeAllocator.hpp
+include/xalanc/XercesParserLiaison/XercesTextWrapper.hpp
+include/xalanc/XercesParserLiaison/XercesTextWrapperAllocator.hpp
+include/xalanc/XercesParserLiaison/XercesToXalanNodeMap.hpp
+include/xalanc/XercesParserLiaison/XercesTreeWalker.hpp
+include/xalanc/XercesParserLiaison/XercesWrapperHelper.hpp
+include/xalanc/XercesParserLiaison/XercesWrapperNavigator.hpp
+include/xalanc/XercesParserLiaison/XercesWrapperToXalanNodeMap.hpp
+include/xalanc/XercesParserLiaison/XercesWrapperTypes.hpp
+@dirrm include/xalanc/DOMSupport
+%%ICUDEP%%@dirrm include/xalanc/ICUBridge
+@dirrm include/xalanc/Include
+@dirrm include/xalanc/PlatformSupport
+@dirrm include/xalanc/XMLSupport
+@dirrm include/xalanc/XPath
+@dirrm include/xalanc/XPathCAPI
+@dirrm include/xalanc/XSLT
+@dirrm include/xalanc/XalanDOM
+@dirrm include/xalanc/XalanEXSLT
+@dirrm include/xalanc/XalanExtensions
+@dirrm include/xalanc/XalanSourceTree
+@dirrm include/xalanc/XalanTransformer
+@dirrm include/xalanc/XercesParserLiaison
+@dirrm include/xalanc
+bin/testXSLT
+bin/Xalan
+lib/%%XALANC_LIB%%
+@exec ln -fs %%XALANC_LIB%% %D/lib/libxalan-c.so
+@exec ln -fs %%XALANC_LIB%% %D/lib/libxalan-c.so.%%XALANC_LIB_VERSION%%
+@comment @unexec if test ! -r %D/lib/libxalan-c.so; then rm -f %D/lib/libxalan-c.so; fi
+@comment @unexec if test ! -r %D/lib/libxalan-c.so.%%XALANC_LIB_VERSION%%; then rm -f %D/lib/libxalan-c.so.%%XALANC_LIB_VERSION%%; fi
+@unexec if test -L %D/lib/libxalan-c.so; then rm -f %D/lib/libxalan-c.so; fi
+@unexec if test -L %D/lib/libxalan-c.so.%%XALANC_LIB_VERSION%%; then rm -f %D/lib/libxalan-c.so.%%XALANC_LIB_VERSION%%; fi
+@comment -----------------------------------------------------------------------
+@comment
+@comment SAMPLES
+@comment
+%%NO_SAMPLES%%bin/CompileStylesheet
+%%NO_SAMPLES%%bin/DocumentBuilder
+%%NO_SAMPLES%%bin/ExternalFunction
+%%NO_SAMPLES%%bin/ParsedSourceWrappers
+%%NO_SAMPLES%%bin/SerializeNodeSet
+%%NO_SAMPLES%%bin/SimpleTransform
+%%NO_SAMPLES%%bin/SimpleXPathAPI
+%%NO_SAMPLES%%bin/SimpleXPathCAPI
+%%NO_SAMPLES%%bin/StreamTransform
+%%NO_SAMPLES%%bin/TraceListen
+%%NO_SAMPLES%%bin/TransformToXercesDOM
+%%NO_SAMPLES%%bin/UseStylesheetParam
+%%NO_SAMPLES%%bin/XPathWrapper
+%%NO_SAMPLES%%bin/XalanTransform
+%%NO_SAMPLES%%bin/XalanTransformerCallback
+@comment -----------------------------------------------------------------------
+@comment
+@comment SAMPLE SRC
+@comment
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XalanTransformerCallback/XalanTransformerCallback.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XalanTransformerCallback/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XalanTransformerCallback/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/XalanTransformerCallback
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XalanTransform/XalanTransform.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XalanTransform/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XalanTransform/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/XalanTransform
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XPathWrapper/TestDriver.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XPathWrapper/XPathWrapper.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XPathWrapper/XPathWrapper.hpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/XPathWrapper/foo.xml
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/XPathWrapper
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/UseStylesheetParam/UseStylesheetParam.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/UseStylesheetParam/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/UseStylesheetParam/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/UseStylesheetParam
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/TransformToXercesDOM/TransformToXercesDOM.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/TransformToXercesDOM/birds.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/TransformToXercesDOM/birds.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/TransformToXercesDOM
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/TraceListen/TraceListen.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/TraceListen/birds.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/TraceListen/birds.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/TraceListen
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ThreadSafe/ThreadSafe.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ThreadSafe/birds.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ThreadSafe/birds.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/ThreadSafe
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/StreamTransform/StreamTransform.cpp
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/StreamTransform
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleXPathCAPI/SimpleXPathCAPI.c
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleXPathCAPI/foo.xml
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SimpleXPathCAPI
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleXPathAPI/SimpleXPathAPI.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleXPathAPI/foo.xml
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SimpleXPathAPI
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleTransform/SimpleTransform.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleTransform/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SimpleTransform/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SimpleTransform
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SerializeNodeSet/SerializeNodeSet.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/SerializeNodeSet/foo.xml
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SerializeNodeSet
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ParsedSourceWrappers/ParsedSourceWrappers.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ParsedSourceWrappers/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ParsedSourceWrappers/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/ParsedSourceWrappers
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ExternalFunction/ExternalFunction.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ExternalFunction/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ExternalFunction/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/ExternalFunction
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/DocumentBuilder/DocumentBuilder.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/DocumentBuilder/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/DocumentBuilder
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/CompileStylesheet.cpp
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo.xsl
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo1.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo10.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo2.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo3.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo4.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo5.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo6.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo7.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo8.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/CompileStylesheet/foo9.xml
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/CompileStylesheet
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ApacheModuleXSLT/xslt/apachemod.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ApacheModuleXSLT/xslt/apachemod.xsl
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ApacheModuleXSLT/xslt/foo.xml
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ApacheModuleXSLT/xslt/foo.xsl
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/ApacheModuleXSLT/xslt
+%%NO_SAMPLES%%%%EXAMPLESDIR%%/ApacheModuleXSLT/mod_xslt.c
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/ApacheModuleXSLT
+%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%
+@comment -----------------------------------------------------------------------
+@comment
+@comment DOCS
+@comment
+%%NOPORTDOCS%%%%DOCSDIR%%/usagepatterns.html
+%%NOPORTDOCS%%%%DOCSDIR%%/samples.html
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/void.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/separator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/script.js
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/right.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/note.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/logo.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/line.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/join.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/dot.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/close.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/button-xml-lo.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/button-xml-hi.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/button-w3c-lo.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/button-w3c-hi.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/button-asf-lo.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/button-asf-hi.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/resources/bottom.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/readme.html
+%%NOPORTDOCS%%%%DOCSDIR%%/overview.html
+%%NOPORTDOCS%%%%DOCSDIR%%/images/options-sane.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/images/options-include.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/usagepatterns-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/usagepatterns-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/usagepatterns-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/usagepatterns-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/samples-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/samples-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/samples-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/samples-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/readme-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/readme-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/readme-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/readme-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/overview-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/overview-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/overview-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/overview-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/getstarted-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/getstarted-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/getstarted-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/getstarted-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/faq-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/faq-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/faq-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/faq-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensionslib-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensionslib-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensionslib-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensionslib-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensions-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensions-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensions-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/extensions-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-8-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-8-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-8-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-42-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-42-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-42-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-40-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-40-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-40-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-26-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-26-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/ext-26-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/commandline-label-3.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/commandline-label-2.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/commandline-label-1.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/graphics/commandline-header.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/getstarted.html
+%%NOPORTDOCS%%%%DOCSDIR%%/faq.html
+%%NOPORTDOCS%%%%DOCSDIR%%/extensionslib.html
+%%NOPORTDOCS%%%%DOCSDIR%%/extensions.html
+%%NOPORTDOCS%%%%DOCSDIR%%/commandline.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/tail.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/null.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherits.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xtokenstringadapterallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xtokennumberadapterallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xstringreferenceallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xstringcachedallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xstringallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xstringadapterallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xsltresulttarget.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xsltprocessor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xsltinit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xsltengineimpl__lessxalandomstringpointers.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xsltengineimpl__findstringpointerfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xslexception.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xresulttreefragallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathprocessor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathinit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathguard.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathfunctiontable__functionnametableentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathfunctiontable.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathfactory.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexpression.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexecutioncontextdefault__contextnodelistpositioncache.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexecutioncontext__prefixresolversetandrestore.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexecutioncontext__getandreleasecachedstring.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexecutioncontext__currentnodesetandrestore.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexecutioncontext__contextnodelistsetandrestore.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathexecutioncontext__borrowreturnmutablenodereflist.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathevaluator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathenvsupportdefault__namespacefunctiontabledeletefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathenvsupport.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathconstructioncontext__getandreleasecachedstring.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathconstructioncontext.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpathallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpath__targetdata.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xpath.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xobjecttypecallback.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xobjectptr.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xobjectfactory.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xnumberallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xnodesetnodeproxyallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xnodesetallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xmlsupportinit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xmlparserliaison.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerceswrappertoxalannodemap.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerceswrappernavigator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerceswrapperhelper.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercestreewalker.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercestoxalannodemap__namemapequalsfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercestoxalannodemap.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercestextwrapperallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercestextbridgeallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesparserliaison__documententry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesnamednodelistcache.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerceselementwrapperallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerceselementbridgeallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesdomwalker.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesdocumentwrapper__buildwrappertreewalker__navigatorstackentrytype.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesdocumentbridge__buildbridgetreewalker__navigatorstackentrytype.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesbridgenavigator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesattrwrapperallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xercesattributebridgeallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierlocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierdom_text.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierdom_node.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierdom_element.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierdom_attr.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierdocumenthandler.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierbininputstream.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xerces_cpp_namespace_qualifierattributelist.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanxmlchar.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanunicode.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalantransformer__ensuredestroyparsedsource.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalantransformer__ensuredestroydocumentbuilder.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalantransformer__ensuredestroycompiledstylesheet.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalantransformer.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalantranscodingservices.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreetextiwsallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreetextallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeprocessinginstructionallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeinit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreehelper.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeelementnansallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeelementnaallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeelementansallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeelementaallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreedocumentfragmentallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreedocumentallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreecommentallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeattributensallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalansourcetreeattributeallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanreferencecountedobject.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanqnamebyvalueallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanqname.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanparseduri.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanparsedsourcehelper.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanparsedsource.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanoutputtranscoder.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanoutputstream.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanobjectcache.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalannumberingresourcebundle.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalannumberformat.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalannodelist.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalannamespacesstack__xalannamespacesstackentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalannamespacesstack.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalannamespace.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanhtmlelementsproperties__internalelementproperties.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanhtmlelementsproperties__internalattributeproperties.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanhtmlelementsproperties__elementproperties.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanhtmlelementsproperties.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanextensionsinstaller__functiontableentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanextensionsinstaller.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanencodingpropertycache.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemvariableallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemvalueofallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemtextliteralallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemtextallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemtemplateallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemliteralresultallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelememptyallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemelementallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemcalltemplateallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemattributesetallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemattributeallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanelemapplytemplatesallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomstringpool.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomstringhashtable.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomstringcache__getandrelease.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomstringcache.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomstringallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomstring.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandominit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomimplementation.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandomexception.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalandecimalformatsymbols.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalancompiledstylesheet.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanbitmap.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanavtpartxpathallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanavtpartsimpleallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanavtallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanautoptr.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanarraykeymap.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanarrayautoptr.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanarrayallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_xalanallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_writer.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_variablesstack__stackentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_variablesstack__pushparamfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_variablesstack__paramsvectorentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_variablesstack.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_urisupport.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_treewalker.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_tracerevent.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_tracelistener__tracelistenertracefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_tracelistener__tracelistenerselectfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_tracelistener__tracelistenergeneratefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_tracelistener.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_toplevelarg.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontextdefault__xpathcachereturnfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontextdefault__xalannumberformatfactory.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontextdefault__collationcomparefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__xpathguard.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__setandrestorecurrenttemplate.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__setandrestorecurrentstackframeindex.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__setandrestorecopytextnodesonly.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__resolveandcleartoplevelparams.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__pushandpopelementframe.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__pushandpopcontextmarker.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__paramspushpop.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__outputcontextpushpop.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__elementrecursionstackpusher.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__borrowreturnnodesorter.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheetexecutioncontext__borrowreturnformattertotext.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stylesheet__matchpattern2.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_stringtokenizer.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_std__unary_function.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_std__binary_function.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_selectionevent.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_resulttreefragallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_resultnamespacesstack.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_resettable.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_problemlistener.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_platformsupportinit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_outputcontextstack__outputcontext.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_outputcontextstack.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_nodesortkey.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_nodesorter__vectorentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_nodesorter.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_nodereflistbase.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_namespaceshandler__prefixchecker.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_namespaceshandler__namespace.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_namespaceshandler.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_namespace.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_mutablenodereflist__addnodeindocorderfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_lexicalhandlertype.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_keytable.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_keydeclaration.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_inputsourcetype.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_icubridgecollationcomparefunctorimpl__collationcachestruct__collatorfindfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_icubridgecollationcomparefunctorimpl__collationcachestruct__collatordeletefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_icubridgecollationcomparefunctorimpl__collationcachestruct.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_icubridgecleanup.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_icubridge.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_guardcachedobject.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_generateevent.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_functionicuformatnumber__functionicuformatnumberinstaller.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_function.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_formattertohtml__entity.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_extensionfunctionhandler.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_executioncontext.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_elemnumber__numberformatstringtokenizer.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_doublesupport__numberunion.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_doublesupport.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_domsupportinit.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_domsupport.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_domstringhelper.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_domservices.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_dirent.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_defaultcacheresetfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_defaultcachecreatefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_decimaltoroman.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_counterstable.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_counter.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_constants.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_collectiondeleteguard.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_collectionclearguard.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_clearcacheresetfunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_avtpart.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_avt.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_attributevectorentry.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_attributestype.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_attributelisttype.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_arenadeletefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_arenablockdestroy.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_arenablock__deletefunctor.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_arenablock.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/inherit_graph_class_arenaallocator.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/index.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/hierarchy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/header.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/globals.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/functions.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/footer.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/files.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/doxygen.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/doxygen.css
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/diagramnotes.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/classes.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xunknown_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xunknown_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xunknown.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xunknown-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapterallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapterallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapterallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokenstringadapter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapterallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapterallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapterallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtokennumberadapter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtoken_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtoken_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtoken.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xtoken-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreferenceallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreferenceallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreferenceallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreference_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreference_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreference.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringreference-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcachedallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcachedallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcachedallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcached_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcached_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcached.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringcached-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringbase_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringbase_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringbase.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringbase-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapterallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapterallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapterallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstringadapter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstring_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstring_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstring.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xstring-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xspan_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xspan_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xspan.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xspan-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltresulttarget_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltresulttarget.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltresulttarget-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupportdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupportdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupportdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupportdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupport_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessorenvsupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltprocessor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinputsource_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinputsource_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinputsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinputsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinit_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltinit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl__lessxalandomstringpointers.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl__lessxalandomstringpointers-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl__findstringpointerfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl__findstringpointerfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl__findstringpointerfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xsltengineimpl-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xslexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xslexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xslexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xslexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefragallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefragallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefragallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefrag_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefrag_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefrag.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xresulttreefrag-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessorimpl_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessorimpl_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessorimpl.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessorimpl-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathprocessor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathparserexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathparserexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathparserexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathparserexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathinit_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathinit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathinit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathguard_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathguard.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathguard-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfunctiontable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfunctiontable__functionnametableentry_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfunctiontable__functionnametableentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfunctiontable__functionnametableentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfunctiontable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfunctiontable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactorydefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactorydefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactorydefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactorydefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactoryblock_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactoryblock_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactoryblock.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactoryblock-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory__deletexpathfunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory__deletexpathfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory__deletexpathfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory__deletexpathfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathfactory-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__xpathexpressionexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__xpathexpressionexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__xpathexpressionexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__xpathexpressionexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidrelativetokenposition_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidrelativetokenposition_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidrelativetokenposition.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidrelativetokenposition-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidopcodeexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidopcodeexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidopcodeexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidopcodeexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentcountexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentcountexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentcountexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression__invalidargumentcountexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexpression-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault__contextnodelistpositioncache_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault__contextnodelistpositioncache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault__contextnodelistpositioncache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontextdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__prefixresolversetandrestore_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__prefixresolversetandrestore.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__prefixresolversetandrestore-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__getandreleasecachedstring_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__getandreleasecachedstring.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__getandreleasecachedstring-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__currentnodesetandrestore_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__currentnodesetandrestore.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__currentnodesetandrestore-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__contextnodelistsetandrestore_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__contextnodelistsetandrestore.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__contextnodelistsetandrestore-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__borrowreturnmutablenodereflist_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__borrowreturnmutablenodereflist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext__borrowreturnmutablenodereflist-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexecutioncontext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotsupported_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotsupported_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotsupported.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotsupported-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotavailable_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotavailable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotavailable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathexceptionfunctionnotavailable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathevaluator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathevaluator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathevaluator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupportdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupportdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupportdefault__namespacefunctiontabledeletefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupportdefault__namespacefunctiontabledeletefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupportdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupportdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathenvsupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontextdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontextdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontextdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontextdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontext__getandreleasecachedstring_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontext__getandreleasecachedstring.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontext__getandreleasecachedstring-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathconstructioncontext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpathallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpath_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpath__targetdata_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpath__targetdata.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpath__targetdata-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpath.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xpath-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjecttypecallback_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjecttypecallback.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjecttypecallback-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxytext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxytext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxytext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxytext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxybase_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxybase_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxybase.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxybase-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectresulttreefragproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectptr_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectptr.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectptr-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactorydefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactorydefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactorydefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactorydefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory__deletexobjectfunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory__deletexobjectfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory__deletexobjectfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory__deletexobjectfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobjectfactory-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectinvalidconversionexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectinvalidconversionexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectinvalidconversionexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectinvalidconversionexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject__xobjectexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xobject-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberbase_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberbase_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberbase.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberbase-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumberallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumber_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumber_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumber.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnumber-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnull_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnull_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnull.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnull-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetresulttreefragproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetresulttreefragproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetresulttreefragproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetresulttreefragproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxyallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxyallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxyallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy__proxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy__proxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy__proxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy__proxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetnodeproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetbase_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetbase_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetbase.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetbase-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodesetallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodeset_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodeset_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodeset.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xnodeset-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportinit_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportinit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportinit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlsupportexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlparserliaison_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlparserliaison.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xmlparserliaison-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrappertoxalannodemap.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrappertoxalannodemap-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrappernavigator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrappernavigator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrappernavigator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrapperhelper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceswrapperhelper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestreewalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestreewalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestreewalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestoxalannodemap__namemapequalsfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestoxalannodemap__namemapequalsfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestoxalannodemap__namemapequalsfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestoxalannodemap.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestoxalannodemap-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapperallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapperallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapperallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridgeallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridgeallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridgeallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercestextbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesprocessinginstructionbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison__documententry_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison__documententry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison__documententry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesparserliaison-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnotationbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnodelistbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapattributelist_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapattributelist_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapattributelist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodemapattributelist-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodelistcache_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodelistcache_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodelistcache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesnamednodelistcache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesliaisonxalandomstringpool_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesliaisonxalandomstringpool_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesliaisonxalandomstringpool.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesliaisonxalandomstringpool-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitywrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitywrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitywrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitywrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencewrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencewrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencewrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencewrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencebridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencebridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencebridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentityreferencebridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitybridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitybridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitybridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesentitybridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapperallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapperallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapperallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementnamednodelistcache_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementnamednodelistcache_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementnamednodelistcache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementnamednodelistcache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridgeallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridgeallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridgeallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerceselementbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperparsedsource_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperparsedsource_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperparsedsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperparsedsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwrapperexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomwalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomsupport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomsupport_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomsupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomsupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsourcehelper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsourcehelper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsourcehelper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsourcehelper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsource_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsource_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomparsedsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomimplementationbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomformatterwalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomformatterwalker_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomformatterwalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomformatterwalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdomexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_texthack_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_texthack_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_texthack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_texthack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_nodehack_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_nodehack_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_nodehack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_nodehack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_elementhack_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_elementhack_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_elementhack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_elementhack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_attrhack_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_attrhack_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_attrhack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdom_attrhack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker__navigatorstackentrytype_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker__navigatorstackentrytype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker__navigatorstackentrytype-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper__buildwrappertreewalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypewrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypewrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypewrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypewrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypebridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypebridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypebridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumenttypebridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentnamednodelistcache_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentnamednodelistcache_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentnamednodelistcache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentnamednodelistcache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentfragmentbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentfragmentbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentfragmentbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentfragmentbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker__navigatorstackentrytype_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker__navigatorstackentrytype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker__navigatorstackentrytype-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge__buildbridgetreewalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesdocumentbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescommentbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercescdatasectionbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesbridgenavigator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesbridgenavigator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesbridgenavigator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapperallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapperallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapperallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrwrapper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattributebridgeallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattributebridgeallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattributebridgeallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrbridge_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrbridge_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrbridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xercesattrbridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierlocator_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierlocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_text_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_text.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_node_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_node.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_element_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_element.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_attr_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdom_attr.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdocumenthandler_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierdocumenthandler.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierbininputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierbininputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierattributelist_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xerces_cpp_namespace_qualifierattributelist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xboolean_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xboolean_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xboolean.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xboolean-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanxpathexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanxpathexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanxpathexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanxpathexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanxmlchar.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanxmlchar-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanutf16transcoder_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanutf16transcoder_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanutf16transcoder.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanutf16transcoder-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanunicode.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanunicode-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformerproblemlistener_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformerproblemlistener_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformerproblemlistener.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformerproblemlistener-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformeroutputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformeroutputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformeroutputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformeroutputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroyparsedsource_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroyparsedsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroyparsedsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroydocumentbuilder_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroydocumentbuilder.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroydocumentbuilder-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroycompiledstylesheet_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroycompiledstylesheet.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer__ensuredestroycompiledstylesheet-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantransformer-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices__unrepresentablecharacterexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices__unrepresentablecharacterexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices__unrepresentablecharacterexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices__unrepresentablecharacterexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantranscodingservices-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalantext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream__xalanstdoutputstreamwriteexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream__xalanstdoutputstreamwriteexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream__xalanstdoutputstreamwriteexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream__xalanstdoutputstreamwriteexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanstdoutputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreewrapperparsedsource_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreewrapperparsedsource_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreewrapperparsedsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreewrapperparsedsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiwsallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiwsallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiwsallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiws_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiws_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiws.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextiws-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetextallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreetext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstructionallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstructionallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstructionallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstruction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstruction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstruction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeprocessinginstruction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeparserliaison_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeparserliaison_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeparserliaison.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeparserliaison-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeinit_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeinit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeinit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreehelper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreehelper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnansallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnansallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnansallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnans_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnans_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnans.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnans-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnaallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnaallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementnaallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementna_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementna_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementna.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementna-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementansallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementansallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementansallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementans_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementans_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementans.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementans-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementaallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementaallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementaallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementa_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementa_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementa.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelementa-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelement_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelement_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelement.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeelement-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedomsupport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedomsupport_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedomsupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedomsupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragmentallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragmentallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragmentallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragment_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragment_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragment.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentfragment-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocumentallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocument_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocument_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocument.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreedocument-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecontenthandler_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecontenthandler_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecontenthandler.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecontenthandler-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecommentallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecommentallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecommentallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecomment_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecomment_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecomment.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreecomment-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattrns_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattrns_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattrns.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattrns-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattributensallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattributensallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattributensallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattributeallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattributeallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattributeallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattr_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattr_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattr.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansourcetreeattr-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansimpleprefixresolver_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansimpleprefixresolver_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansimpleprefixresolver.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalansimpleprefixresolver-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanreferencecountedobject_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanreferencecountedobject.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanreferencecountedobject-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalueallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalueallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalueallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalue_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalue_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalue.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyvalue-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyreference_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyreference_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyreference.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqnamebyreference-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname__prefixresolverproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname__prefixresolverproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname__prefixresolverproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname__prefixresolverproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanqname-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanprocessinginstruction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanprocessinginstruction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanprocessinginstruction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanprocessinginstruction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparseduri_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparseduri.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparseduri-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparsedsourcehelper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparsedsourcehelper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparsedsourcehelper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparsedsource_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparsedsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanparsedsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputtranscoder_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputtranscoder.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputtranscoder-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstreamprintwriter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstreamprintwriter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstreamprintwriter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstreamprintwriter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__xalanoutputstreamexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__xalanoutputstreamexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__xalanoutputstreamexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__xalanoutputstreamexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unsupportedencodingexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unsupportedencodingexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unsupportedencodingexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unsupportedencodingexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unknownencodingexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unknownencodingexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unknownencodingexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__unknownencodingexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcodingexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcodingexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcodingexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcodingexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcoderinternalfailureexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcoderinternalfailureexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcoderinternalfailureexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream__transcoderinternalfailureexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanoutputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcachedefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcachedefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcachedefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcachedefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcache_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcache_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanobjectcache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberingresourcebundle_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberingresourcebundle.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberingresourcebundle-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberformat_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberformat_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberformat.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannumberformat-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannulloutputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannulloutputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannulloutputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannulloutputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannotation_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannotation_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannotation.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannotation-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistsurrogate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistsurrogate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistsurrogate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistsurrogate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistdummy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistdummy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistdummy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelistdummy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelist_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannodelist-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannode_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannode.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannode-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack__xalannamespacesstackentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack__xalannamespacesstackentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack__prefixresolverproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack__prefixresolverproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack__prefixresolverproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack__prefixresolverproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespacesstack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespace_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespace.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamespace-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamednodemap_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamednodemap.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalannamednodemap-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanlocator_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanlocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanlocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanlocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties__internalelementproperties.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties__internalelementproperties-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties__internalattributeproperties.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties__internalattributeproperties-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties__elementproperties.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties__elementproperties-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanhtmlelementsproperties-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream__xalanfstreamoutputstreamwriteexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream__xalanfstreamoutputstreamwriteexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream__xalanfstreamoutputstreamwriteexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream__xalanfstreamoutputstreamwriteexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfstreamoutputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamwriteexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamwriteexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamwriteexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamwriteexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamopenexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamopenexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamopenexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream__xalanfileoutputstreamopenexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanfileoutputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanextensionsinstaller_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanextensionsinstaller__functiontableentry_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanextensionsinstaller__functiontableentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanextensionsinstaller__functiontableentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanextensionsinstaller.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanextensionsinstaller-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltstringfunctionsinstaller_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltstringfunctionsinstaller_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltstringfunctionsinstaller.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltstringfunctionsinstaller-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltsetfunctionsinstaller_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltsetfunctionsinstaller_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltsetfunctionsinstaller.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltsetfunctionsinstaller-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltmathfunctionsinstaller_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltmathfunctionsinstaller_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltmathfunctionsinstaller.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltmathfunctionsinstaller-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontrailing_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontrailing_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontrailing.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontrailing-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontan_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontan_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontan.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiontan-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsqrt_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsqrt_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsqrt.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsqrt-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsin_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsin_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsin.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionsin-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionrandom_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionrandom_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionrandom.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionrandom-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpower_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpower_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpower.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpower-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpadding_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpadding_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpadding.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionpadding-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionobjecttype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionobjecttype_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionobjecttype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionobjecttype-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionnodeset_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionnodeset_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionnodeset.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionnodeset-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmin_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmin_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmin.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmin-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmax_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmax_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmax.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionmax-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlowest_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlowest_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlowest.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlowest-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlog_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlog_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlog.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionlog-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionleading_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionleading_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionleading.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionleading-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionintersection_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionintersection_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionintersection.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionintersection-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhighest_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhighest_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhighest.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhighest-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhassamenode_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhassamenode_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhassamenode.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionhassamenode-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionexp_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionexp_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionexp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionexp-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondistinct_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondistinct_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondistinct.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondistinct-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondifference_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondifference_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondifference.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctiondifference-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctioncos_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctioncos_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctioncos.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctioncos-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconstant_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconstant_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconstant.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconstant-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconcat_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconcat_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconcat.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionconcat-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan2_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan2_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan2.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan2-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionatan-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionasin_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionasin_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionasin.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionasin-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionalign_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionalign_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionalign.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionalign-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionacos_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionacos_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionacos.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionacos-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionabs_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionabs_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionabs.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltfunctionabs-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltcommonfunctionsinstaller_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltcommonfunctionsinstaller_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltcommonfunctionsinstaller.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanexsltcommonfunctionsinstaller-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentityreference_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentityreference_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentityreference.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentityreference-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentity_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentity_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentity.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanentity-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanencodingpropertycache_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanencodingpropertycache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanencodingpropertycache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanemptynamednodemap_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanemptynamednodemap_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanemptynamednodemap.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanemptynamednodemap-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemvariableallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemvariableallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemvariableallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemvalueofallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemvalueofallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemvalueofallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtextliteralallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtextliteralallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtextliteralallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtextallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtextallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtextallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtemplateallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtemplateallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemtemplateallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemliteralresultallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemliteralresultallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemliteralresultallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelement_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelement_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelement.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelement-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelememptyallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelememptyallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelememptyallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemelementallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemelementallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemelementallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemcalltemplateallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemcalltemplateallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemcalltemplateallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemattributesetallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemattributesetallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemattributesetallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemattributeallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemattributeallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemattributeallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemapplytemplatesallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemapplytemplatesallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanelemapplytemplatesallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringpool_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringpool_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringpool.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringpool-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringhashtable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringhashtable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringhashtable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringcache__getandrelease_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringcache__getandrelease.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringcache__getandrelease-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringcache.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringcache-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstringallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstring__transcodingerror_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstring__transcodingerror_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstring__transcodingerror.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstring__transcodingerror-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstring.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomstring-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandominit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandominit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomimplementation_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomimplementation.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomimplementation-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandomexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumenttype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumenttype_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumenttype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumenttype-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver__namespacenodestreewalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver__namespacenodestreewalker_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver__namespacenodestreewalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver__namespacenodestreewalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentprefixresolver-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentfragment_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentfragment_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentfragment.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentfragment-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentbuilder_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentbuilder_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentbuilder.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocumentbuilder-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocument_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocument_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocument.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandocument-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcehelper_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcehelper_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcehelper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcehelper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcedomsupport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcedomsupport_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcedomsupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsourcedomsupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsource_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsource_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsource.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultparsedsource-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultdocumentbuilder_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultdocumentbuilder_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultdocumentbuilder.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandefaultdocumentbuilder-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformatsymbols_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformatsymbols.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformatsymbols-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformat_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformat_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformat.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalandecimalformat-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheetdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheetdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheetdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheetdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheet_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheet.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancompiledstylesheet-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancomment_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancomment_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancomment.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancomment-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancharacterdata_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancharacterdata_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancharacterdata.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancharacterdata-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancdatasection_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancdatasection_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancdatasection.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalancdatasection-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanbitmap.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanbitmap-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtpartxpathallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtpartxpathallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtpartxpathallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtpartsimpleallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtpartsimpleallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtpartsimpleallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanavtallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanautoptr.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanautoptr-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanattr_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanattr_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanattr.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanattr-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanarraykeymap.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanarraykeymap-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanarrayautoptr.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanarrayautoptr-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanarrayallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanarrayallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_xalanallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_writer_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_writer.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_writer-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__stackentry_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__stackentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__stackentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__pushparamfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__pushparamfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__pushparamfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__paramsvectorentry_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__paramsvectorentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__paramsvectorentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__invalidstackcontextexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__invalidstackcontextexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__invalidstackcontextexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack__invalidstackcontextexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_variablesstack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_urisupport__invaliduriexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_urisupport__invaliduriexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_urisupport__invaliduriexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_urisupport__invaliduriexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_urisupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_urisupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_treewalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_treewalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_treewalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracerevent_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracerevent.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracerevent-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistenerdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistenerdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistenerdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistenerdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenertracefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenertracefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenertracefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenerselectfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenerselectfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenerselectfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenergeneratefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenergeneratefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener__tracelistenergeneratefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_tracelistener-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_toplevelarg_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_toplevelarg.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_toplevelarg-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetroot_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetroot_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetroot.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetroot-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheethandler_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheethandler_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheethandler.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheethandler-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__xpathcachereturnfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__xpathcachereturnfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__xpathcachereturnfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__xalannumberformatfactory_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__xalannumberformatfactory.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__xalannumberformatfactory-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__defaultcollationcomparefunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__defaultcollationcomparefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__defaultcollationcomparefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__defaultcollationcomparefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__collationcomparefunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__collationcomparefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault__collationcomparefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontextdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__xpathguard_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__xpathguard.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__xpathguard-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecurrenttemplate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecurrenttemplate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecurrenttemplate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecurrentstackframeindex_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecurrentstackframeindex.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecurrentstackframeindex-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecopytextnodesonly_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecopytextnodesonly.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__setandrestorecopytextnodesonly-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__resolveandcleartoplevelparams_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__resolveandcleartoplevelparams.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__resolveandcleartoplevelparams-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__pushandpopelementframe_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__pushandpopelementframe.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__pushandpopelementframe-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__pushandpopcontextmarker_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__pushandpopcontextmarker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__pushandpopcontextmarker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__paramspushpop_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__paramspushpop.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__paramspushpop-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__outputcontextpushpop_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__outputcontextpushpop.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__outputcontextpushpop-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__elementrecursionstackpusher_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__elementrecursionstackpusher.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__elementrecursionstackpusher-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__borrowreturnnodesorter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__borrowreturnnodesorter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__borrowreturnnodesorter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__borrowreturnformattertotext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__borrowreturnformattertotext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext__borrowreturnformattertotext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetexecutioncontext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontextdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontextdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontextdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontextdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheetconstructioncontext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet__matchpattern2_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet__matchpattern2.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet__matchpattern2-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stylesheet-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stringtokenizer.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stringtokenizer-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stdbininputstream_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stdbininputstream_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stdbininputstream.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_stdbininputstream-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_std__unary_function_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_std__unary_function.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_std__binary_function_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_std__binary_function.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_selectionevent_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_selectionevent.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_selectionevent-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select2nd_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select2nd_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select2nd.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select2nd-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select1st_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select1st_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select1st.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_select1st-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenablock_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenablock_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenablock.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenablock-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenaallocator_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenaallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenaallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_reusablearenaallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbasenodereflistbaseproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbasenodereflistbaseproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbasenodereflistbaseproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbasenodereflistbaseproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbase_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbase_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbase.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragbase-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragallocator_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefragallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefrag_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefrag_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefrag.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resulttreefrag-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resultnamespacesstack_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resultnamespacesstack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resultnamespacesstack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resettable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_resettable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistenerdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistenerdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistenerdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistenerdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistener_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistener.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_problemlistener-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_printwriter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_printwriter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_printwriter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_printwriter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_prefixresolver_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_prefixresolver.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_prefixresolver-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_less_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_less_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_less.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_less-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals_predicate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals_predicate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals_predicate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals_predicate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_pointer_equals-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_platformsupportinit_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_platformsupportinit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_platformsupportinit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_outputcontextstack__outputcontext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_outputcontextstack__outputcontext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_outputcontextstack__outputcontext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_outputcontextstack.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_outputcontextstack-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nullprintwriter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nullprintwriter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nullprintwriter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nullprintwriter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesortkey_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesortkey.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesortkey-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__vectorentry_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__vectorentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__vectorentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__nodesortkeycompare_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__nodesortkeycompare_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__nodesortkeycompare.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter__nodesortkeycompare-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodesorter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflistbase_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflistbase.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflistbase-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflist_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflist_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_nodereflist-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__prefixchecker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__prefixchecker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespaceextended_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespaceextended_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespaceextended.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespaceextended-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespace_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespace_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespace.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler__namespace-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespaceshandler-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespace_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespace.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namespace-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namednodemapattributelist_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namednodemapattributelist_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namednodemapattributelist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_namednodemapattributelist-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist__addnodeindocorderfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist__addnodeindocorderfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist__addnodeindocorderfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mutablenodereflist-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mapvaluedeletefunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mapvaluedeletefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mapvaluedeletefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_mapvaluedeletefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_lexicalhandlertype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_lexicalhandlertype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_null_terminated_arrays_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_null_terminated_arrays_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_null_terminated_arrays.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_null_terminated_arrays-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_no_case_ascii_wide_string_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_no_case_ascii_wide_string_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_no_case_ascii_wide_string.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_less_no_case_ascii_wide_string-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_keytable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_keytable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_keytable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_keydeclaration_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_keydeclaration.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_keydeclaration-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_inputsourcetype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_inputsourcetype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatfactory_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatfactory_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatfactory.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icuxalannumberformatfactory-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct__collatorfindfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct__collatorfindfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct__collatordeletefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct__collatordeletefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl__collationcachestruct-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctorimpl-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecollationcomparefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecleanup.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridgecleanup-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridge.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_icubridge-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_guardcachedobject.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_guardcachedobject-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_generateevent_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_generateevent.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_generateevent-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionunparsedentityuri_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionunparsedentityuri_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionunparsedentityuri.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionunparsedentityuri-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiontranslate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiontranslate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiontranslate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiontranslate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsystemproperty_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsystemproperty_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsystemproperty.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsystemproperty-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringbefore_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringbefore_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringbefore.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringbefore-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringafter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringafter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringafter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstringafter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstring_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstring_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstring.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionsubstring-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstring_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstring_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstring.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstring-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstartswith_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstartswith_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstartswith.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionstartswith-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnormalizespace_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnormalizespace_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnormalizespace.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnormalizespace-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnodeset_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnodeset_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnodeset.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnodeset-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnamespaceuri_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnamespaceuri_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnamespaceuri.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionnamespaceuri-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionlang_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionlang_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionlang.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionlang-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionkey_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionkey_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionkey.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionkey-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionintersection_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionintersection_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionintersection.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionintersection-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionid_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionid_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionid.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionid-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionicuformatnumber_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionicuformatnumber_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionicuformatnumber__functionicuformatnumberinstaller.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionicuformatnumber__functionicuformatnumberinstaller-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionicuformatnumber.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionicuformatnumber-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionhassamenodes_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionhassamenodes_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionhassamenodes.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionhassamenodes-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiongenerateid_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiongenerateid_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiongenerateid.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiongenerateid-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionfunctionavailable_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionfunctionavailable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionfunctionavailable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionfunctionavailable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionformatnumber_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionformatnumber_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionformatnumber.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionformatnumber-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionevaluate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionevaluate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionevaluate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionevaluate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionelementavailable_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionelementavailable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionelementavailable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionelementavailable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondocument_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondocument_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondocument.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondocument-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondistinct_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondistinct_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondistinct.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondistinct-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondifference_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondifference_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondifference.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functiondifference-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncurrent_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncurrent_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncurrent.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncurrent-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncontains_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncontains_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncontains.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functioncontains-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionconcat_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionconcat_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionconcat.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_functionconcat-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_function_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_function.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_function-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_foundindex_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_foundindex_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_foundindex.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_foundindex-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertreewalker_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertreewalker_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertreewalker.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertreewalker-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf8_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf8_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf8.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf8-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf16_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf16_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf16.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_utf16-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxml-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxercesdom_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxercesdom_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxercesdom.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertoxercesdom-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertotext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertotext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertotext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertotext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertosourcetree_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertosourcetree_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertosourcetree.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertosourcetree-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertonull_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertonull_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertonull.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertonull-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertohtml_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertohtml_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertohtml__entity.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertohtml__entity-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertohtml.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertohtml-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodom_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodom_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodom.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodom-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodeprecatedxercesdom_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodeprecatedxercesdom_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodeprecatedxercesdom.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formattertodeprecatedxercesdom-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterstringlengthcounter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterstringlengthcounter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterstringlengthcounter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterstringlengthcounter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterlistener_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterlistener_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterlistener.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_formatterlistener-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_findfilestruct_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_findfilestruct_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_findfilestruct.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_findfilestruct-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_filesonlyfilterpredicate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_filesonlyfilterpredicate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_filesonlyfilterpredicate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_filesonlyfilterpredicate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionnshandler_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionnshandler_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionnshandler.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionnshandler-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionfunctionhandler_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionfunctionhandler_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionfunctionhandler.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_extensionfunctionhandler-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_executioncontext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_executioncontext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_executioncontext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_errorhandlertype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_errorhandlertype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwithparam_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwithparam_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwithparam.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwithparam-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwhen_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwhen_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwhen.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemwhen-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvariable_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvariable_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvariable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvariable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvalueof_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvalueof_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvalueof.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemvalueof-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemuse_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemuse_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemuse.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemuse-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtextliteral_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtextliteral_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtextliteral.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtextliteral-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtext_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtext_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtext.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtext-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement__locatorproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement__locatorproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement__locatorproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement__locatorproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplateelement-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemtemplate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemsort_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemsort_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemsort.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemsort-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elempi_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elempi_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elempi.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elempi-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemparam_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemparam_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemparam.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemparam-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemotherwise_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemotherwise_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemotherwise.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemotherwise-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber__numberformatstringtokenizer_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber__numberformatstringtokenizer.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber__numberformatstringtokenizer-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemnumber-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage__elemmessageterminateexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage__elemmessageterminateexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage__elemmessageterminateexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage__elemmessageterminateexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemmessage-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemliteralresult_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemliteralresult_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemliteralresult.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemliteralresult-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemif_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemif_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemif.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemif-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemforeach_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemforeach_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemforeach.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemforeach-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemfallback_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemfallback_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemfallback.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemfallback-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemextensioncall_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemextensioncall_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemextensioncall.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemextensioncall-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elementprefixresolverproxy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elementprefixresolverproxy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elementprefixresolverproxy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elementprefixresolverproxy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemempty_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemempty_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemempty.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemempty-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemelement_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemelement_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemelement.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemelement-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemdecimalformat_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemdecimalformat_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemdecimalformat.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemdecimalformat-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopyof_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopyof_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopyof.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopyof-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopy_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopy_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcopy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcomment_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcomment_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcomment.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcomment-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemchoose_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemchoose_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemchoose.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemchoose-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcalltemplate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcalltemplate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcalltemplate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemcalltemplate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattributeset_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattributeset_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattributeset.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattributeset-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattribute_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattribute_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattribute.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemattribute-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplytemplates_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplytemplates_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplytemplates.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplytemplates-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplyimport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplyimport_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplyimport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_elemapplyimport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_dtdhandlertype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_dtdhandlertype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__subtractfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__subtractfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__subtractfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__subtractfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__numberunion.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__numberunion-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__notequalfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__notequalfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__notequalfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__notequalfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__negativefunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__negativefunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__negativefunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__negativefunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__multiplyfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__multiplyfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__multiplyfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__multiplyfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__modulusfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__modulusfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__modulusfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__modulusfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanorequalfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanorequalfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanorequalfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanorequalfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__lessthanfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanorequalfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanorequalfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanorequalfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanorequalfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__greaterthanfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__equalfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__equalfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__equalfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__equalfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__dividefunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__dividefunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__dividefunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__dividefunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__addfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__addfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__addfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport__addfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_doublesupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportinit_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportinit.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportinit-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportexception_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportexception_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportexception.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportexception-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportdefault_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportdefault_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportdefault.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupportdefault-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupport_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupport.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domsupport-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringprintwriter_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringprintwriter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringprintwriter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringprintwriter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringpointerlessthanfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringpointerlessthanfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringpointerlessthanfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringpointerlessthanfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringnotequalsfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringnotequalsfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringnotequalsfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringnotequalsfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanorequalfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanorequalfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanorequalfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanorequalfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanignorecaseasciifunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanignorecaseasciifunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanignorecaseasciifunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanignorecaseasciifunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringlessthanfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringhelper.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringhelper-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringhashfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringhashfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringhashfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringhashfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanorequalfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanorequalfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanorequalfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanorequalfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringgreaterthanfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringequalsfunction_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringequalsfunction_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringequalsfunction.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domstringequalsfunction-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domservices_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domservices.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_domservices-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_dirent_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_dirent.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryfilterpredicate_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryfilterpredicate_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryfilterpredicate.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryfilterpredicate-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryenumeratorfunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryenumeratorfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryenumeratorfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_directoryenumeratorfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_deletefunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_deletefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_deletefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_deletefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_defaultcacheresetfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_defaultcacheresetfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_defaultcachecreatefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_defaultcachecreatefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_decimaltoroman.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_decimaltoroman-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_counterstable.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_counterstable-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_counter_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_counter.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_counter-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_contenthandlertype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_contenthandlertype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_constants_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_constants.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_constants-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_collectiondeleteguard.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_collectiondeleteguard-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_collectionclearguard.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_collectionclearguard-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_clearfunctor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_clearfunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_clearfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_clearfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_clearcacheresetfunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_clearcacheresetfunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_c_wstr_functor_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_c_wstr_functor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_c_wstr_functor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_c_wstr_functor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartxpath_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartxpath_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartxpath.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartxpath-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartsimple_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartsimple_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartsimple.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpartsimple-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpart_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpart.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avtpart-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avt_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avt.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_avt-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentryextended_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentryextended_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentryextended.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentryextended-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentry_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentry.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributevectorentry-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributestype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributestype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributesimpl_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributesimpl_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributesimpl.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributesimpl-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributelisttype_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributelisttype.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributelistimpl_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributelistimpl_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributelistimpl.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_attributelistimpl-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenadeletefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenadeletefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablockdestroy.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablockdestroy-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock__deletefunctor_coll_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock__deletefunctor.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock__deletefunctor-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenablock-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenaallocator_inherit_graph.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenaallocator.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/class_arenaallocator-members.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/annotated.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperTypes.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperTypes.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperTypes.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperToXalanNodeMap.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperToXalanNodeMap.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperToXalanNodeMap.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperToXalanNodeMap.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperNavigator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperNavigator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperNavigator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperNavigator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperHelper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperHelper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesWrapperHelper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTreeWalker.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTreeWalker.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTreeWalker.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTreeWalker.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesToXalanNodeMap.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesToXalanNodeMap.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesToXalanNodeMap.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesToXalanNodeMap.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapperAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapperAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapperAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapperAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridgeAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridgeAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridgeAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridgeAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridge.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesTextBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesProcessingInstructionWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesProcessingInstructionWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesProcessingInstructionWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesProcessingInstructionBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesProcessingInstructionBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesProcessingInstructionBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaisonDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaisonDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaisonDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaison.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaison.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaison.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesParserLiaison.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNotationWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNotationWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNotationWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNotationBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNotationBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNotationBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListWrapper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListBridge.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNodeListBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapWrapper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapBridge.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapAttributeList.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapAttributeList.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeMapAttributeList.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeListCache.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeListCache.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeListCache.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesNamedNodeListCache.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesLiaisonXalanDOMStringPool.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesLiaisonXalanDOMStringPool.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesLiaisonXalanDOMStringPool.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityReferenceWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityReferenceWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityReferenceWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityReferenceBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityReferenceBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityReferenceBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesEntityBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapperAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapperAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapperAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapperAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementNamedNodeListCache.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementNamedNodeListCache.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementNamedNodeListCache.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridgeAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridgeAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridgeAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridgeAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridge.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesElementBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentTypeWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentTypeWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentTypeWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentTypeBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentTypeBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentTypeBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentNamedNodeListCache.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentNamedNodeListCache.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentNamedNodeListCache.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentFragmentBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentFragmentBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentFragmentBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDocumentBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOM_NodeHack.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOM_NodeHack.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOM_NodeHack.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOM_NodeHack.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWrapperParsedSource.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWrapperParsedSource.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWrapperParsedSource.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWrapperException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWrapperException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWrapperException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWalker.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWalker.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWalker.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMWalker.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMSupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMSupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMSupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMSupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMParsedSource.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMParsedSource.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMParsedSource.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMImplementationWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMImplementationWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMImplementationWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMImplementationBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMImplementationBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMImplementationBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMFormatterWalker.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMFormatterWalker.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMFormatterWalker.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesDOMException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCommentWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCommentWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCommentWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCommentBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCommentBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCommentBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCDATASectionWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCDATASectionWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCDATASectionWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCDATASectionBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCDATASectionBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesCDATASectionBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeTypes.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeTypes.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeTypes.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeNavigator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeNavigator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeNavigator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeNavigator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeHelper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesBridgeHelper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttributeBridgeAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttributeBridgeAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttributeBridgeAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttributeBridgeAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapperAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapperAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapperAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapperAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrWrapper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrBridge.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XercesAttrBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXPathException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXPathException.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXPathException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXPathException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXMLChar.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXMLChar.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXMLChar.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanXMLChar.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanVersion.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanVersion.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUnicode.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUnicode.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUnicode.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUnicode.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUTF16Transcoder.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUTF16Transcoder.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanUTF16Transcoder.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerProblemListener.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerProblemListener.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerProblemListener.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerOutputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerOutputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerOutputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformerDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformer.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformer.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTransformer.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTranscodingServices.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTranscodingServices.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTranscodingServices.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanTranscodingServices.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanToXercesTranscoderWrapper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanToXercesTranscoderWrapper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanText.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanText.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanText.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanText.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanStdOutputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanStdOutputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanStdOutputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeWrapperParsedSource.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeWrapperParsedSource.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeWrapperParsedSource.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWSAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWSAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWSAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWSAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWS.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWS.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWS.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextIWS.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeTextAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeText.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeText.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeText.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeText.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstructionAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstructionAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstructionAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstructionAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstruction.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstruction.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstruction.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeProcessingInstruction.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeParserLiaison.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeParserLiaison.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeParserLiaison.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeParserLiaison.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeInit.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeHelper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeHelper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeHelper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANSAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANSAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANSAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANSAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANS.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANS.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANS.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNANS.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNAAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNAAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNAAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNAAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNA.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNA.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNA.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementNA.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANSAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANSAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANSAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANSAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANS.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANS.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANS.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementANS.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementAAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementAAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementAAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementAAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementA.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementA.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementA.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElementA.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElement.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElement.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElement.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeElement.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragmentAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragmentAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragmentAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragmentAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragment.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragment.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragment.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentFragment.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocumentAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocument.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocument.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocument.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDocument.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDOMSupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDOMSupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDOMSupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeDOMSupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeContentHandler.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeContentHandler.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeContentHandler.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeContentHandler.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeCommentAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeCommentAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeCommentAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeCommentAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeComment.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeComment.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeComment.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeComment.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeNSAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeNSAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeNSAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeNSAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttributeAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttrNS.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttrNS.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttrNS.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttrNS.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttr.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttr.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttr.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSourceTreeAttr.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSimplePrefixResolver.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSimplePrefixResolver.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanSimplePrefixResolver.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanReferenceCountedObject.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanReferenceCountedObject.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanReferenceCountedObject.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanReferenceCountedObject.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValueAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValueAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValueAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValueAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValue.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValue.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValue.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByValue.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByReference.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByReference.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByReference.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQNameByReference.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQName.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQName.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQName.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanQName.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanProcessingInstruction.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanProcessingInstruction.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanProcessingInstruction.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanProcessingInstruction.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedURI.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedURI.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedURI.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedSource.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedSource.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedSource.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanParsedSource.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStreamPrintWriter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStreamPrintWriter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStreamPrintWriter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStream.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanOutputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanObjectCache.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanObjectCache.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanObjectCache.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanObjectCache.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberingResourceBundle.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberingResourceBundle.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberingResourceBundle.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberingResourceBundle.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberFormat.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberFormat.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberFormat.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNumberFormat.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNullOutputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNullOutputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNullOutputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNotation.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNotation.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNotation.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNotation.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeListSurrogate.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeListSurrogate.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeListSurrogate.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeListDummy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeListDummy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeListDummy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeList.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeList.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeList.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNodeList.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNode.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNode.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNode.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNode.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespacesStack.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespacesStack.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespacesStack.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespacesStack.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespace.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespace.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespace.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamespace.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamedNodeMap.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamedNodeMap.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamedNodeMap.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanNamedNodeMap.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanLocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanLocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanLocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanLocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanHTMLElementsProperties.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanHTMLElementsProperties.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanHTMLElementsProperties.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanHTMLElementsProperties.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanFileOutputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanFileOutputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanFileOutputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanFStreamOutputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanFStreamOutputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanFStreamOutputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensionsDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensionsDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensionsDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanExtensions.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntityReference.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntityReference.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntityReference.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntityReference.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntity.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntity.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntity.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEntity.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEncodingPropertyCache.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEncodingPropertyCache.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEncodingPropertyCache.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEmptyNamedNodeMap.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEmptyNamedNodeMap.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEmptyNamedNodeMap.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEmptyNamedNodeMap.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElement.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElement.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElement.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElement.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemVariableAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemVariableAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemVariableAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemVariableAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemValueOfAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemValueOfAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemValueOfAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemValueOfAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextLiteralAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextLiteralAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextLiteralAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextLiteralAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTextAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTemplateAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTemplateAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTemplateAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemTemplateAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemLiteralResultAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemLiteralResultAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemLiteralResultAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemLiteralResultAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemEmptyAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemEmptyAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemEmptyAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemEmptyAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemElementAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemElementAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemElementAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemElementAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemCallTemplateAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemCallTemplateAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemCallTemplateAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemCallTemplateAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeSetAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeSetAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeSetAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeSetAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemAttributeAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemApplyTemplatesAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemApplyTemplatesAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemApplyTemplatesAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanElemApplyTemplatesAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTStringImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTStringImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTStringImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTString.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTString.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTString.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTSetImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTSetImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTSetImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTSet.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTSet.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTSet.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTMathImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTMathImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTMathImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTMath.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTMath.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTMath.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTCommonImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTCommonImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTCommonImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTCommon.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTCommon.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanEXSLTCommon.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentType.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentType.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentType.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentType.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentPrefixResolver.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentPrefixResolver.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentPrefixResolver.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentFragment.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentFragment.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentFragment.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentFragment.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentBuilder.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentBuilder.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentBuilder.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocumentBuilder.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocument.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocument.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocument.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDocument.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDefaultParsedSource.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDefaultParsedSource.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDefaultParsedSource.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDefaultDocumentBuilder.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDefaultDocumentBuilder.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDefaultDocumentBuilder.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormatSymbols.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormatSymbols.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormatSymbols.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormatSymbols.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormat.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormat.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDecimalFormat.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringPool.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringPool.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringPool.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringPool.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringHashTable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringHashTable.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringHashTable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringHashTable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringCache.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringCache.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringCache.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringCache.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMStringAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMString.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMString.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMString.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMString.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMInit.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMImplementation.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMImplementation.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMImplementation.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMImplementation.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMException.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanDOMDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheetDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheetDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheetDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheet.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheet.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheet.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCompiledStylesheet.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanComment.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanComment.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanComment.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanComment.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCharacterData.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCharacterData.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCharacterData.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCharacterData.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCDATASection.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCDATASection.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCDATASection.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCDATASection.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCAPI.h_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanCAPI.h.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanBitmap.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanBitmap.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanBitmap.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanBitmap.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAutoPtr.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAutoPtr.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAutoPtr.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAutoPtr.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAttr.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAttr.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAttr.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAttr.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayKeyMap.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayKeyMap.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayKeyMap.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanArrayAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartXPathAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartXPathAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartXPathAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartXPathAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartSimpleAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartSimpleAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartSimpleAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTPartSimpleAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XalanAVTAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XUnknown.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XUnknown.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XUnknown.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapterAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapterAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapterAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapterAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapter.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenStringAdapter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapterAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapterAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapterAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapterAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapter.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XTokenNumberAdapter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XToken.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XToken.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XToken.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XToken.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReferenceAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReferenceAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReferenceAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReferenceAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReference.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReference.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReference.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringReference.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCachedAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCachedAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCachedAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCachedAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCached.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCached.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCached.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringCached.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringBase.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringBase.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringBase.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringBase.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapterAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapterAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapterAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapterAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapter.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XStringAdapter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XString.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XString.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XString.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XString.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSpan.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSpan.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSpan.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTResultTarget.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTResultTarget.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTResultTarget.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTResultTarget.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorException.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupportDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupportDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupportDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupportDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessorEnvSupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessor.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessor.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessor.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTProcessor.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInputSource.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInputSource.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInputSource.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInputSource.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTEngineImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTEngineImpl.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTEngineImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTEngineImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLTDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLException.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XSLException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFragAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFragAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFragAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFragAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFrag.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFrag.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFrag.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XResultTreeFrag.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessorImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessorImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessorImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessor.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessor.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessor.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathProcessor.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathParserException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathParserException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathParserException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathInit.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFunctionTable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFunctionTable.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFunctionTable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFunctionTable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryBlock.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryBlock.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryBlock.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactoryBlock.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactory.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactory.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactory.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathFactory.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExpression.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExpression.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExpression.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExpression.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContextDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContextDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContextDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContextDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContext.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContext.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContext.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathExecutionContext.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEvaluator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEvaluator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEvaluator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupportDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupportDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupportDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupportDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathEnvSupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContextDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContextDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContextDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContextDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContext.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContext.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContext.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathConstructionContext.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathCAPI.h.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPathAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPath.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPath.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPath.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XPath.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectTypeCallback.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectTypeCallback.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectTypeCallback.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectTypeCallback.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyText.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyText.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyText.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyText.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyBase.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyBase.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyBase.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxyBase.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxy.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectResultTreeFragProxy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactoryDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactoryDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactoryDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactory.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactory.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactory.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObjectFactory.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObject.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObject.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObject.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XObject.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberBase.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberBase.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberBase.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberBase.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumberAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumber.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumber.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumber.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNumber.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNull.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNull.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNull.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetResultTreeFragProxy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetResultTreeFragProxy.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetResultTreeFragProxy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetResultTreeFragProxy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxyAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxyAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxyAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxyAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxy.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetNodeProxy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetBase.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetBase.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetBase.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetBase.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSetAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSet.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSet.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSet.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XNodeSet.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportInit.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLSupportDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLParserLiaison.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLParserLiaison.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLParserLiaison.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XMLParserLiaison.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XBoolean.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XBoolean.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/XBoolean.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Writer.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Writer.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Writer.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Writer.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/VariablesStack.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/VariablesStack.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/VariablesStack.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/VariablesStack.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/VCPPDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/URISupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/URISupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/URISupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/URISupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TreeWalker.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TreeWalker.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TreeWalker.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TreeWalker.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TracerEvent.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TracerEvent.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TracerEvent.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListenerDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListenerDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListenerDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListener.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListener.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListener.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TraceListener.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TopLevelArg.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TopLevelArg.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TopLevelArg.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TopLevelArg.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/TRU64Definitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetRoot.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetRoot.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetRoot.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetRoot.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetHandler.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetHandler.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetHandler.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContextDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContextDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContextDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContextDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContext.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContext.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContext.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetExecutionContext.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContextDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContextDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContextDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContextDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContext.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContext.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContext.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StylesheetConstructionContext.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Stylesheet.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Stylesheet.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Stylesheet.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Stylesheet.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StringTokenizer.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StringTokenizer.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StringTokenizer.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StringTokenizer.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StdBinInputStream.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StdBinInputStream.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/StdBinInputStream.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/SolarisDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/SolarisDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/SelectionEvent.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/SelectionEvent.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/SelectionEvent.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/STLHelper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/STLHelper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/STLHelper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/STLHelper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaBlock.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaBlock.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaBlock.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaBlock.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ReusableArenaAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBaseNodeRefListBaseProxy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBaseNodeRefListBaseProxy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBaseNodeRefListBaseProxy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBase.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBase.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBase.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragBase.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFragAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFrag.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFrag.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFrag.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultTreeFrag.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultNamespacesStack.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultNamespacesStack.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultNamespacesStack.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ResultNamespacesStack.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Resettable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Resettable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Resettable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListenerDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListenerDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListenerDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListenerDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListener.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListener.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListener.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ProblemListener.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrintWriter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrintWriter.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrintWriter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrintWriter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrefixResolver.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrefixResolver.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrefixResolver.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PrefixResolver.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportInit.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformSupportDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/PlatformDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/OutputContextStack.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/OutputContextStack.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/OutputContextStack.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/OutputContextStack.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/OS390Definitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NullPrintWriter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NullPrintWriter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NullPrintWriter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSorter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSorter.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSorter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSorter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSortKey.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSortKey.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSortKey.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeSortKey.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefListBase.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefListBase.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefListBase.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefListBase.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefList.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefList.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefList.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NodeRefList.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamespacesHandler.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamespacesHandler.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamespacesHandler.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamespacesHandler.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamedNodeMapAttributeList.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamedNodeMapAttributeList.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NamedNodeMapAttributeList.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NameSpace.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NameSpace.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NameSpace.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/NameSpace.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/MutableNodeRefList.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/MutableNodeRefList.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/MutableNodeRefList.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/MutableNodeRefList.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyTable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyTable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyTable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyDeclaration.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyDeclaration.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyDeclaration.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/KeyDeclaration.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/IntelDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUXalanNumberFormatProxy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUXalanNumberFormatProxy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUXalanNumberFormatProxy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUXalanNumberFormatFactory.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUXalanNumberFormatFactory.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUXalanNumberFormatFactory.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCollationCompareFunctorImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCollationCompareFunctorImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCollationCompareFunctorImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCollationCompareFunctor.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCollationCompareFunctor.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCollationCompareFunctor.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCleanup.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCleanup.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridgeCleanup.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridge.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridge.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ICUBridge.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/HPUXDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/GenerateEvent.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/GenerateEvent.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/GenerateEvent.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/GCCDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionUnparsedEntityURI.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionUnparsedEntityURI.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionUnparsedEntityURI.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionTranslate.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionTranslate.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionTranslate.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSystemProperty.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSystemProperty.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSystemProperty.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstringBefore.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstringBefore.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstringBefore.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstringAfter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstringAfter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstringAfter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstring.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstring.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionSubstring.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionString.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionString.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionString.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionStartsWith.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionStartsWith.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionStartsWith.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNormalizeSpace.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNormalizeSpace.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNormalizeSpace.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNodeSet.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNodeSet.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNodeSet.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNodeSet.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNamespaceURI.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNamespaceURI.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionNamespaceURI.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionLang.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionLang.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionLang.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionKey.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionKey.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionKey.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionIntersection.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionIntersection.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionIntersection.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionIntersection.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionID.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionID.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionID.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionICUFormatNumber.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionICUFormatNumber.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionICUFormatNumber.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionHasSameNodes.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionHasSameNodes.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionHasSameNodes.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionGenerateID.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionGenerateID.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionGenerateID.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFunctionAvailable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFunctionAvailable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFunctionAvailable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFormatNumber.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFormatNumber.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFormatNumber.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionFormatNumber.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionEvaluate.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionEvaluate.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionEvaluate.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionElementAvailable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionElementAvailable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionElementAvailable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDocument.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDocument.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDocument.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDistinct.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDistinct.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDistinct.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDistinct.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDifference.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDifference.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDifference.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionDifference.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionCurrent.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionCurrent.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionCurrent.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionContains.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionContains.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionContains.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionConcat.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionConcat.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FunctionConcat.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Function.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Function.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Function.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Function.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FoundIndex.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FoundIndex.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FoundIndex.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterTreeWalker.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterTreeWalker.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterTreeWalker.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXercesDOM.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXercesDOM.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXercesDOM.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML_UTF8.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML_UTF8.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML_UTF8.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML_UTF16.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML_UTF16.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML_UTF16.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToXML.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToText.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToText.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToText.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToText.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToSourceTree.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToSourceTree.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToSourceTree.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToSourceTree.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToNull.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToNull.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToNull.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToHTML.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToHTML.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToHTML.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToDeprecatedXercesDOM.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToDeprecatedXercesDOM.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToDeprecatedXercesDOM.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToDOM.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToDOM.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterToDOM.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterStringLengthCounter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterStringLengthCounter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterStringLengthCounter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterListener.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterListener.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterListener.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/FormatterListener.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionNSHandler.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionNSHandler.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionNSHandler.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionFunctionHandler.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionFunctionHandler.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionFunctionHandler.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExtensionFunctionHandler.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExecutionContext.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExecutionContext.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExecutionContext.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ExecutionContext.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElementPrefixResolverProxy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElementPrefixResolverProxy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElementPrefixResolverProxy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemWithParam.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemWithParam.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemWithParam.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemWhen.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemWhen.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemWhen.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemVariable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemVariable.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemVariable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemVariable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemValueOf.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemValueOf.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemValueOf.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemValueOf.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemUse.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemUse.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemUse.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemUse.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTextLiteral.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTextLiteral.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTextLiteral.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTextLiteral.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemText.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemText.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemText.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemText.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplateElement.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplateElement.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplateElement.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplateElement.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplate.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplate.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplate.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemTemplate.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemSort.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemSort.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemSort.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemParam.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemParam.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemParam.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemPI.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemPI.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemPI.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemOtherwise.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemOtherwise.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemOtherwise.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemNumber.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemNumber.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemNumber.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemMessage.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemMessage.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemMessage.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemLiteralResult.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemLiteralResult.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemLiteralResult.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemLiteralResult.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemIf.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemIf.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemIf.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemForEach.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemForEach.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemForEach.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemForEach.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemFallback.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemFallback.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemFallback.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemExtensionCall.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemExtensionCall.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemExtensionCall.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemEmpty.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemEmpty.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemEmpty.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemEmpty.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemElement.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemElement.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemElement.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemElement.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemDecimalFormat.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemDecimalFormat.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemDecimalFormat.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCopyOf.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCopyOf.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCopyOf.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCopy.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCopy.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCopy.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemComment.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemComment.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemComment.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemChoose.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemChoose.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemChoose.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCallTemplate.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCallTemplate.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCallTemplate.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemCallTemplate.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttributeSet.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttributeSet.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttributeSet.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttributeSet.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttribute.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttribute.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttribute.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemAttribute.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyTemplates.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyTemplates.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyTemplates.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyTemplates.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyImport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyImport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ElemApplyImport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DoubleSupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DoubleSupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DoubleSupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DoubleSupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DirectoryEnumerator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DirectoryEnumerator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DirectoryEnumerator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DecimalToRoman.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DecimalToRoman.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DecimalToRoman.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DecimalToRoman.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportInit.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportInit.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportInit.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportInit.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportException.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportException.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportException.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefinitions.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefinitions.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefault.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefault.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefault.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupportDefault.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupport.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupport.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupport.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMSupport.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringPrintWriter.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringPrintWriter.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringPrintWriter.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringHelper.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringHelper.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringHelper.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMStringHelper.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMServices.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMServices.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMServices.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/DOMServices.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/CountersTable.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/CountersTable.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/CountersTable.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/CountersTable.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Constants.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Constants.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Constants.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/Constants.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributesImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributesImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributesImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntryExtended.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntryExtended.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntryExtended.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntry.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntry.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntry.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeVectorEntry.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeListImpl.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeListImpl.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeListImpl.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AttributeListImpl.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaBlock.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaBlock.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaBlock.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaBlock.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaAllocator.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaAllocator.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaAllocator.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ArenaAllocator.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/ApacheLogo.jpg
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartXPath.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartXPath.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartXPath.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartXPath.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartSimple.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartSimple.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartSimple.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPartSimple.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPart.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPart.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPart.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVTPart.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVT.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVT.hpp_dep_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVT.hpp.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AVT.hpp-source.html
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AIXDefinitions.hpp_incl.gif
+%%NOPORTDOCS%%%%DOCSDIR%%/apidocs/AIXDefinitions.hpp.html
+%%NOPORTDOCS%%@dirrm %%DOCSDIR%%/resources
+%%NOPORTDOCS%%@dirrm %%DOCSDIR%%/images
+%%NOPORTDOCS%%@dirrm %%DOCSDIR%%/graphics
+%%NOPORTDOCS%%@dirrm %%DOCSDIR%%/apidocs
+%%NOPORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/textproc/xalan-c/scripts/configure.xalan-c b/textproc/xalan-c/scripts/configure.xalan-c
new file mode 100644
index 000000000000..c9b4d4638624
--- /dev/null
+++ b/textproc/xalan-c/scripts/configure.xalan-c
@@ -0,0 +1,130 @@
+#!/bin/sh
+# $FreeBSD$
+
+if test -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ; then
+ exit
+fi
+
+if test ! -d ${WRKDIRPREFIX}${REALCURDIR} ; then
+ ${MKDIR} -p ${WRKDIRPREFIX}${REALCURDIR}
+fi
+exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
+
+##
+## XERCESCROOT
+##
+
+XERCESC_VER=`${PKG_INFO} -v 'xerces-c2*' | ${GREP} 'Package name: xerces-c2-' 2>/dev/null`
+
+if test $? -ne 0 ; then
+ # no xerces-c2 port installed
+
+ if test "x${XALAN_USE_ICU}" = "x" ; then
+ # use default: libiconv
+ # iconv.3:${PORTSDIR}/converters/libiconv
+ ${ECHO} "LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv"
+ ${ECHO} "CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv'"
+ ${ECHO} "MAKE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv'"
+ ${ECHO} "PLIST_SUB+= ICUDEP=\"@comment \""
+
+ else
+ # we want ICU
+ # licuuc.22:${PORTSDIR}/devel/icu2
+ #${ECHO} "LIB_DEPENDS+= licuuc:${PORTSDIR}/devel/icu2"
+ #${ECHO} "CONFIGURE_ENV+= TRANSCODER=icu XALAN_USE_ICU=1"
+ #${ECHO} "MAKE_ENV+= TRANSCODER=icu XALAN_USE_ICU=1"
+
+ ${ECHO} ""
+ ${ECHO} "We cannot build xerces-c2 port with ICU." >&2
+ ${ECHO} "If you want to use ICU please build and install" >&2
+ ${ECHO} " xerces-c2 port first by running" >&2
+ ${ECHO} " make TRANSCODER=icu && make install" >&2
+ ${ECHO} " in ${PORTSDIR}/textproc/xerces-c2." >&2
+ ${ECHO} "Then we can detect this and will automatically " >&2
+ ${ECHO} " build xalan-c with ICU support too." >&2
+ ${ECHO} ""
+
+ exit 1;
+ fi
+
+ ${ECHO} "LIB_DEPENDS+= xerces-c:${PORTSDIR}/textproc/xerces-c2"
+
+ exit 0;
+fi
+
+XERCESC_PORTVER=`${ECHO} ${XERCESC_VER} | ${SED} -e 's#.*Package name: xerces-c2-\(.*\)#\1#' -e 's#\.#_#g'`
+${ECHO} '# we need the _extracted_ xerces-c2 port sources to build this one'
+${ECHO} "XERCESCROOT?= ${LOCALBASE}"
+
+# get xerces-c2 major version
+LIBVER=`${LDCONFIG} -r | ${SED} -ne 's/.*[1-9]*[0-9]*:-lxerces-c.\([1-9]*[0-9]*\) => .*/\1/p'`
+${ECHO} "LIB_DEPENDS+= xerces-c.${LIBVER}:${PORTSDIR}/textproc/xerces-c2"
+${ECHO} ""
+
+##
+## dynamic dependencies
+##
+USE_ICU=0
+
+XERCESC_DEPS=`${PKG_INFO} -v 'xerces-c2*' | ${GREP} -1 '^Dependency: '`
+if test $? -eq 0 ; then
+ # check if xerces-c2 depends on libiconv port
+ X=`${ECHO} ${XERCESC_DEPS} | ${SED} -ne 's#.*Dependency: libiconv-[^ ]* dependency origin: \(.*\)#\1#gp'`
+ rc=$?
+ t=`${ECHO} ${XERCESC_DEPS} | grep libiconv`
+ rci=$?
+ if test $rc -eq 0 -a $rci -eq 0 -a "x${X}" = "x"; then
+ X="converters/libiconv"
+ fi
+ if test $rc -eq 0 -a "x${X}" != "x"; then
+ LIBVER=`${LDCONFIG} -r | ${SED} -ne 's/.*[1-9]*[0-9]*:-l\(iconv[^\ ]*\) => .*/\1/p'`
+ if test $? -eq 0 -a "x${LIBVER}" != "x"; then
+ ${ECHO} "LIB_DEPENDS+= ${LIBVER}:${PORTSDIR}/${X}"
+ ${ECHO} "CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv'"
+ ${ECHO} "MAKE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv'"
+ fi
+ ${ECHO} ""
+ fi
+
+ # check if xerces-c2 depends on icu2 port
+ X=`${ECHO} ${XERCESC_DEPS} | ${SED} -ne 's#.*Dependency: icu-[^ ]* dependency origin: \(.*\)#\1#gp'`
+ rc=$?
+ t=`${ECHO} ${XERCESC_DEPS} | grep icu`
+ rci=$?
+ if test $rc -eq 0 -a $rci -eq 0 -a "x${X}" = "x"; then
+ X="devel/icu2"
+ fi
+ if test $rc -eq 0 -a "x${X}" != "x"; then
+ LIBVER=`${LDCONFIG} -r | ${SED} -ne 's/.*[1-9]*[0-9]*:-l\(icuuc[^\ ]*\) => .*/\1/p'`
+ if test $? -eq 0 -a "x${LIBVER}" != "x"; then
+ ${ECHO} "LIB_DEPENDS+= ${LIBVER}:${PORTSDIR}/${X}"
+ ${ECHO} "CONFIGURE_ENV+= XALAN_USE_ICU=1"
+ ${ECHO} "MAKE_ENV+= XALAN_USE_ICU=1"
+ ${ECHO} "CONFIGURE_ARGS+= -t icu"
+ USE_ICU=1
+ fi
+ ${ECHO} ""
+ fi
+
+ if test $USE_ICU -eq 0; then
+ if test "x${XALAN_USE_ICU}" != "x" ; then
+ ${ECHO} "ERROR: XALAN_USE_ICU set but xerces-c2 compiled w/o icu support ?" >&2
+ ${ECHO} " please unset XALAN_USE_ICU or compile xerces-c2 with icu support." >&2
+ exit 1
+ fi
+ ${ECHO} "PLIST_SUB+= ICUDEP=\"@comment \""
+ else
+ ${ECHO} "ICUROOT?= ${LOCALBASE}"
+ ${ECHO} "CONFIGURE_ENV+= ICUROOT=\${ICUROOT}"
+ ${ECHO} "MAKE_ENV+= ICUROOT=\${ICUROOT}"
+ ${ECHO} "PLIST_SUB+= ICUDEP=\"\""
+ ${ECHO} "PKGNAMESUFFIX+= -icu"
+# if test "x${XALAN_USE_ICU}" = "x" ; then
+# ${ECHO} "ERROR: xerces-c2 compiled with icu support." >&2
+# ${ECHO} " please set XALAN_USE_ICU and start make again." >&2
+# exit 2
+# fi
+ fi
+fi
+
+# End;