src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelWriter.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
91 <p> 91 <p>
92 Private method to write an XBEL bookmark file. 92 Private method to write an XBEL bookmark file.
93 </p> 93 </p>
94 <dl> 94 <dl>
95 95
96 <dt><i>root</i></dt> 96 <dt><i>root</i> (BookmarkNode)</dt>
97 <dd> 97 <dd>
98 root node of the bookmark tree (BookmarkNode) 98 root node of the bookmark tree
99 </dd> 99 </dd>
100 </dl> 100 </dl>
101 <dl> 101 <dl>
102 <dt>Return:</dt> 102 <dt>Return:</dt>
103 <dd> 103 <dd>
104 flag indicating success (boolean) 104 flag indicating success
105 </dd>
106 </dl>
107 <dl>
108 <dt>Return Type:</dt>
109 <dd>
110 bool
105 </dd> 111 </dd>
106 </dl> 112 </dl>
107 <a NAME="XbelWriter.__writeItem" ID="XbelWriter.__writeItem"></a> 113 <a NAME="XbelWriter.__writeItem" ID="XbelWriter.__writeItem"></a>
108 <h4>XbelWriter.__writeItem</h4> 114 <h4>XbelWriter.__writeItem</h4>
109 <b>__writeItem</b>(<i>node</i>) 115 <b>__writeItem</b>(<i>node</i>)
111 <p> 117 <p>
112 Private method to write an entry for a node. 118 Private method to write an entry for a node.
113 </p> 119 </p>
114 <dl> 120 <dl>
115 121
116 <dt><i>node</i></dt> 122 <dt><i>node</i> (BookmarkNode)</dt>
117 <dd> 123 <dd>
118 reference to the node to be written (BookmarkNode) 124 reference to the node to be written
119 </dd> 125 </dd>
120 </dl> 126 </dl>
121 <a NAME="XbelWriter.write" ID="XbelWriter.write"></a> 127 <a NAME="XbelWriter.write" ID="XbelWriter.write"></a>
122 <h4>XbelWriter.write</h4> 128 <h4>XbelWriter.write</h4>
123 <b>write</b>(<i>fileNameOrDevice, root</i>) 129 <b>write</b>(<i>fileNameOrDevice, root</i>)
125 <p> 131 <p>
126 Public method to write an XBEL bookmark file. 132 Public method to write an XBEL bookmark file.
127 </p> 133 </p>
128 <dl> 134 <dl>
129 135
130 <dt><i>fileNameOrDevice</i></dt> 136 <dt><i>fileNameOrDevice</i> (str)</dt>
131 <dd> 137 <dd>
132 name of the file to write (string) 138 name of the file to write
133 or device to write to (QIODevice) 139 or device to write to (QIODevice)
134 </dd> 140 </dd>
135 <dt><i>root</i></dt> 141 <dt><i>root</i> (BookmarkNode)</dt>
136 <dd> 142 <dd>
137 root node of the bookmark tree (BookmarkNode) 143 root node of the bookmark tree
138 </dd> 144 </dd>
139 </dl> 145 </dl>
140 <dl> 146 <dl>
141 <dt>Return:</dt> 147 <dt>Return:</dt>
142 <dd> 148 <dd>
143 flag indicating success (boolean) 149 flag indicating success
150 </dd>
151 </dl>
152 <dl>
153 <dt>Return Type:</dt>
154 <dd>
155 bool
144 </dd> 156 </dd>
145 </dl> 157 </dl>
146 <div align="right"><a href="#top">Up</a></div> 158 <div align="right"><a href="#top">Up</a></div>
147 <hr /> 159 <hr />
148 </body></html> 160 </body></html>

eric ide

mercurial