Author: amassari
Date: Wed Oct 28 13:58:16 2009
New Revision: 830542
URL: http://svn.apache.org/viewvc?rev=830542&view=rev
Log:
Fix documentation
Modified:
xerces/c/trunk/doc/html/ApacheDOMC++Binding.html
xerces/c/trunk/src/xercesc/dom/DOMLSParser.hpp
Modified: xerces/c/trunk/doc/html/ApacheDOMC++Binding.html
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/doc/html/ApacheDOMC%2B%2BBinding.html?rev=830542&r1=830541&r2=830542&view=diff
==============================================================================
--- xerces/c/trunk/doc/html/ApacheDOMC++Binding.html (original)
+++ xerces/c/trunk/doc/html/ApacheDOMC++Binding.html Wed Oct 28 13:58:16 2009
@@ -5622,6 +5622,17 @@
<td><font face="Courier New,Courier"><font size=-1>virtual</font></font></td>
+<td><font face="Courier New,Courier"><font size=-1>DOMNode*</font></font></td>
+
+<td><font face="Courier New,Courier"><font size=-1>parseWithContext(const
DOMLSInput* source, DOMNode* contextNode, const ActionType action) = 0;
+</font></font></td>
+</tr>
+
+<tr ALIGN=LEFT VALIGN=TOP>
+<td></td>
+
+<td><font face="Courier New,Courier"><font size=-1>virtual</font></font></td>
+
<td><font face="Courier New,Courier"><font size=-1>void</font></font></td>
<td><font face="Courier New,Courier"><font size=-1>abort() = 0;
Modified: xerces/c/trunk/src/xercesc/dom/DOMLSParser.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMLSParser.hpp?rev=830542&r1=830541&r2=830542&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMLSParser.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMLSParser.hpp Wed Oct 28 13:58:16 2009
@@ -584,12 +584,7 @@
* if they wish to get details on
the error.
* @since DOM Level 3
*/
- virtual DOMNode* parseWithContext
- (
- const DOMLSInput* source
- , DOMNode* contextNode
- , const ActionType action
- ) = 0;
+ virtual DOMNode* parseWithContext(const DOMLSInput* source, DOMNode*
contextNode, const ActionType action) = 0;
/**
* Abort the loading of the document that is currently being loaded by
the <code>DOMLSParser</code>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]