--- a/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordReader.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordReader.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,113 +18,149 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.WebBrowser.Passwords.PasswordReader</h1> + <p> Module implementing a class to read login data files. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#PasswordReader">PasswordReader</a></td> <td>Class implementing a reader object for login data files.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="PasswordReader" ID="PasswordReader"></a> <h2>PasswordReader</h2> + <p> Class implementing a reader object for login data files. </p> <h3>Derived from</h3> QXmlStreamReader <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#PasswordReader.__init__">PasswordReader</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#PasswordReader.__readForms">__readForms</a></td> <td>Private method to read the forms information.</td> -</tr><tr> +</tr> +<tr> <td><a href="#PasswordReader.__readLogins">__readLogins</a></td> <td>Private method to read the login information.</td> -</tr><tr> +</tr> +<tr> <td><a href="#PasswordReader.__readNevers">__readNevers</a></td> <td>Private method to read the never URLs.</td> -</tr><tr> +</tr> +<tr> <td><a href="#PasswordReader.__readPasswords">__readPasswords</a></td> <td>Private method to read and parse the login data file.</td> -</tr><tr> +</tr> +<tr> <td><a href="#PasswordReader.__skipUnknownElement">__skipUnknownElement</a></td> <td>Private method to skip over all unknown elements.</td> -</tr><tr> +</tr> +<tr> <td><a href="#PasswordReader.read">read</a></td> <td>Public method to read a login data file.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="PasswordReader.__init__" ID="PasswordReader.__init__"></a> <h4>PasswordReader (Constructor)</h4> <b>PasswordReader</b>(<i></i>) + <p> Constructor -</p><a NAME="PasswordReader.__readForms" ID="PasswordReader.__readForms"></a> +</p> +<a NAME="PasswordReader.__readForms" ID="PasswordReader.__readForms"></a> <h4>PasswordReader.__readForms</h4> <b>__readForms</b>(<i></i>) + <p> Private method to read the forms information. -</p><a NAME="PasswordReader.__readLogins" ID="PasswordReader.__readLogins"></a> +</p> +<a NAME="PasswordReader.__readLogins" ID="PasswordReader.__readLogins"></a> <h4>PasswordReader.__readLogins</h4> <b>__readLogins</b>(<i></i>) + <p> Private method to read the login information. -</p><a NAME="PasswordReader.__readNevers" ID="PasswordReader.__readNevers"></a> +</p> +<a NAME="PasswordReader.__readNevers" ID="PasswordReader.__readNevers"></a> <h4>PasswordReader.__readNevers</h4> <b>__readNevers</b>(<i></i>) + <p> Private method to read the never URLs. -</p><a NAME="PasswordReader.__readPasswords" ID="PasswordReader.__readPasswords"></a> +</p> +<a NAME="PasswordReader.__readPasswords" ID="PasswordReader.__readPasswords"></a> <h4>PasswordReader.__readPasswords</h4> <b>__readPasswords</b>(<i></i>) + <p> Private method to read and parse the login data file. -</p><a NAME="PasswordReader.__skipUnknownElement" ID="PasswordReader.__skipUnknownElement"></a> +</p> +<a NAME="PasswordReader.__skipUnknownElement" ID="PasswordReader.__skipUnknownElement"></a> <h4>PasswordReader.__skipUnknownElement</h4> <b>__skipUnknownElement</b>(<i></i>) + <p> Private method to skip over all unknown elements. -</p><a NAME="PasswordReader.read" ID="PasswordReader.read"></a> +</p> +<a NAME="PasswordReader.read" ID="PasswordReader.read"></a> <h4>PasswordReader.read</h4> <b>read</b>(<i>fileNameOrDevice</i>) + <p> Public method to read a login data file. -</p><dl> +</p> +<dl> + <dt><i>fileNameOrDevice</i></dt> <dd> name of the file to read (string) or reference to the device to read (QIODevice) </dd> -</dl><dl> +</dl> +<dl> <dt>Returns:</dt> <dd> tuple containing the logins, forms and never URLs