diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelReader.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelReader.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelReader.html Fri Dec 22 17:24:07 2023 +0100 @@ -121,9 +121,9 @@ </p> <dl> -<dt><i>node</i></dt> +<dt><i>node</i> (BookmarkNode)</dt> <dd> -reference to the node to attach to (BookmarkNode) +reference to the node to attach to </dd> </dl> <a NAME="XbelReader.__readDescription" ID="XbelReader.__readDescription"></a> @@ -135,10 +135,9 @@ </p> <dl> -<dt><i>node</i></dt> +<dt><i>node</i> (BookmarkNode)</dt> <dd> reference to the bookmark node desc belongs to - (BookmarkNode) </dd> </dl> <a NAME="XbelReader.__readFolder" ID="XbelReader.__readFolder"></a> @@ -150,9 +149,9 @@ </p> <dl> -<dt><i>node</i></dt> +<dt><i>node</i> (BookmarkNode)</dt> <dd> -reference to the node to attach to (BookmarkNode) +reference to the node to attach to </dd> </dl> <a NAME="XbelReader.__readInfo" ID="XbelReader.__readInfo"></a> @@ -171,10 +170,9 @@ </p> <dl> -<dt><i>node</i></dt> +<dt><i>node</i> (BookmarkNode)</dt> <dd> reference to the bookmark node the separator belongs to - (BookmarkNode) </dd> </dl> <a NAME="XbelReader.__readTitle" ID="XbelReader.__readTitle"></a> @@ -186,10 +184,9 @@ </p> <dl> -<dt><i>node</i></dt> +<dt><i>node</i> (BookmarkNode)</dt> <dd> reference to the bookmark node title belongs to - (BookmarkNode) </dd> </dl> <a NAME="XbelReader.__readXBEL" ID="XbelReader.__readXBEL"></a> @@ -201,9 +198,9 @@ </p> <dl> -<dt><i>node</i></dt> +<dt><i>node</i> (BookmarkNode)</dt> <dd> -reference to the node to attach to (BookmarkNode) +reference to the node to attach to </dd> </dl> <a NAME="XbelReader.__skipUnknownElement" ID="XbelReader.__skipUnknownElement"></a> @@ -222,16 +219,22 @@ </p> <dl> -<dt><i>fileNameOrDevice</i></dt> +<dt><i>fileNameOrDevice</i> (str)</dt> <dd> -name of the file to read (string) +name of the file to read or reference to the device to read (QIODevice) </dd> </dl> <dl> <dt>Return:</dt> <dd> -reference to the root node (BookmarkNode) +reference to the root node +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -279,15 +282,21 @@ </p> <dl> -<dt><i>entity</i></dt> +<dt><i>entity</i> (str)</dt> <dd> -entity to be resolved (string) +entity to be resolved </dd> </dl> <dl> <dt>Return:</dt> <dd> -resolved entity (string) +resolved entity +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>