Lines Matching refs:BeautifulStoneSoup
28 * BeautifulStoneSoup, for parsing XML, SGML, or your domain-specific
1120 class BeautifulStoneSoup(Tag):
1447 class BeautifulSoup(BeautifulStoneSoup):
1493 BeautifulStoneSoup before writing your own subclass."""
1499 BeautifulStoneSoup.__init__(self, *args, **kwargs)
1647 This also makes it better for subclassing than BeautifulStoneSoup
1653 class BeautifulSOAP(BeautifulStoneSoup):
1682 BeautifulStoneSoup.popTag(self)
1692 class RobustXMLParser(BeautifulStoneSoup):
1710 # reflect a new encoding: that happens in BeautifulStoneSoup.handle_pi