tng 2002/08/16 12:57:21
Modified: c/doc/html ApacheDOMC++Binding.html
ApacheDOMC++BindingL2.html
ApacheDOMC++BindingL3.html
Log:
Add Change History to DOM C++ Binding document
Revision Changes Path
1.5 +3 -3 xml-xerces/c/doc/html/ApacheDOMC++Binding.html
Index: ApacheDOMC++Binding.html
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/html/ApacheDOMC++Binding.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ApacheDOMC++Binding.html 15 Jul 2002 19:42:43 -0000 1.4
+++ ApacheDOMC++Binding.html 16 Aug 2002 19:57:21 -0000 1.5
@@ -28,7 +28,7 @@
for the
<a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document Object
Model Level 2.0 Core</a>, and for the <a
href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
-Object Model Level 2.0 Traversal and Range</a>. Both are W3C Recommendation
+Object Model Level 2.0 Traversal and Range</a>, the W3C Recommendation
of November 13, 2000.</li>
</blockquote>
@@ -41,8 +41,8 @@
This document contains the Experimental Apache Recommended C++ Language
binding for the <a
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20020409/">Document
Object Model Level 3.0 Core</a>, and for the subset of <a
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409/">Document
-Object Model Level 3.0 Abstract Schemas and Load and Save</a>. Both
-are W3C Working Draft of 09 April 2002.</li>
+Object Model Level 3.0 Abstract Schemas and Load and Save</a>, the
+W3C Working Draft of 09 April 2002.</li>
</ul>
<hr WIDTH="100%">
1.3 +35 -8 xml-xerces/c/doc/html/ApacheDOMC++BindingL2.html
Index: ApacheDOMC++BindingL2.html
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/html/ApacheDOMC++BindingL2.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ApacheDOMC++BindingL2.html 31 Jul 2002 20:38:07 -0000 1.2
+++ ApacheDOMC++BindingL2.html 16 Aug 2002 19:57:21 -0000 1.3
@@ -18,11 +18,10 @@
<div id="java-binding-h1" class="adiv1">
<hr WIDTH="100%"></div>
-
-<p><br>This document contains the complete Apache Recommended C++ Language
-binding for the
-<a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document
-Object Model Level 2.0 Core</a>, and for the <a
href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
+This document contains the complete Apache Recommended C++ Language binding
+for the
+<a href="http://www.w3.org/TR/DOM-Level-2-Core/">Document Object
+Model Level 2.0 Core</a>, and for the <a
href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
Object Model Level 2.0 Traversal and Range</a>. Both are W3C Recommendation
of November 13, 2000.
<p>The definitions are divided into <a href="#A: Document Object Mode:
Core">Core</a>,
@@ -84,6 +83,33 @@
<hr WIDTH="100%">
<h2>
+<font size=+1>Change History</font></h2>
+
+<table BORDER >
+<tr>
+<td><b>Date</b></td>
+
+<td><b>Description</b></td>
+</tr>
+
+<tr>
+<td>Xerces-C++ 2.0: July 23, 2002</td>
+
+<td>Created</td>
+</tr>
+
+<tr ALIGN=LEFT VALIGN=TOP>
+<td>Xerces-C++ 2.1: August 26, 2002</td>
+
+<td ALIGN=LEFT VALIGN=TOP>Modified
+<br>- add const modifier to DOMNodeList::getLength
+<br>- add const modifier to DOMNodeList::item</td>
+</tr>
+</table>
+
+<p>
+<hr WIDTH="100%">
+<h2>
<a NAME="A: Document Object Mode: Core"></a><u><font color="#000000"><a href="#C++
Language Binding for DOM Level 2">A:
Document Object Mode: Core</a></font></u></h2>
@@ -1158,8 +1184,8 @@
<td><font face="Courier New,Courier"><font size=-1>DOMNode*</font></font></td>
-<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index) const
-= 0;</font></font></td>
+<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index)
+const = 0;</font></font></td>
</tr>
<tr ALIGN=LEFT VALIGN=TOP>
@@ -1169,7 +1195,8 @@
<td><font face="Courier New,Courier"><font size=-1>XMLSize_t</font></font></td>
-<td><font face="Courier New,Courier"><font size=-1>getLength() const =
0;</font></font></td>
+<td><font face="Courier New,Courier"><font size=-1>getLength() const =
+0;</font></font></td>
</tr>
<tr ALIGN=LEFT VALIGN=TOP>
1.5 +35 -6 xml-xerces/c/doc/html/ApacheDOMC++BindingL3.html
Index: ApacheDOMC++BindingL3.html
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/html/ApacheDOMC++BindingL3.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ApacheDOMC++BindingL3.html 16 Aug 2002 19:21:05 -0000 1.4
+++ ApacheDOMC++BindingL3.html 16 Aug 2002 19:57:21 -0000 1.5
@@ -81,6 +81,34 @@
<hr WIDTH="100%">
<h2>
+<font size=+1>Change History</font></h2>
+
+<table BORDER >
+<tr>
+<td><b>Date</b></td>
+
+<td><b>Description</b></td>
+</tr>
+
+<tr>
+<td>Xerces-C++ 2.0: July 23, 2002</td>
+
+<td>Created</td>
+</tr>
+
+<tr ALIGN=LEFT VALIGN=TOP>
+<td>Xerces-C++ 2.1: August 26, 2002</td>
+
+<td ALIGN=LEFT VALIGN=TOP>Modified
+<br>- add const modifier to DOMNode::lookupNamespacePrefix
+<br>- add const modifier to DOMNode::lookupNamespaceURI
+<br>- add const modifier to DOMNode::isDefaultNamespace</td>
+</tr>
+</table>
+
+<p>
+<hr WIDTH="100%">
+<h2>
<a NAME="A: Document Object Mode: Core"></a><u><font color="#000000"><a href="#C++
Language Binding for DOM Level 3">A:
Document Object Mode: Core</a></font></u></h2>
@@ -1649,8 +1677,8 @@
<td><font face="Courier New,Courier"><font size=-1>DOMNode*</font></font></td>
-<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index) const
-= 0;</font></font></td>
+<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index)
+const = 0;</font></font></td>
</tr>
<tr ALIGN=LEFT VALIGN=TOP>
@@ -1660,7 +1688,8 @@
<td><font face="Courier New,Courier"><font size=-1>XMLSize_t</font></font></td>
-<td><font face="Courier New,Courier"><font size=-1>getLength() const =
0;</font></font></td>
+<td><font face="Courier New,Courier"><font size=-1>getLength() const =
+0;</font></font></td>
</tr>
<tr ALIGN=LEFT VALIGN=TOP>
@@ -3833,9 +3862,8 @@
<br><font face="Courier New,Courier"><font size=-1> //</font></font>
<br><font face="Courier New,Courier"><font size=-1> virtual
void
release() = 0;</font></font>
-<br><font face="Courier New,Courier"><font size=-1>};</font></font>
-<br>
-</div>
+<br><font face="Courier New,Courier"><font size=-1>};</font></font></div>
+
<h3>
<font color="#000000">DOMWriter.hpp:</font></h3>
@@ -4091,6 +4119,7 @@
2001 The Apache Software Foundation. All Rights Reserved.</font></font></i></td>
</tr>
</table>
+</div>
</div>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]