v1.0.2
|
@ -12,7 +12,7 @@ lib_LTLIBRARIES = libxqilla.la
|
|||
|
||||
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
|
||||
# -no-undefined for Cygwin (bug #1639669)
|
||||
libxqilla_la_LDFLAGS = -version-info 1:0:0 -no-undefined -lxerces-c
|
||||
libxqilla_la_LDFLAGS = -version-info 1:1:0 -no-undefined -lxerces-c
|
||||
|
||||
libxqilla_la_SOURCES = \
|
||||
src/framework/ReferenceCounted.cpp \
|
||||
|
@ -467,7 +467,3 @@ docs:
|
|||
|
||||
devdocs:
|
||||
$(MAKE) -C include devdocs
|
||||
|
||||
$(top_srcdir)/docs/simple-api: docs
|
||||
|
||||
$(top_srcdir)/docs/dom3-api: docs
|
||||
|
|
18
Makefile.in
|
@ -275,6 +275,7 @@ EGREP = @EGREP@
|
|||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
@ -303,12 +304,10 @@ SHELL = @SHELL@
|
|||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
YFLAGS = @YFLAGS@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
|
@ -325,23 +324,30 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
|
@ -360,7 +366,7 @@ lib_LTLIBRARIES = libxqilla.la
|
|||
|
||||
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
|
||||
# -no-undefined for Cygwin (bug #1639669)
|
||||
libxqilla_la_LDFLAGS = -version-info 1:0:0 -no-undefined -lxerces-c
|
||||
libxqilla_la_LDFLAGS = -version-info 1:1:0 -no-undefined -lxerces-c
|
||||
libxqilla_la_SOURCES = \
|
||||
src/framework/ReferenceCounted.cpp \
|
||||
src/framework/BaseMemoryManager.cpp \
|
||||
|
@ -4174,10 +4180,6 @@ docs:
|
|||
|
||||
devdocs:
|
||||
$(MAKE) -C include devdocs
|
||||
|
||||
$(top_srcdir)/docs/simple-api: docs
|
||||
|
||||
$(top_srcdir)/docs/dom3-api: docs
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
70
aclocal.m4
vendored
|
@ -13,7 +13,7 @@
|
|||
|
||||
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
||||
|
||||
# serial 48 Debian 1.5.22-2 AC_PROG_LIBTOOL
|
||||
# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
|
||||
|
||||
|
||||
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
||||
|
@ -1397,18 +1397,6 @@ freebsd1*)
|
|||
dynamic_linker=no
|
||||
;;
|
||||
|
||||
kfreebsd*-gnu)
|
||||
version_type=linux
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
||||
soname_spec='${libname}${release}${shared_ext}$major'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
shlibpath_overrides_runpath=no
|
||||
hardcode_into_libs=yes
|
||||
dynamic_linker='GNU ld.so'
|
||||
;;
|
||||
|
||||
freebsd* | dragonfly*)
|
||||
# DragonFly does not have aout. When/if they implement a new
|
||||
# versioning mechanism, adjust this.
|
||||
|
@ -1564,7 +1552,7 @@ linux*oldld* | linux*aout* | linux*coff*)
|
|||
;;
|
||||
|
||||
# This must be Linux ELF.
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
version_type=linux
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
|
@ -1605,18 +1593,6 @@ netbsdelf*-gnu)
|
|||
dynamic_linker='NetBSD ld.elf_so'
|
||||
;;
|
||||
|
||||
knetbsd*-gnu)
|
||||
version_type=linux
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
||||
soname_spec='${libname}${release}${shared_ext}$major'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
shlibpath_overrides_runpath=no
|
||||
hardcode_into_libs=yes
|
||||
dynamic_linker='GNU ld.so'
|
||||
;;
|
||||
|
||||
netbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
|
@ -2322,7 +2298,7 @@ darwin* | rhapsody*)
|
|||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
||||
freebsd* | kfreebsd*-gnu | dragonfly*)
|
||||
freebsd* | dragonfly*)
|
||||
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
||||
case $host_cpu in
|
||||
i*86 )
|
||||
|
@ -2376,11 +2352,11 @@ irix5* | irix6* | nonstopux*)
|
|||
;;
|
||||
|
||||
# This must be Linux ELF.
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
||||
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||
netbsd* | netbsdelf*-gnu)
|
||||
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
||||
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
||||
else
|
||||
|
@ -3128,7 +3104,7 @@ case $host_os in
|
|||
freebsd-elf*)
|
||||
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
||||
;;
|
||||
freebsd* | kfreebsd*-gnu | dragonfly*)
|
||||
freebsd* | dragonfly*)
|
||||
# FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
|
||||
# conventions
|
||||
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
|
||||
|
@ -3287,7 +3263,7 @@ case $host_os in
|
|||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
||||
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
||||
;;
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
case $cc_basename in
|
||||
KCC*)
|
||||
# Kuck and Associates, Inc. (KAI) C++ Compiler
|
||||
|
@ -3389,7 +3365,7 @@ case $host_os in
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||
netbsd* | netbsdelf*-gnu)
|
||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
|
||||
wlarc=
|
||||
|
@ -4654,7 +4630,7 @@ hpux*) # Its linker distinguishes data from code symbols
|
|||
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
||||
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
|
||||
;;
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
if test "$host_cpu" = ia64; then
|
||||
symcode='[[ABCDGIRSTW]]'
|
||||
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
||||
|
@ -4927,7 +4903,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
freebsd* | kfreebsd*-gnu | dragonfly*)
|
||||
freebsd* | dragonfly*)
|
||||
# FreeBSD uses GNU C++
|
||||
;;
|
||||
hpux9* | hpux10* | hpux11*)
|
||||
|
@ -4970,7 +4946,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
case $cc_basename in
|
||||
KCC*)
|
||||
# KAI C++ Compiler
|
||||
|
@ -5013,7 +4989,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||
netbsd* | netbsdelf*-gnu)
|
||||
;;
|
||||
osf3* | osf4* | osf5*)
|
||||
case $cc_basename in
|
||||
|
@ -5224,7 +5200,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||
;;
|
||||
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
case $cc_basename in
|
||||
icc* | ecc*)
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
|
@ -5365,10 +5341,7 @@ ifelse([$1],[CXX],[
|
|||
cygwin* | mingw*)
|
||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
||||
;;
|
||||
kfreebsd*-gnu)
|
||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||
;;
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||
;;
|
||||
*)
|
||||
|
@ -5541,7 +5514,7 @@ EOF
|
|||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
||||
;;
|
||||
|
||||
linux*)
|
||||
linux* | k*bsd*-gnu)
|
||||
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
||||
tmp_addflag=
|
||||
case $cc_basename,$host_cpu in
|
||||
|
@ -5573,7 +5546,7 @@ EOF
|
|||
fi
|
||||
;;
|
||||
|
||||
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||
netbsd* | netbsdelf*-gnu)
|
||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
||||
wlarc=
|
||||
|
@ -5909,15 +5882,6 @@ _LT_EOF
|
|||
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||
;;
|
||||
|
||||
# GNU/kFreeBSD uses gcc -shared to do shared libraries.
|
||||
kfreebsd*-gnu)
|
||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
||||
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||
;;
|
||||
|
||||
hpux9*)
|
||||
if test "$GCC" = yes; then
|
||||
|
@ -6014,7 +5978,7 @@ _LT_EOF
|
|||
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
||||
;;
|
||||
|
||||
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
|
||||
netbsd* | netbsdelf*-gnu)
|
||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
||||
else
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT([XQilla],[1.0.1],[])
|
||||
AC_INIT([XQilla],[1.0.2],[])
|
||||
AC_CONFIG_AUX_DIR(autotools)
|
||||
AC_CANONICAL_TARGET([])
|
||||
AM_INIT_AUTOMAKE(XQilla, 1.0.1,)
|
||||
AM_INIT_AUTOMAKE(XQilla, 1.0.2,)
|
||||
AC_CONFIG_SRCDIR([src/runtime/Result.cpp])
|
||||
AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h])
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -101,8 +101,8 @@
|
|||
<a name="l00178"></a>00178 <span class="preprocessor">#endif</span>
|
||||
<a name="l00179"></a>00179 <span class="preprocessor"></span>
|
||||
<a name="l00180"></a>00180
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,14 +23,14 @@
|
|||
<p>
|
||||
Include dependency graph for DOMAttr.hpp:<p><center><img src="DOMAttr_8hpp__incl.png" border="0" usemap="#DOMAttr.hpp_map" alt=""></center>
|
||||
<map name="DOMAttr.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="154,58,346,82" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="163,56,373,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMAttr_8hpp__dep__incl.png" border="0" usemap="#DOMAttr.hppdep_map" alt=""></center>
|
||||
<map name="DOMAttr.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="178,8,256,32" alt="">
|
||||
<area href="StDOMNode_8hpp.html" shape="rect" coords="156,56,278,80" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="188,6,271,30" alt="">
|
||||
<area href="StDOMNode_8hpp.html" shape="rect" coords="163,54,296,78" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -44,8 +44,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> class refers to an attribute of an XML element. <a href="classxercesc_1_1DOMAttr.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:07 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 178,8 256,32
|
||||
rect $StDOMNode_8hpp.html 156,56 278,80
|
||||
rect $DOM_8hpp.html 188,6 271,30
|
||||
rect $StDOMNode_8hpp.html 163,54 296,78
|
||||
|
|
|
@ -1 +1 @@
|
|||
bc25e75225291bc409b18228f5d1683a
|
||||
eaae861377193ac981a355cc6362d5a2
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOMNode_8hpp.html 154,58 346,82
|
||||
rect $DOMNode_8hpp.html 163,56 373,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
a482cafae0f1e80865e0fec2f3d7074c
|
||||
4d9ea71165717d9b44bc9cf79abe0823
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -182,8 +182,8 @@
|
|||
<a name="l00683"></a>00683 XERCES_CPP_NAMESPACE_END
|
||||
<a name="l00684"></a>00684
|
||||
<a name="l00685"></a>00685 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -25,7 +25,7 @@ Include dependency graph for DOMBuilder.hpp:<p><center><img src="DOMBuilder_8hpp
|
|||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMBuilder_8hpp__dep__incl.png" border="0" usemap="#DOMBuilder.hppdep_map" alt=""></center>
|
||||
<map name="DOMBuilder.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="177,8,254,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="186,6,268,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -39,8 +39,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMBuilder.html">DOMBuilder</a> provides an API for parsing XML documents and building the corresponding DOM document tree. <a href="classxercesc_1_1DOMBuilder.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:07 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 177,8 254,32
|
||||
rect $DOM_8hpp.html 186,6 268,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
e7603987914a1b8ca9886879587df3a8
|
||||
e286722cb7ec8fefe7a17104a22520af
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 697 B |
|
@ -1 +1 @@
|
|||
74e40be8d268259a61143df82fe80030
|
||||
12f8b42fceee4e239e04182a4e35a413
|
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 1,022 B |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -74,8 +74,8 @@
|
|||
<a name="l00102"></a>00102 <span class="preprocessor">#endif</span>
|
||||
<a name="l00103"></a>00103 <span class="preprocessor"></span>
|
||||
<a name="l00104"></a>00104
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,14 +23,14 @@
|
|||
<p>
|
||||
Include dependency graph for DOMCDATASection.hpp:<p><center><img src="DOMCDATASection_8hpp__incl.png" border="0" usemap="#DOMCDATASection.hpp_map" alt=""></center>
|
||||
<map name="DOMCDATASection.hpp_map">
|
||||
<area href="DOMText_8hpp.html" shape="rect" coords="221,59,405,83" alt="">
|
||||
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="454,109,700,133" alt="">
|
||||
<area href="DOMText_8hpp.html" shape="rect" coords="232,57,435,81" alt="">
|
||||
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="484,107,756,131" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMCDATASection_8hpp__dep__incl.png" border="0" usemap="#DOMCDATASection.hppdep_map" alt=""></center>
|
||||
<map name="DOMCDATASection.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="222,8,299,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="234,6,316,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -44,8 +44,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:07 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 222,8 299,32
|
||||
rect $DOM_8hpp.html 234,6 316,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
6477c6886a2f3c7843b67f02068dfec1
|
||||
14d8ccef86c29f00e1dda4d0e405bd36
|
Before Width: | Height: | Size: 831 B After Width: | Height: | Size: 819 B |
|
@ -1,3 +1,3 @@
|
|||
base referer
|
||||
rect $DOMText_8hpp.html 221,59 405,83
|
||||
rect $DOMCharacterData_8hpp.html 454,109 700,133
|
||||
rect $DOMText_8hpp.html 232,57 435,81
|
||||
rect $DOMCharacterData_8hpp.html 484,107 756,131
|
||||
|
|
|
@ -1 +1 @@
|
|||
32fd56c14bb4b8713fd53ca23f889c42
|
||||
86282ee89a6435abe769b1794083a648
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -102,8 +102,8 @@
|
|||
<a name="l00212"></a>00212 <span class="preprocessor">#endif</span>
|
||||
<a name="l00213"></a>00213 <span class="preprocessor"></span>
|
||||
<a name="l00214"></a>00214
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,16 +23,16 @@
|
|||
<p>
|
||||
Include dependency graph for DOMCharacterData.hpp:<p><center><img src="DOMCharacterData_8hpp__incl.png" border="0" usemap="#DOMCharacterData.hpp_map" alt=""></center>
|
||||
<map name="DOMCharacterData.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="221,58,413,82" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="237,56,448,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMCharacterData_8hpp__dep__incl.png" border="0" usemap="#DOMCharacterData.hppdep_map" alt=""></center>
|
||||
<map name="DOMCharacterData.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="588,87,665,111" alt="">
|
||||
<area href="DOMComment_8hpp.html" shape="rect" coords="388,62,524,86" alt="">
|
||||
<area href="DOMText_8hpp.html" shape="rect" coords="221,113,325,137" alt="">
|
||||
<area href="DOMCDATASection_8hpp.html" shape="rect" coords="373,161,538,185" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="626,81,708,105" alt="">
|
||||
<area href="DOMComment_8hpp.html" shape="rect" coords="412,56,562,80" alt="">
|
||||
<area href="DOMText_8hpp.html" shape="rect" coords="238,107,350,131" alt="">
|
||||
<area href="DOMCDATASection_8hpp.html" shape="rect" coords="398,155,576,179" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -46,8 +46,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> interface extends <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> with a set of attributes and methods for accessing character data in the DOM. <a href="classxercesc_1_1DOMCharacterData.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:07 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 588,87 665,111
|
||||
rect $DOMComment_8hpp.html 388,62 524,86
|
||||
rect $DOMText_8hpp.html 221,113 325,137
|
||||
rect $DOMCDATASection_8hpp.html 373,161 538,185
|
||||
rect $DOM_8hpp.html 626,81 708,105
|
||||
rect $DOMComment_8hpp.html 412,56 562,80
|
||||
rect $DOMText_8hpp.html 238,107 350,131
|
||||
rect $DOMCDATASection_8hpp.html 398,155 576,179
|
||||
|
|
|
@ -1 +1 @@
|
|||
fc0c3cb787e1279c1cd05b6b63ffcaea
|
||||
14757d2b2b5e9e139b276110c7243b61
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOMNode_8hpp.html 221,58 413,82
|
||||
rect $DOMNode_8hpp.html 237,56 448,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
056c883c499212cb0423bb21f50a0817
|
||||
69e6e54d48b334d2948993d93819c18a
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -72,8 +72,8 @@
|
|||
<a name="l00074"></a>00074
|
||||
<a name="l00075"></a>00075 <span class="preprocessor">#endif</span>
|
||||
<a name="l00076"></a>00076 <span class="preprocessor"></span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,14 +23,14 @@
|
|||
<p>
|
||||
Include dependency graph for DOMComment.hpp:<p><center><img src="DOMComment_8hpp__incl.png" border="0" usemap="#DOMComment.hpp_map" alt=""></center>
|
||||
<map name="DOMComment.hpp_map">
|
||||
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="196,59,441,83" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="490,109,682,133" alt="">
|
||||
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="207,57,479,81" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="528,107,739,131" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMComment_8hpp__dep__incl.png" border="0" usemap="#DOMComment.hppdep_map" alt=""></center>
|
||||
<map name="DOMComment.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="196,8,273,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="207,6,289,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -44,8 +44,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code><!--</code>' and ending '<code>--></code>'. <a href="classxercesc_1_1DOMComment.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:07 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 196,8 273,32
|
||||
rect $DOM_8hpp.html 207,6 289,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
cb785ee3d1ce440f41fc048046a57492
|
||||
1fdd0d55c4b73457a896ef7f5b5f9e1f
|
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 731 B |
|
@ -1,3 +1,3 @@
|
|||
base referer
|
||||
rect $DOMCharacterData_8hpp.html 196,59 441,83
|
||||
rect $DOMNode_8hpp.html 490,109 682,133
|
||||
rect $DOMCharacterData_8hpp.html 207,57 479,81
|
||||
rect $DOMNode_8hpp.html 528,107 739,131
|
||||
|
|
|
@ -1 +1 @@
|
|||
c04e69a17832ae3b969fda3685d46596
|
||||
9f81875bd6621fa753728b518cc2e20a
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -89,8 +89,8 @@
|
|||
<a name="l00504"></a>00504
|
||||
<a name="l00505"></a>00505 <span class="preprocessor">#endif </span>
|
||||
<a name="l00506"></a>00506 <span class="preprocessor"></span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -25,7 +25,7 @@ Include dependency graph for DOMConfiguration.hpp:<p><center><img src="DOMConfig
|
|||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMConfiguration_8hpp__dep__incl.png" border="0" usemap="#DOMConfiguration.hppdep_map" alt=""></center>
|
||||
<map name="DOMConfiguration.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="217,8,294,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="231,6,313,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -43,31 +43,23 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
</table>
|
||||
<hr><h2>Define Documentation</h2>
|
||||
<a class="anchor" name="95725ee472dd0050ab8ce84414a448f6"></a><!-- doxytag: member="DOMConfiguration.hpp::DOMCONFIGURATION_HPP" ref="95725ee472dd0050ab8ce84414a448f6" args="" --><p>
|
||||
<table class="mdTable" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<a class="anchor" name="95725ee472dd0050ab8ce84414a448f6"></a><!-- doxytag: member="DOMConfiguration.hpp::DOMCONFIGURATION_HPP" ref="95725ee472dd0050ab8ce84414a448f6" args="" -->
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top">#define DOMCONFIGURATION_HPP </td>
|
||||
<td class="memname">#define DOMCONFIGURATION_HPP </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing="5" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</div>
|
||||
<div class="memdoc">
|
||||
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
|
||||
</div>
|
||||
</div><p>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 217,8 294,32
|
||||
rect $DOM_8hpp.html 231,6 313,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
cfa8838cc395722eb6f722a1c800f6dc
|
||||
0bb94df081514edbf54235ca80e0e014
|
Before Width: | Height: | Size: 802 B After Width: | Height: | Size: 794 B |
|
@ -1 +1 @@
|
|||
4969ab65d8ffebf1d7ab717bb057e98c
|
||||
e04e63bbc9342851ad21a670dd83cd04
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -72,8 +72,8 @@
|
|||
<a name="l00106"></a>00106 XERCES_CPP_NAMESPACE_END
|
||||
<a name="l00107"></a>00107
|
||||
<a name="l00108"></a>00108 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,13 +23,13 @@
|
|||
<p>
|
||||
Include dependency graph for DOMDocumentFragment.hpp:<p><center><img src="DOMDocumentFragment_8hpp__incl.png" border="0" usemap="#DOMDocumentFragment.hpp_map" alt=""></center>
|
||||
<map name="DOMDocumentFragment.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="253,58,445,82" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="272,56,483,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentFragment_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentFragment.hppdep_map" alt=""></center>
|
||||
<map name="DOMDocumentFragment.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="254,8,331,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="274,6,356,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -43,8 +43,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> object. <a href="classxercesc_1_1DOMDocumentFragment.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 254,8 331,32
|
||||
rect $DOM_8hpp.html 274,6 356,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
1e43891dfef0f857de66645af2479a97
|
||||
b0dff8fc72f2fdd63beefe6f6b11fa8d
|
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 866 B |
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOMNode_8hpp.html 253,58 445,82
|
||||
rect $DOMNode_8hpp.html 272,56 483,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
bee7d123b5ac2cad8fa08786a325ddfa
|
||||
e39fd0e200fd3d8013bd32455893c860
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -80,8 +80,8 @@
|
|||
<a name="l00092"></a>00092 XERCES_CPP_NAMESPACE_END
|
||||
<a name="l00093"></a>00093
|
||||
<a name="l00094"></a>00094 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -25,8 +25,8 @@ Include dependency graph for DOMDocumentRange.hpp:<p><center><img src="DOMDocume
|
|||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentRange_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentRange.hppdep_map" alt=""></center>
|
||||
<map name="DOMDocumentRange.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="425,34,502,58" alt="">
|
||||
<area href="DOMDocument_8hpp.html" shape="rect" coords="236,58,374,82" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="455,32,537,56" alt="">
|
||||
<area href="DOMDocument_8hpp.html" shape="rect" coords="251,56,405,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -39,8 +39,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
|
||||
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 425,34 502,58
|
||||
rect $DOMDocument_8hpp.html 236,58 374,82
|
||||
rect $DOM_8hpp.html 455,32 537,56
|
||||
rect $DOMDocument_8hpp.html 251,56 405,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
e62f77b279ddd46138df621fe366013e
|
||||
79722ea3e538ed877d79ff36ec05efc7
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -1 +1 @@
|
|||
6abc76550221561c71b5e272f1a9dc89
|
||||
c21f5d38a4ce389a2dc6207949f8f108
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -90,8 +90,8 @@
|
|||
<a name="l00152"></a>00152 XERCES_CPP_NAMESPACE_END
|
||||
<a name="l00153"></a>00153
|
||||
<a name="l00154"></a>00154 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -25,8 +25,8 @@ Include dependency graph for DOMDocumentTraversal.hpp:<p><center><img src="DOMDo
|
|||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentTraversal_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentTraversal.hppdep_map" alt=""></center>
|
||||
<map name="DOMDocumentTraversal.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="441,34,518,58" alt="">
|
||||
<area href="DOMDocument_8hpp.html" shape="rect" coords="252,58,390,82" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="474,32,556,56" alt="">
|
||||
<area href="DOMDocument_8hpp.html" shape="rect" coords="270,56,424,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -40,8 +40,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a></code> contains methods that create <code>DOMNodeIterators</code> and <code>DOMTreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). <a href="classxercesc_1_1DOMDocumentTraversal.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 441,34 518,58
|
||||
rect $DOMDocument_8hpp.html 252,58 390,82
|
||||
rect $DOM_8hpp.html 474,32 556,56
|
||||
rect $DOMDocument_8hpp.html 270,56 424,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
a06d3d50230549cfa68298c97f8556c0
|
||||
2c595835f3c65970649522d795cdc8fd
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1 +1 @@
|
|||
305658c099d4e4180529670288546c93
|
||||
ede2bfa8bfde60f8fcb0f6e7e040a443
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -92,8 +92,8 @@
|
|||
<a name="l00158"></a>00158 <span class="preprocessor">#endif</span>
|
||||
<a name="l00159"></a>00159 <span class="preprocessor"></span>
|
||||
<a name="l00160"></a>00160
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,13 +23,13 @@
|
|||
<p>
|
||||
Include dependency graph for DOMDocumentType.hpp:<p><center><img src="DOMDocumentType_8hpp__incl.png" border="0" usemap="#DOMDocumentType.hpp_map" alt=""></center>
|
||||
<map name="DOMDocumentType.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="223,58,415,82" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="240,56,451,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentType_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentType.hppdep_map" alt=""></center>
|
||||
<map name="DOMDocumentType.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="225,8,302,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="242,6,324,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -43,8 +43,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Each <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> has a <code>doctype</code> attribute whose value is either <code>null</code> or a <code><a class="el" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a></code> object. <a href="classxercesc_1_1DOMDocumentType.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 225,8 302,32
|
||||
rect $DOM_8hpp.html 242,6 324,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
da0d2666ab2e9f604faa9b5405238add
|
||||
d642faf98f7ad14c14ea2751d22ebe7d
|
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 824 B |
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOMNode_8hpp.html 223,58 415,82
|
||||
rect $DOMNode_8hpp.html 240,56 451,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
ab1257d6d74de8cf1e7cc467bf0c431b
|
||||
4cc6c2b455d9a5d146407bc6007dee29
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -200,8 +200,8 @@
|
|||
<a name="l00876"></a>00876 XERCES_CPP_NAMESPACE_END
|
||||
<a name="l00877"></a>00877
|
||||
<a name="l00878"></a>00878 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -26,16 +26,16 @@
|
|||
<p>
|
||||
Include dependency graph for DOMDocument.hpp:<p><center><img src="DOMDocument_8hpp__incl.png" border="0" usemap="#DOMDocument.hpp_map" alt=""></center>
|
||||
<map name="DOMDocument.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="238,66,430,90" alt="">
|
||||
<area href="DOMDocumentRange_8hpp.html" shape="rect" coords="205,114,463,138" alt="">
|
||||
<area href="DOMDocumentTraversal_8hpp.html" shape="rect" coords="197,162,471,186" alt="">
|
||||
<area href="DOMXPathEvaluator_8hpp.html" shape="rect" coords="209,210,459,234" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="256,56,467,80" alt="">
|
||||
<area href="DOMDocumentRange_8hpp.html" shape="rect" coords="218,104,506,128" alt="">
|
||||
<area href="DOMDocumentTraversal_8hpp.html" shape="rect" coords="210,152,514,176" alt="">
|
||||
<area href="DOMXPathEvaluator_8hpp.html" shape="rect" coords="224,200,499,224" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocument_8hpp__dep__incl.png" border="0" usemap="#DOMDocument.hppdep_map" alt=""></center>
|
||||
<map name="DOMDocument.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="198,8,275,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="210,6,292,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -49,8 +49,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface represents the entire XML document. <a href="classxercesc_1_1DOMDocument.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 198,8 275,32
|
||||
rect $DOM_8hpp.html 210,6 292,30
|
||||
|
|
|
@ -1 +1 @@
|
|||
b747646cf101edc8cffd8cc27f7b7a96
|
||||
c7d87700470170ce7a089d8ad40cc363
|
Before Width: | Height: | Size: 722 B After Width: | Height: | Size: 735 B |
|
@ -1,5 +1,5 @@
|
|||
base referer
|
||||
rect $DOMNode_8hpp.html 238,66 430,90
|
||||
rect $DOMDocumentRange_8hpp.html 205,114 463,138
|
||||
rect $DOMDocumentTraversal_8hpp.html 197,162 471,186
|
||||
rect $DOMXPathEvaluator_8hpp.html 209,210 459,234
|
||||
rect $DOMNode_8hpp.html 256,56 467,80
|
||||
rect $DOMDocumentRange_8hpp.html 218,104 506,128
|
||||
rect $DOMDocumentTraversal_8hpp.html 210,152 514,176
|
||||
rect $DOMXPathEvaluator_8hpp.html 224,200 499,224
|
||||
|
|
|
@ -1 +1 @@
|
|||
91bd67e27da6c66f9451e861198eb12e
|
||||
6231fae37b1610fd07d841fe9420660a
|
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 5.5 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -141,8 +141,8 @@
|
|||
<a name="l00468"></a>00468 <span class="preprocessor"></span>
|
||||
<a name="l00469"></a>00469
|
||||
<a name="l00470"></a>00470
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,14 +23,14 @@
|
|||
<p>
|
||||
Include dependency graph for DOMElement.hpp:<p><center><img src="DOMElement_8hpp__incl.png" border="0" usemap="#DOMElement.hpp_map" alt=""></center>
|
||||
<map name="DOMElement.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="183,58,375,82" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="195,56,405,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMElement_8hpp__dep__incl.png" border="0" usemap="#DOMElement.hppdep_map" alt=""></center>
|
||||
<map name="DOMElement.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="207,8,285,32" alt="">
|
||||
<area href="StDOMNode_8hpp.html" shape="rect" coords="185,56,307,80" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="220,6,303,30" alt="">
|
||||
<area href="StDOMNode_8hpp.html" shape="rect" coords="195,54,328,78" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -44,8 +44,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> nodes. <a href="classxercesc_1_1DOMElement.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 207,8 285,32
|
||||
rect $StDOMNode_8hpp.html 185,56 307,80
|
||||
rect $DOM_8hpp.html 220,6 303,30
|
||||
rect $StDOMNode_8hpp.html 195,54 328,78
|
||||
|
|
|
@ -1 +1 @@
|
|||
56fa7cb3459307e20f0b345a58375cea
|
||||
cbeef78ca25bc5f1142bfd3cfee60a96
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOMNode_8hpp.html 183,58 375,82
|
||||
rect $DOMNode_8hpp.html 195,56 405,80
|
||||
|
|
|
@ -1 +1 @@
|
|||
fbca8876435dd7cd80ef4efbe02280b9
|
||||
23992ab816d78713d547a63c1af3e7d1
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -74,8 +74,8 @@
|
|||
<a name="l00094"></a>00094 <span class="preprocessor">#endif</span>
|
||||
<a name="l00095"></a>00095 <span class="preprocessor"></span>
|
||||
<a name="l00096"></a>00096
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:06 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.4.6 -->
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
|
@ -23,13 +23,13 @@
|
|||
<p>
|
||||
Include dependency graph for DOMEntityReference.hpp:<p><center><img src="DOMEntityReference_8hpp__incl.png" border="0" usemap="#DOMEntityReference.hpp_map" alt=""></center>
|
||||
<map name="DOMEntityReference.hpp_map">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="229,58,421,82" alt="">
|
||||
<area href="DOMNode_8hpp.html" shape="rect" coords="245,56,456,80" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMEntityReference_8hpp__dep__incl.png" border="0" usemap="#DOMEntityReference.hppdep_map" alt=""></center>
|
||||
<map name="DOMEntityReference.hppdep_map">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="230,8,307,32" alt="">
|
||||
<area href="DOM_8hpp.html" shape="rect" coords="247,6,329,30" alt="">
|
||||
</map>
|
||||
|
||||
<p>
|
||||
|
@ -43,8 +43,8 @@ This graph shows which files directly or indirectly include this file:<p><center
|
|||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. <a href="classxercesc_1_1DOMEntityReference.html#_details">More...</a><br></td></tr>
|
||||
</table>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:11 2007 for XQilla DOM Level 3 API by
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:08 2007 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
base referer
|
||||
rect $DOM_8hpp.html 230,8 307,32
|
||||
rect $DOM_8hpp.html 247,6 329,30
|
||||
|
|