Robot Framework
robot.libdocpkg.htmlutils.DocToHtml Class Reference

Public Member Functions

def __call__ (self, doc)
 
def __init__ (self, doc_format)
 

Private Member Functions

def _format_rest (self, doc)
 
def _format_text (self, doc)
 
def _get_formatter (self, doc_format)
 

Private Attributes

 _formatter
 

Detailed Description

Definition at line 94 of file htmlutils.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.libdocpkg.htmlutils.DocToHtml.__init__ (   self,
  doc_format 
)

Definition at line 96 of file htmlutils.py.

Member Function Documentation

◆ __call__()

def robot.libdocpkg.htmlutils.DocToHtml.__call__ (   self,
  doc 
)

Definition at line 120 of file htmlutils.py.

◆ _format_rest()

def robot.libdocpkg.htmlutils.DocToHtml._format_rest (   self,
  doc 
)
private

Definition at line 111 of file htmlutils.py.

◆ _format_text()

def robot.libdocpkg.htmlutils.DocToHtml._format_text (   self,
  doc 
)
private

Definition at line 108 of file htmlutils.py.

◆ _get_formatter()

def robot.libdocpkg.htmlutils.DocToHtml._get_formatter (   self,
  doc_format 
)
private

Definition at line 99 of file htmlutils.py.

Member Data Documentation

◆ _formatter

robot.libdocpkg.htmlutils.DocToHtml._formatter
private

Definition at line 97 of file htmlutils.py.


The documentation for this class was generated from the following file: