CMS 3D CMS Logo

Static Public Attributes

BeautifulSoup::MinimalSoup Class Reference

Inheritance diagram for BeautifulSoup::MinimalSoup:
BeautifulSoup::BeautifulSoup BeautifulSoup::BeautifulSoup BeautifulSoup::BeautifulStoneSoup BeautifulSoup::BeautifulStoneSoup BeautifulSoup::BeautifulStoneSoup BeautifulSoup::BeautifulStoneSoup BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::Tag BeautifulSoup::RobustInsanelyWackAssHTMLParser BeautifulSoup::RobustInsanelyWackAssHTMLParser

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 1640 of file BeautifulSoup.py.


Member Data Documentation

Reimplemented from BeautifulSoup::BeautifulSoup.

Definition at line 1651 of file BeautifulSoup.py.

tuple BeautifulSoup::MinimalSoup::RESET_NESTING_TAGS = buildTagMap('noscript') [static]

Reimplemented from BeautifulSoup::BeautifulSoup.

Definition at line 1650 of file BeautifulSoup.py.