tng 2003/01/27 12:20:18 Modified: c/doc/html ApacheDOMC++BindingL2.html ApacheDOMC++BindingL3.html Log: Update release date in ApacheDOMC++Binding html document Revision Changes Path 1.7 +1 -1 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ApacheDOMC++BindingL2.html 19 Nov 2002 16:06:55 -0000 1.6 +++ ApacheDOMC++BindingL2.html 27 Jan 2003 20:20:18 -0000 1.7 @@ -107,7 +107,7 @@ </tr> <tr ALIGN=LEFT VALIGN=TOP> -<td>Xerces-C++ 2.2: December 20, 2002</td> +<td>Xerces-C++ 2.2: February 6, 2003</td> <td ALIGN=LEFT VALIGN=TOP>Modified <br>- add const modifier to DOMImplementation::hasFeature <br>- fix typo: "Mode:" -> "Model" 1.12 +92 -2 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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ApacheDOMC++BindingL3.html 21 Nov 2002 16:38:34 -0000 1.11 +++ ApacheDOMC++BindingL3.html 27 Jan 2003 20:20:18 -0000 1.12 @@ -106,9 +106,9 @@ </tr> <tr ALIGN=LEFT VALIGN=TOP> -<td>Xerces-C++ 2.2: December 20, 2002</td> +<td>Xerces-C++ 2.2: February 6, 2003</td> <td ALIGN=LEFT VALIGN=TOP>Modified -<br>- add const modifier to DOMNode::compareTreePosition +<br>- add const modifier to DOMNode::compareTreePosition, and add DOMTreePosition <br>- add const modifier to DOMNode::isSameNode <br>- add const modifier to DOMNode::isEqualNode <br>- add const modifier to DOMImplementation::hasFeature @@ -1200,6 +1200,96 @@ <td><font face="Courier New,Courier"><font size=-1>NOTATION_NODE</font></font></td> <td><font face="Courier New,Courier"><font size=-1>= 12,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>};</font></font></td> + +<td></td> + +<td></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>enum</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>DOMTreePosition {</font></font></td> + +<td></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_PRECEDING</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x01,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_FOLLOWING</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x02,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_ANCESTOR</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x04,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_DESCENDANT</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x08,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_EQUIVALENT</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x10,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_SAME_NODE</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x20,</font></font></td> +</tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td></td> + +<td></td> + +<td><font face="Courier New,Courier"><font size=-1>TREE_POSITION_DISCONNECTED</font></font></td> + +<td><font face="Courier New,Courier"><font size=-1>= 0x00,</font></font></td> </tr> <tr ALIGN=LEFT VALIGN=TOP>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]