Home | Trees | Indices | Help |
|
---|
|
Class to convert a hinet flow to HTML. This class implements the visitor pattern. It relies on the 'html' extension to get custom representations for normal node classes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
_CSS_FILENAME =
|
|
|||
Inherited from |
|
Initialize the HMTL converter. html_file -- File object into which the representation is written (only the write method is used). show_size -- Show the approximate memory footprint of all nodes.
|
Close the HTML environment for the node internals. node -- The node itself. type_id -- The id string as used in the CSS. |
Open the HTML environment for the node internals. node -- The node itself. type_id -- The id string as used in the CSS. |
|
|
|
Translate a node and return the translation. Depending on the type of the node this can be delegated to more specific methods. |
|
|
Write the header content for the node into the HTML file. |
Convert the flow into HTML and write it into the internal file. |
Return the standard CSS string. The CSS should be embedded in the final HTML file. |
|
_CSS_FILENAME
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:17 2020 | http://epydoc.sourceforge.net |