mycqu.auth.AuthPageParser¶
- class mycqu.auth.AuthPageParser¶
Methods
__init__
()Initialize and reset this instance.
check_for_whole_start_tag
(i)clear_cdata_mode
()close
()Handle any buffered data.
feed
(data)Feed data to the parser.
get_starttag_text
()Return full source of start tag: '<...>'.
getpos
()Return current line number and offset.
goahead
(end)handle_charref
(name)handle_comment
(data)handle_data
(data)handle_decl
(decl)handle_endtag
(tag)handle_entityref
(name)handle_pi
(data)handle_startendtag
(tag, attrs)handle_starttag
(tag, attrs)parse_bogus_comment
(i[, report])parse_comment
(i[, report])parse_declaration
(i)parse_endtag
(i)parse_html_declaration
(i)parse_marked_section
(i[, report])parse_pi
(i)parse_starttag
(i)reset
()Reset this instance.
set_cdata_mode
(elem)unknown_decl
(data)updatepos
(i, j)Attributes
CDATA_CONTENT_ELEMENTS
几个关键的标签数据
加密所用的盐
Details
- input_data: Dict[str, Optional[str]]¶
几个关键的标签数据
- salt: Optional[str]¶
加密所用的盐