RAPP Platform  v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
 All Classes Namespaces Files Functions Variables Macros
src.rapp_html_parser.RappHTMLParser Class Reference

Strips html from imput string. More...

Inheritance diagram for src.rapp_html_parser.RappHTMLParser:
Collaboration diagram for src.rapp_html_parser.RappHTMLParser:

Public Member Functions

def __init__
 Constructor. More...
 
def get_data
 Returns the processed string. More...
 
def handle_data
 Handles the provided string. More...
 

Public Attributes

 fed
 

Detailed Description

Strips html from imput string.

Definition at line 27 of file rapp_html_parser.py.

Constructor & Destructor Documentation

def src.rapp_html_parser.RappHTMLParser.__init__ (   self)

Constructor.

Definition at line 30 of file rapp_html_parser.py.

Member Function Documentation

def src.rapp_html_parser.RappHTMLParser.get_data (   self)

Returns the processed string.

Returns
final_str [string] The string without the html tags

Definition at line 44 of file rapp_html_parser.py.

def src.rapp_html_parser.RappHTMLParser.handle_data (   self,
  input_str 
)

Handles the provided string.

Parameters
input_str[string] The string containing html tags

Definition at line 38 of file rapp_html_parser.py.

Member Data Documentation

src.rapp_html_parser.RappHTMLParser.fed

Definition at line 33 of file rapp_html_parser.py.


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