Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.result.xmlelementhandlers.DocHandler Class Reference
Inheritance diagram for robotide.lib.robot.result.xmlelementhandlers.DocHandler:
robotide.lib.robot.result.xmlelementhandlers._Handler

Public Member Functions

def end (self, elem, result)
 
- Public Member Functions inherited from robotide.lib.robot.result.xmlelementhandlers._Handler
def __init__ (self)
 
def get_child_handler (self, elem)
 
def start (self, elem, result)
 

Static Public Attributes

string tag = 'doc'
 

Detailed Description

Definition at line 178 of file xmlelementhandlers.py.

Member Function Documentation

◆ end()

def robotide.lib.robot.result.xmlelementhandlers.DocHandler.end (   self,
  elem,
  result 
)

Reimplemented from robotide.lib.robot.result.xmlelementhandlers._Handler.

Definition at line 181 of file xmlelementhandlers.py.

Member Data Documentation

◆ tag

string robotide.lib.robot.result.xmlelementhandlers.DocHandler.tag = 'doc'
static

Definition at line 179 of file xmlelementhandlers.py.


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