diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.E5XML.XMLEntityResolver.html --- a/Documentation/Source/eric5.E5XML.XMLEntityResolver.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5XML.XMLEntityResolver.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5XML.XMLEntityResolver</h1> <p> -Module implementing a specialized entity resolver to find our DTDs. +Module implementing a specialized entity resolver to find our DTDs. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#XMLEntityResolver">XMLEntityResolver</a></td> -<td>Class implementing a specialized entity resolver to find our DTDs.</td> +<td>Class implementing a specialized entity resolver to find our DTDs.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="XMLEntityResolver" ID="XMLEntityResolver"></a> <h2>XMLEntityResolver</h2> <p> - Class implementing a specialized entity resolver to find our DTDs. + Class implementing a specialized entity resolver to find our DTDs. </p> <h3>Derived from</h3> EntityResolver @@ -55,27 +55,27 @@ <table> <tr> <td><a href="#XMLEntityResolver.resolveEntity">resolveEntity</a></td> -<td>Public method to resolve the system identifier of an entity and return either the system identifier to read from as a string.</td> +<td>Public method to resolve the system identifier of an entity and return either the system identifier to read from as a string.</td> </tr> </table> <a NAME="XMLEntityResolver.resolveEntity" ID="XMLEntityResolver.resolveEntity"></a> <h4>XMLEntityResolver.resolveEntity</h4> <b>resolveEntity</b>(<i>publicId, systemId</i>) <p> - Public method to resolve the system identifier of an entity and - return either the system identifier to read from as a string. + Public method to resolve the system identifier of an entity and + return either the system identifier to read from as a string. </p><dl> <dt><i>publicId</i></dt> <dd> -publicId of an entity (string) +publicId of an entity (string) </dd><dt><i>systemId</i></dt> <dd> -systemId of an entity to reslove (string) +systemId of an entity to reslove (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -resolved systemId (string) +resolved systemId (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>