Documentation/Source/eric5.Helpviewer.Bookmarks.NsHtmlWriter.html

Sun, 25 Mar 2012 14:01:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 25 Mar 2012 14:01:25 +0200
changeset 1732
b140a24e147a
child 2367
78f6c8193d37
permissions
-rw-r--r--

Rewrote the reader for HTML bookmark files to cope with the various dates.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html><head>
<title>eric5.Helpviewer.Bookmarks.NsHtmlWriter</title>
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric5.Helpviewer.Bookmarks.NsHtmlWriter</h1>
<p>
Module implementing a class to write Netscape HTML bookmark files.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#NsHtmlWriter">NsHtmlWriter</a></td>
<td>Class implementing a writer object to generate Netscape HTML bookmark files.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="NsHtmlWriter" ID="NsHtmlWriter"></a>
<h2>NsHtmlWriter</h2>
<p>
    Class implementing a writer object to generate Netscape HTML bookmark files.
</p>
<h3>Derived from</h3>
QObject
<h3>Class Attributes</h3>
<table>
<tr><td>indentSize</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#NsHtmlWriter.__init__">NsHtmlWriter</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#NsHtmlWriter.__write">__write</a></td>
<td>Private method to write an Netscape HTML bookmark file.</td>
</tr><tr>
<td><a href="#NsHtmlWriter.__writeBookmark">__writeBookmark</a></td>
<td>Private method to write a bookmark node.</td>
</tr><tr>
<td><a href="#NsHtmlWriter.__writeFolder">__writeFolder</a></td>
<td>Private method to write a bookmark node.</td>
</tr><tr>
<td><a href="#NsHtmlWriter.__writeItem">__writeItem</a></td>
<td>Private method to write an entry for a node.</td>
</tr><tr>
<td><a href="#NsHtmlWriter.__writeSeparator">__writeSeparator</a></td>
<td>Private method to write a separator.</td>
</tr><tr>
<td><a href="#NsHtmlWriter.write">write</a></td>
<td>Public method to write an Netscape HTML bookmark file.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="NsHtmlWriter.__init__" ID="NsHtmlWriter.__init__"></a>
<h4>NsHtmlWriter (Constructor)</h4>
<b>NsHtmlWriter</b>(<i></i>)
<p>
        Constructor
</p><a NAME="NsHtmlWriter.__write" ID="NsHtmlWriter.__write"></a>
<h4>NsHtmlWriter.__write</h4>
<b>__write</b>(<i>root</i>)
<p>
        Private method to write an Netscape HTML bookmark file.
</p><dl>
<dt><i>root</i></dt>
<dd>
root node of the bookmark tree (BookmarkNode)
</dd>
</dl><a NAME="NsHtmlWriter.__writeBookmark" ID="NsHtmlWriter.__writeBookmark"></a>
<h4>NsHtmlWriter.__writeBookmark</h4>
<b>__writeBookmark</b>(<i>node, indent</i>)
<p>
        Private method to write a bookmark node.
</p><dl>
<dt><i>node</i></dt>
<dd>
reference to the node to be written (BookmarkNode)
</dd><dt><i>indent</i></dt>
<dd>
size of the indentation (integer)
</dd>
</dl><a NAME="NsHtmlWriter.__writeFolder" ID="NsHtmlWriter.__writeFolder"></a>
<h4>NsHtmlWriter.__writeFolder</h4>
<b>__writeFolder</b>(<i>node, indent</i>)
<p>
        Private method to write a bookmark node.
</p><dl>
<dt><i>node</i></dt>
<dd>
reference to the node to be written (BookmarkNode)
</dd><dt><i>indent</i></dt>
<dd>
size of the indentation (integer)
</dd>
</dl><a NAME="NsHtmlWriter.__writeItem" ID="NsHtmlWriter.__writeItem"></a>
<h4>NsHtmlWriter.__writeItem</h4>
<b>__writeItem</b>(<i>node, indent</i>)
<p>
        Private method to write an entry for a node.
</p><dl>
<dt><i>node</i></dt>
<dd>
reference to the node to be written (BookmarkNode)
</dd><dt><i>indent</i></dt>
<dd>
size of the indentation (integer)
</dd>
</dl><a NAME="NsHtmlWriter.__writeSeparator" ID="NsHtmlWriter.__writeSeparator"></a>
<h4>NsHtmlWriter.__writeSeparator</h4>
<b>__writeSeparator</b>(<i>indent</i>)
<p>
        Private method to write a separator.
</p><dl>
<dt><i>indent</i></dt>
<dd>
size of the indentation (integer)
</dd>
</dl><a NAME="NsHtmlWriter.write" ID="NsHtmlWriter.write"></a>
<h4>NsHtmlWriter.write</h4>
<b>write</b>(<i>fileNameOrDevice, root</i>)
<p>
        Public method to write an Netscape HTML bookmark file.
</p><dl>
<dt><i>fileNameOrDevice</i></dt>
<dd>
name of the file to write (string)
            or device to write to (QIODevice)
</dd><dt><i>root</i></dt>
<dd>
root node of the bookmark tree (BookmarkNode)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial