Public Attributes | |
soup | |
Private Member Functions | |
def | _toStringSubclass |
def | _toStringSubclass |
Definition at line 1005 of file BeautifulSoup.py.
def BeautifulSoup.HTMLParserBuilder.__init__ | ( | self, | |
soup | |||
) |
Definition at line 1007 of file BeautifulSoup.py.
Referenced by BeautifulSoup.HTMLParserBuilder.__init__(), and BeautifulSoup.HTMLParserBuilder.parse_declaration().
def BeautifulSoup.HTMLParserBuilder.__init__ | ( | self, | |
soup | |||
) |
Definition at line 1007 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.__init__(), and BeautifulSoup.HTMLParserBuilder.soup.
|
private |
Adds a certain piece of text to the tree as a NavigableString subclass.
Definition at line 1025 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_data().
Referenced by BeautifulSoup.HTMLParserBuilder._toStringSubclass(), BeautifulSoup.HTMLParserBuilder.handle_comment(), BeautifulSoup.HTMLParserBuilder.handle_decl(), BeautifulSoup.HTMLParserBuilder.handle_pi(), and BeautifulSoup.HTMLParserBuilder.parse_declaration().
|
private |
Adds a certain piece of text to the tree as a NavigableString subclass.
Definition at line 1025 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass(), and BeautifulSoup.HTMLParserBuilder.handle_data().
def BeautifulSoup.HTMLParserBuilder.handle_charref | ( | self, | |
ref | |||
) |
Definition at line 1044 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_charref(), and BeautifulSoup.HTMLParserBuilder.handle_data().
def BeautifulSoup.HTMLParserBuilder.handle_charref | ( | self, | |
ref | |||
) |
Definition at line 1044 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_data().
Referenced by BeautifulSoup.HTMLParserBuilder.handle_charref().
def BeautifulSoup.HTMLParserBuilder.handle_comment | ( | self, | |
text | |||
) |
Definition at line 1040 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass(), and BeautifulSoup.HTMLParserBuilder.handle_comment().
def BeautifulSoup.HTMLParserBuilder.handle_comment | ( | self, | |
text | |||
) |
Definition at line 1040 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass().
Referenced by BeautifulSoup.HTMLParserBuilder.handle_comment().
def BeautifulSoup.HTMLParserBuilder.handle_data | ( | self, | |
content | |||
) |
Definition at line 1022 of file BeautifulSoup.py.
Referenced by BeautifulSoup.HTMLParserBuilder._toStringSubclass(), BeautifulSoup.HTMLParserBuilder.handle_charref(), BeautifulSoup.HTMLParserBuilder.handle_data(), BeautifulSoup.HTMLParserBuilder.handle_entityref(), BeautifulSoup.HTMLParserBuilder.parse_declaration(), BeautifulSoup.BeautifulStoneSoup.unknown_endtag(), and BeautifulSoup.BeautifulStoneSoup.unknown_starttag().
def BeautifulSoup.HTMLParserBuilder.handle_data | ( | self, | |
content | |||
) |
Definition at line 1022 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_data().
def BeautifulSoup.HTMLParserBuilder.handle_decl | ( | self, | |
data | |||
) |
Definition at line 1095 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass().
Referenced by BeautifulSoup.HTMLParserBuilder.handle_decl().
def BeautifulSoup.HTMLParserBuilder.handle_decl | ( | self, | |
data | |||
) |
Definition at line 1095 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass(), and BeautifulSoup.HTMLParserBuilder.handle_decl().
def BeautifulSoup.HTMLParserBuilder.handle_endtag | ( | self, | |
name | |||
) |
Definition at line 1019 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_endtag().
def BeautifulSoup.HTMLParserBuilder.handle_endtag | ( | self, | |
name | |||
) |
Definition at line 1019 of file BeautifulSoup.py.
Referenced by BeautifulSoup.HTMLParserBuilder.handle_endtag().
def BeautifulSoup.HTMLParserBuilder.handle_entityref | ( | self, | |
ref | |||
) |
Handle entity references as data, possibly converting known HTML and/or XML entity references to the corresponding Unicode characters.
Definition at line 1052 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_data().
Referenced by BeautifulSoup.HTMLParserBuilder.handle_entityref().
def BeautifulSoup.HTMLParserBuilder.handle_entityref | ( | self, | |
ref | |||
) |
Handle entity references as data, possibly converting known HTML and/or XML entity references to the corresponding Unicode characters.
Definition at line 1052 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_data(), and BeautifulSoup.HTMLParserBuilder.handle_entityref().
def BeautifulSoup.HTMLParserBuilder.handle_pi | ( | self, | |
text | |||
) |
Handle a processing instruction as a ProcessingInstruction object, possibly one with a %SOUP-ENCODING% slot into which an encoding will be plugged later.
Definition at line 1032 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass(), and BeautifulSoup.HTMLParserBuilder.handle_pi().
def BeautifulSoup.HTMLParserBuilder.handle_pi | ( | self, | |
text | |||
) |
Handle a processing instruction as a ProcessingInstruction object, possibly one with a %SOUP-ENCODING% slot into which an encoding will be plugged later.
Definition at line 1032 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass().
Referenced by BeautifulSoup.HTMLParserBuilder.handle_pi().
def BeautifulSoup.HTMLParserBuilder.handle_starttag | ( | self, | |
name, | |||
attrs | |||
) |
Definition at line 1013 of file BeautifulSoup.py.
Referenced by BeautifulSoup.HTMLParserBuilder.handle_starttag().
def BeautifulSoup.HTMLParserBuilder.handle_starttag | ( | self, | |
name, | |||
attrs | |||
) |
Definition at line 1013 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.handle_starttag().
def BeautifulSoup.HTMLParserBuilder.parse_declaration | ( | self, | |
i | |||
) |
Treat a bogus SGML declaration as raw data. Treat a CDATA declaration as a CData object.
Definition at line 1099 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder.__init__(), BeautifulSoup.HTMLParserBuilder._toStringSubclass(), BeautifulSoup.HTMLParserBuilder.handle_data(), BeautifulSoup.HTMLParserBuilder.parse_declaration(), DTROMonitorFilter.rawdata, and DQMNet::Object.rawdata.
def BeautifulSoup.HTMLParserBuilder.parse_declaration | ( | self, | |
i | |||
) |
Treat a bogus SGML declaration as raw data. Treat a CDATA declaration as a CData object.
Definition at line 1099 of file BeautifulSoup.py.
References BeautifulSoup.HTMLParserBuilder._toStringSubclass(), BeautifulSoup.HTMLParserBuilder.handle_data(), DTROMonitorFilter.rawdata, and DQMNet::Object.rawdata.
Referenced by BeautifulSoup.HTMLParserBuilder.parse_declaration().
BeautifulSoup.HTMLParserBuilder.soup |
Definition at line 1009 of file BeautifulSoup.py.
Referenced by BeautifulSoup.HTMLParserBuilder.__init__().