Static Public Attributes
BeautifulSoup.MinimalSoup Class Reference
Inheritance diagram for BeautifulSoup.MinimalSoup:
Inheritance graph
[legend]

List of all members.

Static Public Attributes

dictionary NESTABLE_TAGS = {}
tuple RESET_NESTING_TAGS = buildTagMap('noscript')

Detailed Description

The MinimalSoup class is for parsing HTML that contains
pathologically bad markup. It makes no assumptions about tag
nesting, but it does know which tags are self-closing, that
<script> tags contain Javascript and should not be parsed, that
META tags may contain encoding information, and so on.

This also makes it better for subclassing than BeautifulStoneSoup
or BeautifulSoup.

Definition at line 1417 of file BeautifulSoup.py.


Member Data Documentation

dictionary BeautifulSoup.MinimalSoup::NESTABLE_TAGS = {} [static]

Reimplemented from BeautifulSoup.BeautifulSoup.

Definition at line 1428 of file BeautifulSoup.py.

Reimplemented from BeautifulSoup.BeautifulSoup.

Definition at line 1427 of file BeautifulSoup.py.


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


websocket_gui
Author(s): Benoit Lescot and Stéphane Magnenat
autogenerated on Mon Oct 6 2014 08:54:48