You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/03/19 14:33:54 UTC

svn commit: r638825 - in /xerces/c/trunk/doc: apidocs.xml dom3.xml program-dom.xml readme.xml xerces-c_book.xml

Author: amassari
Date: Wed Mar 19 06:33:48 2008
New Revision: 638825

URL: http://svn.apache.org/viewvc?rev=638825&view=rev
Log:
The documentation still contained a reference to the experimental status of the DOML3 support; removed the page describing the status of the support and move the content to the page describing DOM programming

Removed:
    xerces/c/trunk/doc/dom3.xml
Modified:
    xerces/c/trunk/doc/apidocs.xml
    xerces/c/trunk/doc/program-dom.xml
    xerces/c/trunk/doc/readme.xml
    xerces/c/trunk/doc/xerces-c_book.xml

Modified: xerces/c/trunk/doc/apidocs.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/apidocs.xml?rev=638825&r1=638824&r2=638825&view=diff
==============================================================================
--- xerces/c/trunk/doc/apidocs.xml (original)
+++ xerces/c/trunk/doc/apidocs.xml Wed Mar 19 06:33:48 2008
@@ -40,7 +40,7 @@
                    DOM Level 3.0 Core Specification</jump>, and
                    <jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/">
                    DOM Level 3.0 Load and Save Specification</jump>, a W3C Recommendation of April 7, 2004
-                   See <jump href="dom3-&XercesC3Series;.html">DOM Level 3 Support</jump> for details.</li>
+                   See <jump href="program-dom-&XercesC3Series;.html#DOM3">DOM Level 3 Support</jump> for details.</li>
                </ul>
 
            <p>For a complete understanding of how the &XercesCName; APIs work,
@@ -49,8 +49,7 @@
 	    <p>See the <em><jump href="apiDocs-&XercesC3Series;/index.html">&XercesCName; API documentation</jump></em> for more details.</p>
 
 	    <note>The API documentation is automatically generated using
-		<jump href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</jump> and
-		<jump href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</jump>.</note>
+		<jump href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</jump>.</note>
 
     </s2>
 </s1>

Modified: xerces/c/trunk/doc/program-dom.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/program-dom.xml?rev=638825&r1=638824&r2=638825&view=diff
==============================================================================
--- xerces/c/trunk/doc/program-dom.xml (original)
+++ xerces/c/trunk/doc/program-dom.xml Wed Mar 19 06:33:48 2008
@@ -35,11 +35,39 @@
 
     <anchor name="DOM3"/>
     <s2 title="DOM Level 3 Support in &XercesCName;">
-      <p>The &XercesCName; &XercesC3Version; contains a partial implementation of the W3C
-         Document Object Model Level 3.  This implementation is experimental.    See the document
-         <jump href="dom3-&XercesC3Series;.html"> DOM Level 3 Support</jump> for details.
-      </p>
-    </s2>
+	    <p>The &XercesCName; &XercesC3Version; contains an implementation of the W3C DOM Level 3 as specified in </p>
+	    <ul>
+	      <li><jump href="http://www.w3.org/TR/DOM-Level-3-Core/">
+	          DOM Level 3.0 Core Specification</jump>, Version 1.0 W3C Recommendation 07 April 2004 and</li>
+	      <li> <jump href="http://www.w3.org/TR/DOM-Level-3-LS/">
+	          Document Object Model (DOM) Level 3 Load and Save Specification</jump>,
+	          Version 1.0 W3C Recommendation 07 April 2004</li>
+	    </ul>
+		<s3 title='Implementation of DOM Level 3 Core'>
+		    <p>The following are NOT implemented in &XercesCName; &XercesC3Version;.</p>
+			<ul>
+			    <li>
+			        <code>DOMError</code>: setRelatedException
+			    </li>
+			    <li>
+			        <code>DOMImplementation</code>: createLSParser(MODE_ASYNCHRONOUS)
+			    </li>
+			    <li>
+			        <code>DOMTypeInfo</code>: isDerivedFrom()
+			    </li>
+			</ul>
+		</s3>
+
+		<s3 title='Implementation of DOM Level 3 Load and Save'>
+		    <p>The following are NOT implemented in &XercesCName; &XercesC3Version;.</p>
+			<ul>
+			    <li>
+			        <code>DOMLSParser</code>: parseWithContext().
+			    </li>
+			</ul>
+
+		</s3>
+	</s2>
 
     <anchor name="UsingDOMAPI"/>
     <s2 title="Using DOM API">

Modified: xerces/c/trunk/doc/readme.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/readme.xml?rev=638825&r1=638824&r2=638825&view=diff
==============================================================================
--- xerces/c/trunk/doc/readme.xml (original)
+++ xerces/c/trunk/doc/readme.xml Wed Mar 19 06:33:48 2008
@@ -85,7 +85,7 @@
             	   DOM Level 3.0 Core Specification</jump>, W3C Recommendation 7 April 2004</li>
                <li><jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407">
             	   DOM Level 3.0 Load and Save Specification</jump>, W3C Recommendation 7 April 2004<br/>
-	               See <jump href="dom3-&XercesC3Series;.html">DOM Level 3 Support</jump> for detail.</li>
+	               See <jump href="program-dom-&XercesC3Series;.html#DOM3">DOM Level 3 Support</jump> for detail.</li>
                <li><jump href="http://www.w3.org/TR/2006/REC-xinclude-20061115/">
             	   XML Inclusions (XInclude) 1.0 (Second Edition)</jump>, W3C Recommendation 15 November 2006</li>
             </ul>

Modified: xerces/c/trunk/doc/xerces-c_book.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/xerces-c_book.xml?rev=638825&r1=638824&r2=638825&view=diff
==============================================================================
--- xerces/c/trunk/doc/xerces-c_book.xml (original)
+++ xerces/c/trunk/doc/xerces-c_book.xml Wed Mar 19 06:33:48 2008
@@ -35,7 +35,6 @@
      <hidden   id="program-sax-&XercesC3Series;"           source="program-sax.xml"/>
      <hidden   id="program-sax2-&XercesC3Series;"          source="program-sax2.xml"/>
      <hidden   id="program-dom-&XercesC3Series;"           source="program-dom.xml"/>
-     <hidden   id="dom3-&XercesC3Series;"                  source="dom3.xml"/>
      <hidden   id="schema-&XercesC3Series;"                source="schema.xml"/>
      <hidden   id="program-others-&XercesC3Series;"        source="program-others.xml"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org